You're viewing a demo portfolio

Join the waitlist
PRSM

search_dataflows

Active

Tool 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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Bis

https://github.com/pipeworx-io/mcp-bis

1/7 registries
View full server →