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
-
convert_currency— convert an amount between two currencies.
params:from,to,amount -
get_latest_rates— latest exchange rates for a base currency.
params:base?,symbols? -
get_currencies— list every supported currency. -
get_historical_rates— rates on a specific date.
params:date(YYYY-MM-DD),base?,symbols?