search_dataflows
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Oecd
https://github.com/pipeworx-io/mcp-oecd
1/7 registries