Exchange rate MCP tools
Tools exposed via MCP for fetching rates and converting currency.
One-click install
Cursor and VS Code (stable / Insiders) expose documented install links; clicking opens the app to add this HTTP MCP. Other editors (Windsurf, Claude Code, Zed, …) still need manual config or their marketplace. Server name: unbnd-exchange-rate (unbnd for /api/mcp, unbnd-* for module routes).
Resolving MCP URL for this page…
Endpoints
POST
/api/mcp/exchange-rateCall with { tool, params } to run a tool.
Available tools
get_exchange_rate– Get rates for a base currency (params: base optional, default USD).convert_currency– Convert amount (params: from, to, amount).
Playground
Send requests and view responses.