Convert currency
Give your agent live exchange rates. Call it as an MCP tool to convert any amount across 170+ currencies at real-time rates — no FX feed to wire up. You switch it on with a single toggle — no SDK and no endpoint wiring — and it answers over MCP or REST using the same key as every other skill.
A real response from the Currency Conversion Skill — exactly what your agent gets back when it makes the call.
{
"value": 1,
"from": "USD",
"to": "EUR"
}Enable Currency Converter and your app can convert between currencies at today's rate without integrating an FX provider or managing another key.
Over MCP, your model calls the currencyconverter tool whenever a task involves money in more than one currency — you don't wire it, it decides.
Call currencyconverter over REST to convert a whole column of amounts in a backend job, one key for all of it.
Once enabled, this skill is reachable two ways — pick whichever fits how you build. Both use the same key.
It appears to your model as a callable tool. No extra code — the agent invokes it when a task needs it.
currencyconverterCall it from your server with one request and your key. Node, Python, Go — anything that can send a GET.
GET /v1/currencyconverterHow to connect it over MCP or REST.
The same key runs from your first prototype to millions of calls — on APIVerve's rails, 99.9% uptime.
See pricing