@pipeworx/ecb
Connect: https://gateway.pipeworx.io/ecb/mcp · Install: one-click buttons
Tools: 4
European Central Bank Data Portal MCP — exchange rates, interest rates, monetary aggregates, HICP, bank lending. No auth.
Tools
exchange_rate(currency, start_period?, end_period?, frequency?)— EUR exchange rate for a given currencyget_data(flow_ref, key, start_period?, end_period?, last_n?)— generic SDMX querylist_dataflows(filter?)— list available data flowshicp_inflation(country?, start_period?, end_period?)— Harmonised Index of Consumer Prices YoY change
Common flow refs
EXR— Exchange ratesICP— Inflation (HICP)BSI— Bank balance sheet itemsIRS— Interest rate statisticsSTS— Short-term statisticsBLS— Bank lending surveyMIR— MFI interest rates
Data source
https://data-api.ecb.europa.eu/service/data/<flowRef>/<key>?format=jsondata
Key syntax is dot-separated dimension values. Empty positions = wildcard. E.g. D.USD.EUR.SP00.A is daily USD-against-EUR.
Tools
- exchange_rate — Daily EUR exchange rate against a currency. Returns time series of observations. Currency is the ISO 4217 code (e.g. “USD”, “GBP”, “JPY”, “CHF”).
- hicp_inflation — Harmonised Index of Consumer Prices (HICP) annual rate of change for a country / euro area. Monthly frequency. country defaults to U2 (euro area).
- get_data — Generic SDMX data fetch from any ECB flow. Key is dot-separated dimension values; empty positions are wildcards. Example: flow_ref=“EXR”, key=“D.USD.EUR.SP00.A” (daily USD/EUR spot).
- list_dataflows — List ECB SDMX data flows. Optional substring filter on flow ref or name.
Tools
-
exchange_rate— Daily EUR exchange rate against a currency. Returns time series of observations. Currency is the ISO 4217 code (e.g. USD , GBP , JPY , CHF ). -
get_data— Generic SDMX data fetch from any ECB flow. Key is dot-separated dimension values; empty positions are wildcards. Example: flow_ref= EXR , key= D.USD.EUR.SP00.A (daily USD/EUR spot). -
hicp_inflation— Harmonised Index of Consumer Prices (HICP) annual rate of change for a country / euro area. Monthly frequency. country defaults to U2 (euro area). -
list_dataflows— List ECB SDMX data flows. Optional substring filter on flow ref or name.