ecb_exchange_rate
Pack: ecb · Endpoint: https://gateway.pipeworx.io/ecb/mcp
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. Returns labeled observations from the ECB EXR flow.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
currency | string | yes | ISO 4217 currency code (USD, GBP, JPY, …) |
start_period | string | no | Start date (YYYY-MM-DD) |
end_period | string | no | End date (YYYY-MM-DD) |
frequency | string | no | Observation frequency — D (daily), M (monthly), Q (quarterly), A (annual). Default D. |
Example call
curl -X POST https://gateway.pipeworx.io/ecb/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"ecb_exchange_rate","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"ecb": {
"url": "https://gateway.pipeworx.io/ecb/mcp"
}
}
}
See Getting Started for client-specific install steps.