You're viewing a demo portfolio

Join the waitlist
PRSM

ecb_exchange_rate

Active

Tool of Ecb

declared in 0.1.0

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 schema

{
  "type": "object",
  "required": [
    "currency"
  ],
  "properties": {
    "currency": {
      "type": "string",
      "description": "ISO 4217 currency code (USD, GBP, JPY, ...)"
    },
    "frequency": {
      "type": "string",
      "description": "Observation frequency — D (daily), M (monthly), Q (quarterly), A (annual). Default D."
    },
    "end_period": {
      "type": "string",
      "description": "End date (YYYY-MM-DD)"
    },
    "start_period": {
      "type": "string",
      "description": "Start date (YYYY-MM-DD)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Ecb

https://github.com/pipeworx-io/mcp-ecb

1/7 registries
View full server →