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

NameTypeRequiredDescription
currencystringyesISO 4217 currency code (USD, GBP, JPY, …)
start_periodstringnoStart date (YYYY-MM-DD)
end_periodstringnoEnd date (YYYY-MM-DD)
frequencystringnoObservation 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.

Regenerated from source · build July 4, 2026