Currency Converter MCP

An MCP server for real-time and historical currency conversion, powered by the Frankfurter API.

Endpoint

https://currency-mcp.wesbos.com/mcp

Streamable HTTP. Send JSON-RPC POST requests.

Connect

Native streamable HTTP (Claude Desktop ≥ 0.10, Cursor, etc.)

{
  "mcpServers": {
    "currency-conversion": {
      "url": "https://currency-mcp.wesbos.com/mcp"
    }
  }
}

Older clients via mcp-remote proxy

{
  "mcpServers": {
    "currency-conversion": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://currency-mcp.wesbos.com/mcp"
      ]
    }
  }
}

Tools