get_series

Pack: norges-bank · Endpoint: https://gateway.pipeworx.io/norges-bank/mcp

Generic SDMX data fetch from any Norges Bank flow. key is dot-separated SDMX dimension filters;

Parameters

NameTypeRequiredDescription
flow_refstringyesFlow reference — EXR, IR, GOVT_KEYFIGURES, GOVT_GENERIC_RATES.
keystringnoSeries key: dot-separated dimension values (empty positions = wildcard). Optional; omit for the whole flow.
last_nnumbernoReturn only the last N observations.
start_periodstringnoStart period (YYYY-MM-DD or YYYY).
end_periodstringnoEnd period (YYYY-MM-DD or YYYY).

Example call

curl -X POST https://gateway.pipeworx.io/norges-bank/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_series","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "norges-bank": {
      "url": "https://gateway.pipeworx.io/norges-bank/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 29, 2026