MCP Hub
Back to servers

exchange

Exchange MCP — wraps the Frankfurter currency exchange API (free, no auth)

Registry
Updated
Mar 31, 2026

mcp-exchange

Exchange MCP — wraps the Frankfurter currency exchange API (free, no auth)

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
get_rateGet the current exchange rate between two currencies (e.g., USD to EUR).
convertConvert an amount from one currency to another at the current exchange rate.
get_currenciesList all currencies supported by the Frankfurter API with their full names.

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "exchange": {
      "url": "https://gateway.pipeworx.io/exchange/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use exchange

License

MIT

Reviews

No reviews yet

Sign in to write a review