You're viewing a demo portfolio

Join the waitlist
PRSM

search_dataflows

Active

Tool of Oecd

declared in 0.1.0

Search OECD's SDMX dataflow registry by keyword. Returns matching dataflow refs ready to pass to fetch_dataset. If results are noisy, refine with a more specific keyword or restrict by agency.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "unemployment rate"
    },
    {
      "limit": 10,
      "query": "health expenditure",
      "agency": "OECD.ELS"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max results (default 25, max 100)"
    },
    "query": {
      "type": "string",
      "description": "Keyword (matches dataflow names + descriptions)"
    },
    "agency": {
      "type": "string",
      "description": "Optional agency filter, e.g., OECD.SDD.NAD, OECD.ECO, OECD.ENV"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Oecd

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

1/7 registries
View full server →