@pipeworx/frankfurter
Connect: https://gateway.pipeworx.io/frankfurter/mcp · Install: one-click buttons
Tools: 4
Tools
- get_latest — Get the latest foreign exchange rates from the ECB. Returns rates relative to a base currency. Example: get_latest(base: “USD”, symbols: “EUR,GBP,JPY”).
- get_historical — Get exchange rates for a specific historical date. ECB rates available from 1999-01-04 onward. Example: get_historical(date: “2024-01-15”, base: “USD”).
- get_timeseries — Get exchange rates over a date range for trend analysis. Returns daily rates between start and end dates. Example: get_timeseries(start_date: “2024-01-01”, end_date: “2024-03-31”, base: “USD”, symbols
- list_currencies — List all currencies supported by the Frankfurter API (ECB reference rates). Returns currency codes and full names.
Tools
-
get_historical— Get exchange rates for a specific historical date. ECB rates available from 1999-01-04 onward. Example: get_historical(date: 2024-01-15 , base: USD ). -
get_latest— Get the latest foreign exchange rates from the ECB. Returns rates relative to a base currency. Example: get_latest(base: USD , symbols: EUR,GBP,JPY ). -
get_timeseries— Get exchange rates over a date range for trend analysis. Returns daily rates between start and end dates. Example: get_timeseries(start_date: 2024-01-01 , end_date: 2024-03-31 , base: USD , symbols: E -
list_currencies— List all currencies supported by the Frankfurter API (ECB reference rates). Returns currency codes and full names.