fetch_dataset
ActiveTool of Oecd
Fetch tidy rows from any OECD dataflow. flow_ref examples: "OECD.SDD.NAD,DSD_NAMAIN1@DF_QNA_EXPENDITURE_GROWTH,1.0". The key string is a dot-separated dimension filter (e.g., "USA.....Q" — leave empty to fetch everything). Use start/end periods like "2020-Q1" or "2020". Returns labeled rows; OECD enforces a result-size limit and may truncate broad queries — narrow with key dimensions or shorter time ranges.
Parameters schema
{
"type": "object",
"examples": [
{
"key": "USA.....Q",
"flow_ref": "OECD.SDD.NAD,DSD_NAMAIN1@DF_QNA_EXPENDITURE_GROWTH,1.0",
"end_period": "2023-Q4",
"start_period": "2020-Q1"
},
{
"key": "",
"flow_ref": "OECD.ELS,DSD_LFS@DF_ALFS_POPULATION,1.0",
"end_period": "2024",
"start_period": "2022"
}
],
"required": [
"flow_ref"
],
"properties": {
"key": {
"type": "string",
"description": "Dot-separated dimension key (or empty for all)"
},
"limit": {
"type": "number",
"description": "Cap rows returned (default 5000)"
},
"flow_ref": {
"type": "string",
"description": "SDMX dataflow reference"
},
"end_period": {
"type": "string",
"description": "Inclusive end period"
},
"start_period": {
"type": "string",
"description": "e.g., \"2020\", \"2020-Q1\", \"2020-01\""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Oecd
https://github.com/pipeworx-io/mcp-oecd
1/7 registries