@pipeworx/bis
Connect: https://gateway.pipeworx.io/bis/mcp · Install: one-click buttons
Tools: 3
BIS (Bank for International Settlements) MCP — central-bank statistics, SDMX. No auth.
Tools
list_curated_flows(topic?)search_dataflows(query, limit?)fetch_dataset(flow_ref, key?, start_period?, end_period?, limit?)
Data source
https://stats.bis.org/api/v2/
Tools
- list_curated_flows — List BIS dataflow refs we have pre-vetted, grouped by topic (rates, fx, banking, debt, credit, property, derivatives, finance). Use the flow_ref with fetch_dataset. For everything else use search_data
- search_dataflows — Search the BIS SDMX dataflow registry by keyword. Returns flow_refs ready to pass to fetch_dataset.
- fetch_dataset — 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_peri
Tools
-
fetch_dataset— 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 / -
list_curated_flows— List BIS dataflow refs we have pre-vetted, grouped by topic (rates, fx, banking, debt, credit, property, derivatives, finance). Use the flow_ref with fetch_dataset. For everything else use search_data -
search_dataflows— Search the BIS SDMX dataflow registry by keyword. Returns flow_refs ready to pass to fetch_dataset.