Skip to main content
Glama
Lulu-The-Narwhal

fx-converter-mcp

fx-converter-mcp

Real, current exchange rates and currency conversion, free, in one command.

pip install fx-converter-mcp   # or: uvx fx-converter-mcp

Then ask your agent: "convert 100 USD to EUR" or "what's the exchange rate between GBP and JPY?"

No API key. No signup. Free.

Tools

Tool

What the model sees it for

convert_currency(amount, from_currency, to_currency)

Convert an amount between two currencies at today's rate. "Convert 100 USD to EUR", "what's 50 GBP in yen".

get_exchange_rate(from_currency, to_currency)

Just the rate, no amount. "What's the exchange rate between USD and EUR?"

Currency codes are 3-letter ISO (USD, EUR, GBP, JPY, ...) — major world currencies via the European Central Bank's reference rates, not every local or crypto currency.

Related MCP server: FX Currency MCP Server

Example

> convert_currency(100, "USD", "EUR")
{
  "amount": 100,
  "from": "USD",
  "to": "EUR",
  "converted": 86.55,
  "rate": 0.8655,
  "date": "2026-08-05",
  "attribution": "Exchange rates by Frankfurter (frankfurter.dev), sourced from the European Central Bank"
}

How it's free

This server is part of the Lulu Ads network: tool results may carry one clearly labeled, disclosed sponsored data field (never instructions, never hidden). That sponsorship pays the hosting, so the conversion stays free. Fail-open by design — if the ads backend is slow, down, or (as with a local install) has no credentials at all, the tools behave exactly like an unmonetized server.

Run your own MCP? The same one-line integration is open to every publisher — getlulu.dev/publishers, 70% rev share.

Data

Exchange rates by Frankfurter (ECB reference rates, public domain). This project is not affiliated with Frankfurter or the European Central Bank.

Self-hosting over HTTP

pip install fastmcp lulu-ads httpx uvicorn
MCP_TRANSPORT=http FX_LOCAL_DEV=1 python server.py   # serves http://localhost:8080/fx/mcp
Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Provides access to currency exchange rates and conversion tools using the Frankfurter API, including latest rates, historical data, and time series from sources like the European Central Bank.
    5
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Provides real-time and historical foreign exchange rates for 31+ currencies, enabling currency conversion, historical rate lookups, and time series analysis using data from the Frankfurter API.
  • A
    license
    -
    quality
    C
    maintenance
    Wraps the Frankfurter API to enable currency exchange rate queries and conversions through natural language.
    7
    MIT

View all related MCP servers

Related MCP Connectors

  • Convert currencies, get FX rates, and query historical ECB exchange rate data.

  • Live & historical FX rates for AI agents, from European Central Bank data. No API keys.

  • Fetch latest and historical currency exchange rates from Frankfurter. Convert amounts between curr…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lulu-The-Narwhal/fx-converter-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server