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., "@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.
Currency Exchange MCP
A Model Context Protocol (MCP) server that provides currency exchange rate conversion tools.

Features
Convert amounts between currencies using real-time exchange rates
Get exchange rates between any two currencies
Support for historical exchange rates by date
Uses the reliable fawazahmed0/currency-api for exchange rate data
Related MCP server: Currency Converter MCP
Installation
Claude Code
claude mcp add currency-exchange-mcp -- npx currency-exchange-mcpManual Configuration
Add to your MCP config:
{
"mcpServers": {
"currency-exchange-mcp": {
"command": "npx",
"args": ["currency-exchange-mcp"]
}
}
}Available Tools
1. convert_currency
Converts an amount from one currency to another using current or historical exchange rates.
Example prompts:
"How much is 10 NOK in USD?"
"Convert 20000 yen to USD"
"How much was 100 USD worth in EUR on 2024-03-15?"
"Convert 500 CAD to JPY"
2. get_exchange_rate
Gets the exchange rate between two currencies.
Example prompts:
"What's the current exchange rate from EUR to GBP?"
"What's the USD to CHF rate?"
"What was the EUR to USD rate on 2024-01-01?"
Once configured, Claude will automatically use the appropriate tools when you ask currency-related questions.
Data Source
This MCP server uses the fawazahmed0/currency-api which provides:
Real-time exchange rates
Historical exchange rates
Support for 150+ currencies
Free usage with no API key required
License
MIT
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
- FlicenseBqualityCmaintenanceA Model Context Protocol server that provides real-time global currency exchange rate queries, enabling large language models to access up-to-date currency exchange information.1
- FlicenseCqualityFmaintenanceAn MCP server providing real-time currency conversion and exchange rate data through the Frankfurter API, enabling users to convert currencies, fetch latest or historical rates, and list available currencies.435
- FlicenseBqualityDmaintenanceAn MCP server that provides currency rates, conversions, and historical exchange-rate data using the Frankfurter API. It enables users to retrieve latest rates, convert amounts between currencies, and access time-series data for currency pairs.3
- -license-quality-maintenanceMCP server that provides real exchange-rate data from the European Central Bank, including latest rates, currency conversion, historical rates, and time series.
Related MCP Connectors
A MCP server for the Frankfurter API for currency exchange rates.
MCP (Model Context Protocol) server for Appwrite
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
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/onmyway133/currency-exchange-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server