fetch_dataset
ActiveTool of Bis
Fetch tidy rows from a BIS dataflow. flow_ref examples: "BIS,WS_CBPOL_D,1.0" (daily policy rates). The key string is a dot-separated dimension filter (e.g., "D.US" — frequency.country). Use start_period / end_period like "2020", "2020-Q1", "2020-01".
Parameters schema
{
"type": "object",
"examples": [
{
"key": "D.US",
"flow_ref": "BIS,WS_CBPOL_D,1.0",
"end_period": "2024-12-31",
"start_period": "2020-01-01"
},
{
"flow_ref": "BIS,WS_CBPOL_D,1.0"
}
],
"required": [
"flow_ref"
],
"properties": {
"key": {
"type": "string",
"description": "Dot-separated dimension key (empty for all)"
},
"limit": {
"type": "number",
"description": "Cap rows (default 5000)"
},
"flow_ref": {
"type": "string",
"description": "SDMX dataflow reference"
},
"end_period": {
"type": "string",
"description": "Inclusive end"
},
"start_period": {
"type": "string",
"description": "Inclusive start"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Bis
https://github.com/pipeworx-io/mcp-bis
1/7 registries