Skip to main content
Glama

anirbanbasu-frankfurtermcp

Server Details

A MCP server for the Frankfurter API for currency exchange rates.

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
anirbanbasu/frankfurtermcp
GitHub Stars
6
Server Listing
FrankfurterMCP

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

6 tools
convert_currency_latestInspect

Converts an amount from one currency to another using the latest exchange rates.

ParametersJSON Schema
NameRequiredDescriptionDefault
amountYesThe amount in the source currency to convert.
to_currencyYesThe target currency ISO4217 code.
from_currencyYesThe source currency ISO4217 code.
convert_currency_specific_dateInspect

Convert an amount from one currency to another using the exchange rates for a specific date. If there is no exchange rate available for the specific date, the rate for the closest available date before the specified date will be used.

ParametersJSON Schema
NameRequiredDescriptionDefault
amountYesThe amount in the source currency to convert.
to_currencyYesThe target currency ISO4217 code.
from_currencyYesThe source currency ISO4217 code.
specific_dateYesThe specific date for which the conversion is requested in the YYYY-MM-DD format.
get_historical_exchange_ratesInspect

Returns historical exchange rates for a specific date or date range. Either a specific date, a start date, or a date range must be provided. The symbols can be used to filter the results to specific currencies. If symbols are not provided, all supported currencies will be returned.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolsNoA list of target currency ISO4217 codes for which rates against the base currency will be provided. If not provided, all supported currencies will be shown.
end_dateNoThe end date, of a date range, for which the historical rates are requested in the YYYY-MM-DD format.
start_dateNoThe start date, of a date range, for which the historical rates are requested in the YYYY-MM-DD format.
base_currencyYesA base currency ISO4217 code for which rates are to be requested.
specific_dateNoThe specific date for which the historical rates are requested in the YYYY-MM-DD format.
get_latest_exchange_ratesInspect

Returns the latest exchange rates for specific currencies. The symbols can be used to filter the results to specific currencies. If symbols is not provided, all supported currencies will be returned.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolsNoA list of target currency ISO4217 codes for which rates against the base currency will be provided. If not provided, all supported currencies will be shown.
base_currencyYesA base currency ISO4217 code for which rates are to be requested.
get_supported_currenciesInspect

Returns a list of three-letter currency codes for the supported currencies.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

greetInspect

A simple greeting tool to demonstrate middleware functionality.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameNoName to greet. Defaults to 'World'.

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.