realtime-currency-exchange-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., "@realtime-currency-exchange-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.
realtime-currency-exchange-mcp
Real-time currency exchange MCP server powered by the free Frankfurter API. No API key required.
Transport: stdio | Runtime: Node.js | Data source: European Central Bank
Features
Live exchange rates — get the latest rates for any currency pair
Currency conversion — convert amounts between currencies in real time
Historical rates — look up rates for any past date
Currency catalog — list all 32 supported currencies with names
Related MCP server: FX Currency MCP Server
Prerequisites
Node.js 18+
Setup
git clone git@github.com:Ethereal-Jay/realtime-currency-exchange-mcp.git
cd realtime-currency-exchange-mcp
npm installThe entry point is index.js. Run it with node index.js — it communicates via stdio.
Harness configuration
Add the following to your MCP client config, replacing /path/to/repo with the absolute path to the cloned directory.
opencode
~/.opencode/opencode.json:
{
"mcp": {
"currency-exchange": {
"type": "local",
"command": ["node", "/path/to/repo/index.js"]
}
}
}Claude Code / Claude Desktop
~/.claude/claude_desktop_config.json or ~/.claude.json:
{
"mcpServers": {
"currency-exchange": {
"command": "node",
"args": ["/path/to/repo/index.js"]
}
}
}Cursor
.cursor/mcp.json:
{
"mcpServers": {
"currency-exchange": {
"command": "node",
"args": ["/path/to/repo/index.js"]
}
}
}Generic MCP client
{
"currency-exchange": {
"transport": "stdio",
"command": "node",
"args": ["/path/to/repo/index.js"]
}
}Restart your harness after adding the config. Tools will appear as currency-exchange_get_exchange_rates, currency-exchange_convert_currency, etc.
Tools
Tool | Description |
| Latest rates for a base currency |
| Convert an amount between two currencies |
| List all supported currency codes and names |
| Exchange rates for a specific past date |
Detailed tool parameters and usage patterns are in AGENTS.md.
API
All data comes from Frankfurter, a free foreign exchange API that tracks reference rates published by the European Central Bank. Rates are updated daily around 16:00 CET.
License
ISC
This server cannot be installed
Maintenance
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
- 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.
- Flicense-qualityDmaintenanceEnables fetching real-time exchange rates between currencies and listing supported currency codes using the Frankfurter API.
- Alicense-qualityCmaintenanceWraps the Frankfurter API to enable currency exchange rate queries and conversions through natural language.7MIT
Related MCP Connectors
Fetch latest and historical currency exchange rates from Frankfurter. Convert amounts between curr…
Convert currencies, get FX rates, and query historical ECB exchange rate data.
Frankfurter MCP — wraps Frankfurter API (api.frankfurter.dev)
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/Ethereal-Jay/realtime-currency-exchange-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server