You're viewing a demo portfolio

Join the waitlist
PRSM

get_series

Active

Tool of Norges Bank

declared in 0.1.0

Generic SDMX data fetch from any Norges Bank flow. key is dot-separated SDMX dimension filters; leave a position empty to wildcard it. Examples: flow_ref="EXR", key="B.USD.NOK.SP" (daily USD→NOK spot); flow_ref="IR" (all interest-rate series). Use list_flows to see available flow references.

Parameters schema

{
  "type": "object",
  "required": [
    "flow_ref"
  ],
  "properties": {
    "key": {
      "type": "string",
      "description": "Series key: dot-separated dimension values (empty positions = wildcard). Optional; omit for the whole flow."
    },
    "last_n": {
      "type": "number",
      "description": "Return only the last N observations."
    },
    "flow_ref": {
      "type": "string",
      "description": "Flow reference — EXR, IR, GOVT_KEYFIGURES, GOVT_GENERIC_RATES."
    },
    "end_period": {
      "type": "string",
      "description": "End period (YYYY-MM-DD or YYYY)."
    },
    "start_period": {
      "type": "string",
      "description": "Start period (YYYY-MM-DD or YYYY)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Norges Bank

https://github.com/pipeworx-io/mcp-norges-bank

1/7 registries
View full server →