You're viewing a demo portfolio

Join the waitlist
PRSM

get_series

Active

Tool of mcp-bundesbank-de

declared in 0.1.0

Pull observations for a Bundesbank series as SDMX-JSON. flowRef is the dataflow id (e.g. "BBEX3"); key is a dot-separated SDMX dimension filter in key order (e.g. "D.USD.EUR.BB.AC.000" = daily USD/EUR reference rate). Use dataflow_structure to discover the dimensions/codes for a flow. Leave a dimension empty to wildcard it (e.g. "D..EUR.BB.AC.000"). Filter by lastNObservations (most recent N) or a startPeriod/endPeriod date range (YYYY, YYYY-MM, or YYYY-MM-DD).

Parameters schema

{
  "type": "object",
  "required": [
    "flowRef",
    "key"
  ],
  "properties": {
    "key": {
      "type": "string",
      "description": "Dot-separated SDMX dimension filter, e.g. \"D.USD.EUR.BB.AC.000\". Empty segments wildcard a dimension."
    },
    "detail": {
      "type": "string",
      "description": "SDMX detail level: \"full\" (default), \"dataonly\", \"serieskeysonly\", or \"nodata\"."
    },
    "flowRef": {
      "type": "string",
      "description": "Dataflow id, e.g. \"BBEX3\"."
    },
    "endPeriod": {
      "type": "string",
      "description": "Inclusive end period (YYYY, YYYY-MM, or YYYY-MM-DD)."
    },
    "startPeriod": {
      "type": "string",
      "description": "Inclusive start period (YYYY, YYYY-MM, or YYYY-MM-DD)."
    },
    "lastNObservations": {
      "type": "number",
      "description": "Return only the most recent N observations."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-bundesbank-de

https://github.com/pipeworx-io/mcp-bundesbank-de

2/7 registries
View full server →