list_flows
Pack: norges-bank · Endpoint: https://gateway.pipeworx.io/norges-bank/mcp
List the four Norges Bank SDMX data flows available in this pack (EXR exchange rates, IR interest rates, GOVT_KEYFIGURES, GOVT_GENERIC_RATES) with each flow’s dimension order, an example series key, and usage notes.
Example call
Arguments
{}
curl
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":"list_flows","arguments":{}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('list_flows', {});
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.