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
| Name | Type | Required | Description |
|---|---|---|---|
flow_ref | string | yes | Flow reference — EXR, IR, GOVT_KEYFIGURES, GOVT_GENERIC_RATES. |
key | string | no | Series key: dot-separated dimension values (empty positions = wildcard). Optional; omit for the whole flow. |
last_n | number | no | Return only the last N observations. |
start_period | string | no | Start period (YYYY-MM-DD or YYYY). |
end_period | string | no | End 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.