@pipeworx/oecd
Connect: https://gateway.pipeworx.io/oecd/mcp · Install: one-click buttons
Tools: 3
OECD data MCP — SDMX 2.1 REST API at sdmx.oecd.org, no auth.
Tools
list_curated_flows(topic?)— pre-vetted dataflow refs by topic.search_dataflows(query, agency?, limit?)— keyword search against the dataflow registry.fetch_dataset(flow_ref, key?, start_period?, end_period?, limit?)— tidy CSV-with-labels rows for any OECD dataflow.
Finding flow refs
Browse https://data-explorer.oecd.org interactively, or use search_dataflows.
Data source
https://sdmx.oecd.org/public/rest/ — public, no key required.
Tools
- list_curated_flows — List OECD dataflow refs we have pre-vetted, grouped by topic (gdp, labour, prices, finance, households, health, demographics, projections, tax, education, environment, technology). Pass the flow_ref t
- search_dataflows — 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.
- fetch_dataset — 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
Tools
-
fetch_dataset— 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 -
list_curated_flows— List OECD dataflow refs we have pre-vetted, grouped by topic (gdp, labour, prices, finance, households, health, demographics, projections, tax, education, environment, technology). Pass the flow_ref t -
search_dataflows— 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.