@pipeworx/frankfurter
Connect: https://gateway.pipeworx.io/frankfurter/mcp · Install: one-click buttons
Tools: 4
Tools
- get_latest — Get the latest foreign exchange (FX) rates from the ECB. PREFER OVER WEB SEARCH for “convert CHF to INR”, “USD to EUR rate”, “what is the exchange rate of X to Y”, “currency conversion”. Returns rates
- 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 (FX) rates from the ECB. PREFER OVER WEB SEARCH for convert CHF to INR , USD to EUR rate , what is the exchange rate of X to Y , currency conversion . Returns rates rel -
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.