Oecd MCP Server

@cyanheads/oecd-mcp-server Search, explore, and query 1,500+ OECD statistical datasets (national accounts, employment, trade, education, health) via SDMX via MCP. STDIO or Streamable HTTP. Its 7 documented tools cover oecd, dataset, dataframe.

People connecting science & health tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-10 · ★ 2 · #38 OF 60 MAINTAINED SCIENCE & HEALTH · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Oecd MCP Server

before you install - you'll need

Set MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL, CANVAS_PROVIDER_TYPE before connecting.

Claude Code

claude mcp add cyanheads-oecd-mcp-server -- npx -y @cyanheads/oecd-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "cyanheads-oecd-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/oecd-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package @cyanheads/oecd-mcp-server - published under the repo owner's npm scope (@cyanheads)

registry namespace io.github.cyanheads is GitHub-verified and matches the repo owner

03 · What Oecd MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search 1,500+ OECD dataflows by keyword or theme, fetch a dataflow's dimensions, key order, and codelist references, fetch valid codes and labels for one dimension (countries, measures, frequencies), and fetch observations filtered by dimension key and time range.

The 7 tools it gives your agent

Extracted from the project's README - what oecd-mcp-server lets an agent do.

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

Latest releases

v0.3.0 · 2026-08-10

unified upstream and flow-ref error contracts · Every tool and the oecd://dataflow/{agency_id}/{flow_id} resource declare data.reason and data.recovery.hint for OECD upstream failures via a shared upstreamRefusal()…

v0.2.2 · 2026-08-10

redirects refused at the OECD fetch boundary · fetchOecd issues every request with redirect: manual and refuses any 3xx as a terminal, non-retried Forbidden - the origin externalServiceRoot() pins a delegated root to…

v0.2.1 · 2026-08-10

Delegated dataflows and version-pinned codelists · Follow the 27 dataflows OECD catalogues on the public root but defines on sti-public, dcd-public, or archive, for structure, codes, and observations (#23) · Read…

04 · Who maintains Oecd MCP Server

oecd-mcp-server is maintained by cyanheads. We track 125 MCP servers from cyanheads - 124 actively maintained, 1,730 combined GitHub stars, oldest repo from Dec 2024. Full record: all servers from cyanheads.

  1. mcp-ts-core Agent-native TypeScript framework for building MCP servers with declarative definitions. ★ 148
  2. obsidian-mcp-server Read, write, search, and surgically edit Obsidian notes, tags, and frontmatter via MCP. ★ 668
  3. git-mcp-server Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more. ★ 235
  4. pubmed-mcp-server Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms. ★ 137
  5. clinicaltrialsgov-mcp-server Search ClinicalTrials.gov - find studies, retrieve results, match patients to eligible trials. ★ 90
  6. mcp-ts-template TypeScript template for building MCP servers with declarative tooling, observability, and auth. ★ 148

05 · Facts

category
science & health - ranked #38 of 60 actively-maintained science & health servers as of 2026-08-25.
release cadence
9 releases in the last 90 days (latest 2026-08-10)
registry
io.github.cyanheads/oecd-mcp-server (active, first published 2026-06-05 · 9 versions)
packages
npm:@cyanheads/oecd-mcp-server · npm:@cyanheads/oecd-mcp-server

06 · Oecd MCP Server FAQ

Is Oecd MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-10 and it shipped 9 releases in the last 90 days. We re-verify nightly.

What can Oecd MCP Server do?

With this server connected, an agent can search 1,500+ OECD dataflows by keyword or theme, fetch a dataflow's dimensions, key order, and codelist references, fetch valid codes and labels for one dimension (countries, measures, frequencies), and fetch observations filtered by dimension key and time range.

How do I install Oecd MCP Server?

Run `npx -y @cyanheads/oecd-mcp-server`. The README documents 3 environment variables (MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL, CANVAS_PROVIDER_TYPE) to set first. Set MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL, CANVAS_PROVIDER_TYPE before connecting. You can also paste the ready-made client config above.

Does Oecd MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Oecd MCP Server