Skip to main content
Glama

FrankfurterMCP

get_latest_exchange_rates

Retrieve specific or all currency exchange rates against a base currency using the Frankfurter API. Customize results by specifying target currency codes or fetch all supported currencies.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
base_currencyYesA base currency code for which rates are to be requested.
symbolsNoA list of target currency codes for which rates against the base currency will be provided. Do not provide it to request all supported currencies.

Input Schema (JSON Schema)

{ "properties": { "base_currency": { "description": "A base currency code for which rates are to be requested.", "title": "Base Currency", "type": "string" }, "symbols": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "A list of target currency codes for which rates against the base currency will be provided. Do not provide it to request all supported currencies.", "title": "Symbols" } }, "required": [ "base_currency" ], "type": "object" }
Install Server

Other Tools from FrankfurterMCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/anirbanbasu/frankfurtermcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server