mcpserver.lol
registry/oecd-mcp-server
Connection check verified live · 27h ago

oecd-mcp-server

Search and query 1,500+ OECD statistical datasets via SDMX. Keyless.

Tools 7
GitHub stars 2
Installs / wk 15
Licence Apache-2.0
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

7 tools

Read from the running server on 27h ago.

oecd_dataframe_describe read-only canvas_id*
List tables and columns staged on a DataCanvas by a prior oecd_query_dataset spill. Call this before oecd_dataframe_query to discover exact table and column names for SQL. Only ava…
oecd_dataframe_query read-only sql*canvas_id*
Run a read-only SQL SELECT against OECD observation tables staged on a DataCanvas by oecd_query_dataset. Call oecd_dataframe_describe first to discover exact table and column names…
oecd_get_dataset_info read-only flow_ref*
Fetch a dataflow's dimensions, their order, and how to construct a query key. Returns per-dimension names, codelist references, and position in the dot-delimited key. Required befo…
oecd_get_dimension_values read-only limitqueryoffsetflow_ref*dimension_id*
Fetch the valid codes and labels for one dimension of a dataflow. Use to resolve human-readable names (countries, measures) to SDMX codes before querying with oecd_query_dataset. P…
oecd_list_agencies read-only
List OECD SDMX agencies, the directorate each belongs to, and the number of dataflows each publishes. Use to discover agency IDs before filtering oecd_search_datasets by department…
oecd_query_dataset read-only key*flow_ref*canvas_idend_periodstart_period
Fetch observations from an OECD dataflow filtered by a dimension key and optional time range. Returns decoded rows (one per observation) with dimension and attribute labels, and va…
oecd_search_datasets read-only limitquery*offsetagency_id
Search OECD dataflows by keyword or theme, matching against dataflow names and descriptions. Returns flow_ref identifiers, names, and agency IDs for use with oecd_get_dataset_info.