Exchange Rate MCP Server
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., "@Exchange Rate MCP Serverconvert 500 USD to Euros"
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.
Exchange Rate MCP Server
A Model Context Protocol (MCP) server that provides currency conversion functionality using the ExchangeRate-API.
Features
Convert amounts between different currencies using real-time exchange rates
Support for about 161 currencies currently
Error handling for invalid currency codes, API errors, and network issues
Related MCP server: FX Currency MCP Server
Setup
Prerequisites
Python 3.12+
uvpackage managerExchangeRate-API key (free tier available)
Installation
Clone this repository
Install dependencies:
uv syncCopy the
.env.examplefile into your.env:cp .env.example .envReplace
your_api_keyin the.envwith your actual API key.You can get your free API key from ExchangeRate-API
Configuration
Copy and paste this in the claude_desktop_config.json file:
{
"mcpServers": {
"exchange-rate-mcp": {
"command": "uv",
"args": [
"--directory",
"/path/to/exchange-rate-mcp",
"run",
"main.py"
]
}
}
}Usage
Once configured, you can use the convert_currency tool in Claude to convert between currencies:
convert_currency(100, "USD", "EUR")- Convert 100 USD to EURconvert_currency(50, "GBP", "JPY")- Convert 50 GBP to JPY
Troubleshooting
"uv: command not found": Make sure
uvis installed and the full path is specified in the configuration"Invalid API key": Check that your
.envfile contains a valid ExchangeRate-API key
Maintenance
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-qualityCmaintenanceProvides real-time exchange rates for any currency pair using open.er-api.com, simplifying currency conversion with a single tool.9MIT
- 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…
Live & historical FX rates and currency conversion for AI agents. No API keys.
Convert currencies, get FX rates, and query historical ECB exchange rate data.
Appeared in Searches
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/sin4ch/exchange-rate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server