You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).

get_data

Inactive

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",
  "examples": [
    {
      "key": "D.USD.EUR.SP00.A",
      "flow_ref": "EXR"
    },
    {
      "key": "M.DE.....CP00",
      "last_n": 12,
      "flow_ref": "ICP",
      "start_period": "2023-01"
    }
  ],
  "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 →