@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 — EUR exchange rate time series against a target currency (ISO 4217, e.g. USD/GBP/JPY). Frequency defaults to daily (D) but accepts M/monthly, Q/quarterly, A/annual. Optionally filter by start/end date.
- 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 all ECB SDMX dataflow IDs and names (e.g. EXR, ICP, BSI, MIR). Accepts an optional case-insensitive substring filter on flow_ref or name. Returns {count, dataflows: [{flow_ref, name}]}.
Tools
-
exchange_rate— EUR exchange rate time series against a target currency (ISO 4217, e.g. USD/GBP/JPY). Frequency defaults to daily (D) but accepts M/monthly, Q/quarterly, A/annual. Optionally filter by start/end date. -
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 all ECB SDMX dataflow IDs and names (e.g. EXR, ICP, BSI, MIR). Accepts an optional case-insensitive substring filter on flow_ref or name. Returns {count, dataflows: [{flow_ref, name}]}.