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
Available Tools
6 toolsconvert_currency_latestInspect
Converts an amount from one currency to another using the latest exchange rates.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | The amount in the source currency to convert. | |
| to_currency | Yes | The target currency ISO4217 code. | |
| from_currency | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | The amount in the source currency to convert. | |
| to_currency | Yes | The target currency ISO4217 code. | |
| from_currency | Yes | The source currency ISO4217 code. | |
| specific_date | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | No | A 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_date | No | The end date, of a date range, for which the historical rates are requested in the YYYY-MM-DD format. | |
| start_date | No | The start date, of a date range, for which the historical rates are requested in the YYYY-MM-DD format. | |
| base_currency | Yes | A base currency ISO4217 code for which rates are to be requested. | |
| specific_date | No | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | No | A 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_currency | Yes | A 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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
greetInspect
A simple greeting tool to demonstrate middleware functionality.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name 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 ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.