APIVerve MCP integration for AI agents.
Connect AI agents to APIVerve through 9 structured actions, including find antonyms, calculate age, and convert currency. Review authentication, inputs, work…
- ACTION CONTRACTS
- 9
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the APIVerve integration exposes
The APIVerve Agent App exposes 9 provider-backed actions for developer tools and data work. Its current contract lets an authorized agent find antonyms for a word using apiverve antonym finder, calculate age details from a date of birth using apiverve age calculator, and convert an amount between currencies using apiverve currency converter. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected APIVerve account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real APIVerve capabilities.
Showing 9 of 9 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
find_antonymsREADFind antonyms for a word using APIVerve Antonym Finder.
INPUTS: word
calculate_ageREVIEWCalculate age details from a date of birth using APIVerve Age Calculator.
INPUTS: dob
convert_currencyREVIEWConvert an amount between currencies using APIVerve Currency Converter.
INPUTS: value / from / to
generate_adviceREVIEWGenerate a random piece of advice using APIVerve Advice Generator.
get_air_qualityREADGet current air quality by city or ZIP code using APIVerve Air Quality.
INPUTS: city / zip
get_airport_distanceREADGet distance and flight estimates between two airports using IATA codes.
INPUTS: iata1 / iata2
get_word_definitionREADGet definitions for a word using APIVerve Dictionary.
INPUTS: word
lookup_airlinesREADLook up airlines by name or IATA code using APIVerve Airline Lookup.
INPUTS: name / iata
lookup_airportREADLook up airport information by IATA code using APIVerve Airports Lookup.
INPUTS: iata
INPUT CONTRACTS
Know what the action needs before it runs.
find_antonyms
wordOPTIONAL- The word to look up in the APIVerve endpoint.
calculate_age
dobOPTIONAL- The date of birth to calculate from in YYYY-MM-DD format.
convert_currency
valueOPTIONAL- The amount to convert.
fromOPTIONAL- The ISO 4217 currency code used by APIVerve.
toOPTIONAL- The ISO 4217 currency code used by APIVerve.
get_air_quality
cityOPTIONAL- The city name for which you want to get air quality data.
zipOPTIONAL- The ZIP code for which you want to get air quality data.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Find Antonyms
Find antonyms for a word using APIVerve Antonym Finder. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
find_antonymsVerify with Get Air Quality
Get current air quality by city or ZIP code using APIVerve Air Quality. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
get_air_qualitySAFETY BOUNDARY
Operate APIVerve with explicit limits
- Authorize APIVerve with API key and grant only the provider access required by the selected actions.
- The current action names appear read-oriented, but returned APIVerve data may still be sensitive and should be minimized before it enters model context.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in APIVerve rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the APIVerve task completed successfully.
CONNECTION MODEL
API key
APIVerve API key passed in the X-API-Key request header. Create a free account at https://dashboard.apiverve.com/signup, then find the key in the API Keys section of https://dashboard.apiverve.com.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 6
- WRITE SIGNALS
- 0
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 3
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by APIVerve.