You're viewing a demo portfolio

Join the waitlist
PRSM

ecb_get_data

Active

Tool of Ecb

declared in 0.1.0

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).

Parameters schema

{
  "type": "object",
  "required": [
    "flow_ref",
    "key"
  ],
  "properties": {
    "key": {
      "type": "string",
      "description": "Series key, dot-separated dimension values"
    },
    "last_n": {
      "type": "number",
      "description": "Return only the last N observations"
    },
    "flow_ref": {
      "type": "string",
      "description": "Flow reference — EXR (exchange rates), ICP (HICP), BSI, IRS, STS, BLS, MIR, ..."
    },
    "end_period": {
      "type": "string",
      "description": "End date / period"
    },
    "start_period": {
      "type": "string",
      "description": "Start date / period"
    }
  }
}

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 →