currency-mcp
v1.0.1
Published
Currency exchange rates MCP server for Claude Desktop
Maintainers
Readme
currency-mcp
Currency exchange rates MCP server for Claude Desktop and other MCP clients.
Installation
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"currency": {
"command": "npx",
"args": ["-y", "currency-mcp"]
}
}
}Config file location:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Claude Code (CLI)
claude mcp add --transport http currency https://currency-mcp.com/mcpAvailable Tools
convert_currency
Convert an amount between two currencies.
Parameters:
amount(number): Amount to convertfrom(string): Source currency codeto(string): Target currency codedate(string, optional): Date in YYYY-MM-DD format
get_rate
Get the exchange rate between two currencies.
Parameters:
from(string): Source currency codeto(string): Target currency codedate(string, optional): Date in YYYY-MM-DD format
list_currencies
List all supported currencies.
Supported Currencies
- EUR - Euro
- USD - US Dollar
- GBP - British Pound
- CHF - Swiss Franc
- SEK - Swedish Krona
- NOK - Norwegian Krone
- DKK - Danish Krone
- PLN - Polish Zloty
- CZK - Czech Koruna
Data Source
Exchange rates from the European Central Bank via Frankfurter API.
License
MIT
