MCP Currency Converter Server

by wesbos

Not rated
GitHub

About

Provides real-time currency conversion and exchange rate data using the Frankfurter API.

Details

Author
wesbos
Categories
Cloud Service, Finance, API

Setup

Install MCP Currency Converter Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/wesbos/currency-converesion-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

Interact with Twelve Data APIs to access real-time and historical financial market data for your AI agents.

Interact with the Alpaca trading API for stock trading, market data, and account management.

A server for interacting with the Alpaca trading API. Requires API credentials via environment variables.

Interact with Alpaca's Trading API for stock trading, portfolio management, and real-time market data.

Access real-time and historical stock market data from the Alpha Vantage API.

Access real-time financial data, including stock prices, forex rates, and cryptocurrencies from Alpha Vantage.

A read-only MCP server by CData for querying live Authorize.Net data.

An unofficial MCP server for the Autumn pricing API to manage customers, entitlements, invoices, and billing portal links.

Provides seamless access to the Binance exchange API. Requires Binance API credentials to be configured.

Interact with the Binance API to view portfolios, convert tokens, and execute trades with minimal market impact.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.