Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

FX Converter MCP

io.github.lulu-the-narwhal/fx-converter-mcp

Free, keyless real-time currency conversion and exchange rates for any currency pair.

Uptime
100.0%
3 direct probes · 30d
Response
753ms
last probe
Tools
2
callable
Resources
3
readable
Prompts
0
available

Tools · 2

convert_currency

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…

get_exchange_rate

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

sponsored_card ui://lulu-ads/sponsored.html
result_widget_convert_currency ui://lulu-ads/result-convert_currency.html
result_widget_get_exchange_rate ui://lulu-ads/result-get_exchange_rate.html

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"
    }
  }
}