Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

io.github.cyanheads/oecd-mcp-server

io.github.cyanheads/oecd-mcp-server

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

Uptime
100.0%
1 direct probes · 30d
Response
776ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

oecd_list_agencies

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_search_datasets

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.

oecd_get_dataset_info

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 before calling oecd_quer…

oecd_get_dimension_values

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. Pass query to match a…

oecd_query_dataset

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 values already scaled …

oecd_dataframe_describe

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 available when CANVAS_P…

oecd_dataframe_query

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, then use this tool…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cyanheads/oecd-mcp-server": {
      "url": "https://oecd.caseyjhand.com/mcp",
      "transport": "streamable-http"
    }
  }
}