MCP Hub
Back to servers

exchangerate

ExchangeRate MCP — wraps open.er-api.com (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-exchangerate

MCP server for currency exchange rates via open.er-api.com. No authentication required.

Tools

ToolDescription
get_ratesGet all exchange rates for a given base currency
get_pairGet the exchange rate from one currency to another

Quickstart via Pipeworx Gateway

Call any tool through the hosted gateway with zero setup:

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "exchangerate_get_pair",
      "arguments": { "from": "USD", "to": "EUR" }
    }
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review