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 is https://currency-mcp.wesbos.com
There are two endpoints - /mcp
for streamable HTTP and /sse
for 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_currency
Convert an amount from one currency to another.
Parameters:
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)Example: Convert 100 USD to EUR
{
"from": "USD",
"to": "EUR",
"amount": 100
}
get_latest_rates
Fetch the latest exchange rates.
Parameters:
base
(string, optional): Base currency code (defaults to EUR)symbols
(string, optional): Comma-separated currency codes to limit resultsExample: Get USD rates for specific currencies
{
"base": "USD",
"symbols": "EUR,GBP,JPY"
}
get_currencies
List all available currencies with their full names.
Parameters: None
get_historical_rates
Get historical exchange rates for a specific date.
Parameters:
date
(string): Date in YYYY-MM-DD formatbase
(string, optional): Base currency code (defaults to EUR)symbols
(string, optional): Comma-separated currency codes to limit resultsExample: Get historical EUR rates for January 1, 2024
{
"date": "2024-01-01",
"base": "EUR",
"symbols": "USD,GBP"
}
Exchange rate data is provided by the Frankfurter API
Notion official MCP server
Integrate the SpotDraft API into agentic workflows. Requires SpotDraft API credentials.
Interact with the Taiga project management platform through an MCP bridge, allowing AI tools to manage project resources.
Integrate with the Goodday project management platform to manage projects, tasks, and users via its API.
An MCP server for managing Yandex Browser tabs with extended functionality.
Integrates Claude AI with the Redmine project management system to enhance project management tasks.
Interact with Planka, a Trello-like kanban board, to manage projects, boards, and cards. Requires Planka server URL and credentials.
MCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, and plain text, with other formats like PDF, csv and docx in development.
A sales automation system that integrates Gmail, Google Sheets, Streak CRM, Notion, and Google Drive into a unified workflow.
Access your WeChat Reading (微信读书) bookshelf, notes, highlights, and reviews.