MCP Servers / database / FrankfurterMCP

FrankfurterMCP

JSON →
stdionone6database

MCP server acting as an interface to the Frankfurter API for currency exchange data.

Install
How to run this server
[ { "cmd": "npx @modelcontextprotocol/inspector", "imports": [] } ]
server path: frankfurtermcp
Tools
What this server exposes
get_supported_currencies
Get a list of currencies supported by the Frankfurter API.
get_latest_exchange_rates
Get latest exchange rates in specific currencies for a given base currency.
convert_currency_latest
Convert an amount from one currency to another using the latest exchange rates.
get_historical_exchange_rates
Get historical exchange rates for a specific date or date range in specific currencies for a given base currency.
convert_currency_specific_date
Convert an amount from one currency to another using the exchange rates for a specific date.
greet
Get a greeting from the FrankfurterMCP server. _This is mostly used for internal testing_.
Configuration
Environment & auth
authnone
envFAST_MCP_HOST
envFAST_MCP_PORT
envFRANKFURTER_API_URL
envFASTMCP_HOST
Resources
FrankfurterMCP — MCP Server · libregistry