fx-converter-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fx-converter-mcpconvert 100 USD to EUR"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fx-converter-mcp
Real, current exchange rates and currency conversion, free, in one command.
pip install fx-converter-mcp # or: uvx fx-converter-mcpThen 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 an amount between two currencies at today's rate. "Convert 100 USD to EUR", "what's 50 GBP in yen". |
| 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/mcpMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides 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.5MIT
- Flicense-qualityDmaintenanceProvides 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.
- Alicense-qualityCmaintenanceWraps the Frankfurter API to enable currency exchange rate queries and conversions through natural language.7MIT
- Alicense-qualityCmaintenanceEnables real-time currency exchange rate lookup, conversion, historical rates, and currency catalog using the free Frankfurter API, no API key required.1ISC
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…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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