MCP Currency Converter Server
About
Provides real-time currency conversion and exchange rate data using the Frankfurter API.
Details
- Author
- wesbos
- Categories
- Productivity, Other, Finance
Jump to
Setup
Install MCP Currency Converter Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/wesbos/currency-conversion-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Provides real-time currency conversion and exchange rate data using the Frankfurter API.
An MCP server that provides real-time currency conversion and exchange rate data using the Frankfurter API.
URL base ishttps://currency-mcp.wesbos.com
There are two endpoints -/mcpforstreamable HTTPand/ssefor legacy HTTP+SSE.
Right now many clients do not offer support for streamable http, so you can use it with a proxy:
{ "mcpServers": { "currency-conversion": { "command": "npx", "args": ["mcp-remote", "https://currency-mcp.wesbos.com/sse"] } }, }
Convert an amount from one currency to another.
- from(string): Source currency code (3 letters, e.g., "USD", "EUR")
- to(string): Target currency code (3 letters, e.g., "USD", "EUR")
- amount(number): Amount to convert (positive number)
{ "from": "USD", "to": "EUR", "amount": 100 }
- base(string, optional): Base currency code (defaults to EUR)
- symbols(string, optional): Comma-separated currency codes to limit results
Example:Get USD rates for specific currencies
{ "base": "USD", "symbols": "EUR,GBP,JPY" }
List all available currencies with their full names.
Get historical exchange rates for a specific date.
- date(string): Date in YYYY-MM-DD format
- base(string, optional): Base currency code (defaults to EUR)
- symbols(string, optional): Comma-separated currency codes to limit results
Example:Get historical EUR rates for January 1, 2024
{ "date": "2024-01-01", "base": "EUR", "symbols": "USD,GBP" }
Exchange rate data is provided by theFrankfurter API
US/HK markets — 110 tools: real-time quotes, options, orders, fundamentals, alerts, DCA & portfolio
AI2Fin | Intelligent Financial Management
Tools for expense tracking, tax deductions, bill management, and financial analysis.
Manage personal finances, track transactions, and create budgets with Budgetsco.
Free MCP server that gives AI real-time candlestick charts for forex, crypto, commodities and indices. 34 symbols, 6 timeframes, updated every minute.
Access real-time Indian options market data and volatility analytics. Analyze IV, RV, VRP, and skew with automated token management and percentile-based filtering tools.
Organizze Finance Manager MCP Server. Create transactions, consult balances, and manage goals.
Access and manage your Monarch Money financial data and operations.
Personal finance management with expense tracking, budget monitoring, and spending analysis
Exposes portfolio tracking tools for AI clients.
A comprehensive travel planning server for flight search, accommodation booking, currency exchange, and weather forecasting.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




