Server Details
Fetch latest and historical currency exchange rates from Frankfurter. Convert amounts between curr…
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- jessicayanwang/frankfurtermcp
- GitHub Stars
- 0
- Server Listing
- Frankfurter MCP
Available Tools
5 toolsconvert_currency_latestTry in Inspector
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_dateTry in Inspector
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_ratesTry in Inspector
Returns historical exchange rates for a specific date or date range. If the exchange rates for a specified date is not available, the rates available for the closest date before the specified date will be provided. 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_ratesTry in Inspector
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_currenciesTry in Inspector
Returns a list of three-letter currency codes for the supported currencies.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control 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
Your Connectors
Sign in to create a connector for this server.