MCP server exposing 3 tools for bis.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/bis/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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_dataflows or browse https://stats.bis.org.search_dataflows — Search the BIS SDMX dataflow registry by keyword against dataflow name and ID. Returns matched flow_refs (e.g., 'BIS,WS_CBPOL_D,1.0') ready to pass to fetch_dataset, capped at limit (default 25, max 100).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 / end_period like "2020", "2020-Q1", "2020-01".Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/bis/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io