search_dataflows
ActiveTool of Bis
declared in 0.1.0
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).
Parameters schema
{
"type": "object",
"examples": [
{
"query": "policy rates"
},
{
"limit": 50,
"query": "exchange rates"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 25, max 100)"
},
"query": {
"type": "string",
"description": "Keyword (matches dataflow name)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Bis
https://github.com/pipeworx-io/mcp-bis
1/7 registries