Search and query 1,500+ OECD statistical datasets via SDMX. Keyless.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Search, explore, and query 1,500+ OECD statistical datasets (national accounts, employment, trade, education, health) via SDMX via MCP. STDIO or Streamable HTTP.
Public Hosted Server: https://oecd.caseyjhand.com/mcp
Five discovery and data tools plus two SQL analytics tools for large query results:
| Tool | Description |
|---|---|
oecd_list_agencies | List OECD SDMX agencies with their directorate and the number of dataflows each publishes |
oecd_search_datasets | Search 1,500+ OECD dataflows by keyword or theme |
oecd_get_dataset_info | Fetch a dataflow's dimensions, key order, and codelist references |
oecd_get_dimension_values | Fetch valid codes and labels for one dimension (countries, measures, frequencies) |
oecd_query_dataset | Fetch observations filtered by dimension key and time range; spills large results to DataCanvas |
oecd_dataframe_describe | List DataCanvas tables and columns staged by a prior oecd_query_dataset spill |
oecd_dataframe_query | Run a read-only SQL SELECT against DataCanvas tables |
oecd_list_agenciesEntry point for discovery β enumerate OECD's statistical departments before searching.
OECD.SDD.NAD, OECD.ELS.SPD, OECD.EDU.IMEP) and dataflow countsOECD.CTP.TPS is the Centre for Tax Policy and Administration, OECD.SDD.NAD the Statistics and Data Directorate β so a department can be picked without decoding the identifierESTAT, IAEG-SDGs) carry no directorateoecd_search_datasets by department (national accounts, labour, education, etc.)oecd_search_datasetsSearch the full catalog of 1,500+ OECD dataflows by keyword or department.
inflation returns Economic Outlook 119 and poverty returns Income inequality - Regionsmatched_in (name, description, or both) and a plain-text description trimmed to 240 charactersagency_id filter scopes results to a specific statistical departmentlimit (1β100) and offset page through the match list; total_matches reports the full countflow_ref values (e.g. OECD.SDD.NAD,DSD_NAAG@DF_NAAG_I) β pass directly to oecd_get_dataset_info or oecd_query_dataset. A handful of dataflows are catalogued without a datastructure prefix and come back in the bare {agencyID},{df_id} form (OECD.TAD.ARP,DF_AEI2024_DASHBOARD); both forms are accepted everywhere a flow_ref isoecd_get_dataset_infoInspect a dataflow's structure before querying.
oecd_query_datasetINSTR_ASSET reads as "Financial instruments and non-financial assets" rather than repeating the id. A dimension the scheme does not cover keeps the idoecd_get_dimension_values to resolve human-readable names to SDMX codesNonProductionDataflow flag β marks experimental or deprecated dataflowsflow_ref whose id prefix names no datastructure of its own by asking the dataflow for its structure β OECD.CFE.EDS,DSD_REG_LAB@DF_RATES is backed by DSD_REG_LABOUR, and answers here rather than reporting the dataflow as missingoecd_query_dataset on an unfamiliar dataflowoecd_get_dimension_valuesResolve human-readable names (countries, measures) to SDMX codes.
REF_AREA β USA/United States, DEU/Germany)query matches a case-insensitive substring against both the code and its label, so PA and percent each reach PA / Percent per annumlimit (1β500, default 50) and offset page the matching list. Both client surfaces carry the same page, so a 1,164-code dimension like UNIT_MEASURE no longer ships 66 KB of pairs to structuredContent to find one codeoecd_query_datasetFetch observations from an OECD dataflow filtered by dimension key and time range.
A.USA+DEU.B1GQ_R.PC.) where empty segments are wildcards and + separates multiple valuesstart_period / end_period bound the time range (ISO format: 2010, 2010-Q1)0:0:2:3:0) into human-readable row objects with dimension labelsUNIT_MULT, OBS_STATUS, PRICE_BASE, DECIMALS, β¦) each become their own column, so an estimated or break-flagged point is distinguishable from a confirmed onevalue arrives already multiplied by the observation's UNIT_MULT β a GDP figure OECD publishes as 26054.614 billions comes back as 26054614000000. Every row carries value_scale, the power of ten applied; divide by it for the figure as OECD published itsource: "OECD" per OECD terms of usestructuredContent and in the rendered table alike β no canvas_id, and truncated is omitted rather than set to falseCANVAS_PROVIDER_TYPE=duckdb: a leading preview slice plus canvas_id + truncated: true β use oecd_dataframe_describe to list tables, then oecd_dataframe_query for SQL analyticsstructuredContent, while the rendered table stops at the same preview budget a canvas would have used β the response reports content_table_capped and the number of rows it showed. Narrow the key or the start_period / end_period range to shrink the result itselfoecd_dataframe_describe / oecd_dataframe_querySQL analytics over observation data staged by oecd_query_dataset.
When oecd_query_dataset returns truncated: true, the full result is staged on a DuckDB-backed DataCanvas. Pass the canvas_id to:
oecd_dataframe_describe β list staged table names and their columns. Run this first to discover the schema before writing SQL.oecd_dataframe_query β run a single-statement SQL SELECT. Supports aggregates, window functions, GROUP BY, ORDER BY, and standard DuckDB SQL.Requires CANVAS_PROVIDER_TYPE=duckdb. Read-only: writes, DDL, and system catalog access are rejected.
Typical workflow for a large query:
| Type | Name | Description |
|---|---|---|
| Resource | oecd://dataflow/{agency_id}/{flow_id} | Dimension metadata for a single OECD dataflow β same content as oecd_get_dataset_info |
{flow_id} is the combined {dsd_id}@{df_id} string with @ percent-encoded as %40, or the bare {df_id} for a dataflow catalogued without a datastructure prefix. Example: oecd://dataflow/OECD.SDD.NAD/DSD_NAAG%40DF_NAAG_I.
All resource data is also reachable via tools. Use oecd_get_dataset_info for the same content.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/oecd-mcp-server)<a href="https://allmcps.com/mcp/oecd-mcp-server"><img src="https://allmcps.com/api/badge/oecd-mcp-server?style=directory" alt="Oecd MCP Server on AllMCPs" /></a>