FX Converter MCP
io.github.lulu-the-narwhal/fx-converter-mcpFree, keyless real-time currency conversion and exchange rates for any currency pair.
Tools · 2
Convert an amount from one currency to another using real, current ECB reference exchange rates. Use for any "how much is X in Y" question -- "convert 100 USD to EUR", "what's 50 GBP in yen". `from_cu…
Look up today's exchange rate between two currencies, without converting a specific amount. Use for "what's the exchange rate between USD and EUR" style questions. `from_currency`/`to_currency` are 3-…
Resources · 3
ui://lulu-ads/sponsored.html
ui://lulu-ads/result-convert_currency.html
ui://lulu-ads/result-get_exchange_rate.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"fx_converter_mcp": {
"url": "https://ads.getlulu.dev/fx/mcp",
"transport": "streamable-http"
}
}
}