Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. OECD MCP Server
OECD MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 8:38:40 PM

OECD MCP Server

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View Repository8 GitHub StarsTotal stargazers on GitHub for the source repository (8 stars).Visit Website

OECD economic and statistical data via SDMX API. Access 5,000+ datasets across 17 categories.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON â–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "oecd-mcp-server-2": {
      "command": "npx",
      "args": [
        "-y",
        "oecd-mcp"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Documentation Overview

OECD MCP Server banner

OECD MCP Server

npm version MCP Registry MCP Protocol License

A Model Context Protocol (MCP) server providing AI assistants access to OECD's 5,000+ economic and statistical datasets via SDMX API. By connecting to the MCP server, you can use AI to search, analyze, and compare data from 38 OECD countries across economy, health, education, environment, and more.

🇸🇪 Svenska

En Model Context Protocol (MCP) server som ger AI-assistenter tillgång till OECD:s 5,000+ ekonomiska och statistiska dataset via SDMX API. Genom att ansluta till MCP-servern kan du med hjälp av AI söka, analysera och jämföra data från 38 OECD-länder inom ekonomi, hälsa, utbildning, miljö och mer.


Quick Start

🇸🇪 Snabbstart (Svenska)

Det är enkelt att ansluta en LLM / AI-chatbot till MCP-servern. Det enklaste sättet är att använda npm-paketet oecd-mcp via npx. Nedan finner du guider för olika klienter.

The easiest way to connect an LLM / AI chatbot to the MCP server is via the published npm package oecd-mcp using npx. Below you'll find guides for different clients.


Claude Desktop

1. Open Claude Desktop settings → Developer → "Edit Config"

2. Add to the JSON file:

config.json
{
  "mcpServers": {
    "oecd": {
      "command": "npx",
      "args": ["-y", "oecd-mcp"]
    }
  }
}

3. Save and restart Claude Desktop


Claude Code

Terminal
claude mcp add oecd npx -y oecd-mcp

Verify: claude mcp list


OpenAI Codex

~/.codex/config.toml:

toml
[mcp.oecd]
command = "npx"
args = ["-y", "oecd-mcp"]
transport = "stdio"

From Source

bash
git clone https://github.com/isakskogstad/OECD-MCP.git
cd OECD-MCP
npm install
npm run build

Then point your client at node /absolute/path/to/OECD-MCP/dist/index.js, e.g.:

config.json
{
  "mcpServers": {
    "oecd": {
      "command": "node",
      "args": ["/absolute/path/to/OECD-MCP/dist/index.js"]
    }
  }
}

Features

🇸🇪 Funktioner (Svenska)

Servern ansluter till OECD SDMX API och ger tillgång till 5,000+ dataset i 17 kategorier.

OECD SDMX API Tillgång till kvartalsvis nationalräkenskaper (QNA), huvudsakliga ekonomiska indikatorer (MEI), hälsostatistik, utbildningsdata, miljöindikatorer och mer från 38 OECD-medlemsländer plus partnerekonomier.

MCP-servern implementerar MCP-protokollet med stöd för:

  • 9 verktyg — Dataset-upptäckt (5) och dataÃ¥tkomst (4)
  • 7 resurser — Kategorier, länder, filterguide, ordlista, LLM-instruktioner
  • 7 promptmallar — Ekonomisk analys, landsjämförelser, nordiskt fokus

The server connects to the OECD SDMX API providing access to 5,000+ datasets across 17 categories:

OECD SDMX API Access to quarterly national accounts (QNA), main economic indicators (MEI), health statistics, education data, environmental indicators, and more from 38 OECD member countries plus partner economies.

The MCP server implements the MCP protocol with support for:

  • 9 tools — Dataset discovery (5) and data access (4)
  • 7 resources — Categories, countries, filter guide, glossary, LLM instructions
  • 7 prompt templates — Economic analysis, country comparisons, Nordic focus

Tools

ToolDescription
search_dataflowsSearch for datasets by keyword
list_dataflowsList datasets by category
get_categoriesList all 17 data categories
get_popular_datasetsGet commonly used datasets
search_indicatorsSearch for specific indicators
get_data_structureGet metadata for a dataset
query_dataQuery statistical data
get_dataflow_urlGenerate OECD Data Explorer link
list_categories_detailedDetailed category information

Resources

ResourceDescription
oecd://categories17 data categories with descriptions
oecd://dataflows/popularCurated popular datasets
oecd://countriesISO 3166-1 alpha-3 country codes
oecd://filter-guideSDMX filter syntax guide
oecd://glossaryDefinitions of OECD terms
oecd://llm-instructionsInstructions for AI assistants
oecd://api/infoAPI information

Prompt Templates

PromptDescription
analyze_economic_trendAnalyze economic trends over time
compare_countriesCompare data between countries
get_latest_statisticsGet latest statistics
explore_datasetGuided dataset exploration
find_data_for_questionFind the right dataset for a question
build_filterHelp building SDMX filters
nordic_comparisonCompare Nordic countries

Use Cases

🇸🇪 Användningsområden (Svenska)

Ekonomer & Forskare

Verktyg:

VerktygBeskrivning
query_dataFråga BNP, inflation, arbetslöshetsdata
search_dataflowsHitta dataset för forskningsfrågor
get_data_structureFörstå dataset-dimensioner

Exempel:

  • "Jämför BNP-tillväxt mellan G7-länderna 2020-2024"
  • "Analysera inflationstrender i eurozonen"
  • "Hitta data om arbetsproduktivitet per sektor"

App-exempel: Mobil ekonomisk brief med BNP-trender och jämförelsediagram.


Policyanalytiker

Verktyg:

VerktygBeskrivning
get_categoriesBläddra i 17 policyområden
list_dataflowsHitta relevanta policy-dataset
get_dataflow_urlGenerera länkar för rapporter

Exempel:

  • "Vilken sjukvÃ¥rdsutgiftsdata finns för Sverige?"
  • "Hitta utbildningsresultatindikatorer för PISA-analys"
  • "Jämför miljöpolicyer i nordiska länder"

App-exempel: Hälsostatistik-dashboard med donutdiagram och landjämförelser.


Datajournalister

Verktyg:

VerktygBeskrivning
search_indicatorsHitta specifika mätvärden
get_popular_datasetsFå tillgång till ofta citerad data
query_dataHämta siffror för artiklar

Exempel:

  • "Hämta senaste arbetslöshetssiffror för EU-länder"
  • "Hitta inkomstojämlikhetsdata (Gini-koefficient)"
  • "Jämför skatteintäkter som % av BNP"

App-exempel: Produktivitetsjämförelse med stapeldiagram och trendlinjer.

Economists & Researchers

Tools:

ToolDescription
query_dataQuery GDP, inflation, unemployment data
search_dataflowsFind datasets for research questions
get_data_structureUnderstand dataset dimensions

Examples:

  • "Compare GDP growth between G7 countries 2020-2024"
  • "Analyze inflation trends in the Eurozone"
  • "Find data on labor productivity by sector"

App Example:

GDP Economic Brief

Mobile economic brief with GDP trends, G7 comparison charts, and sparkline visualizations from the QNA dataset.


Policy Analysts

Tools:

ToolDescription
get_categoriesBrowse 17 policy areas
list_dataflowsFind relevant policy datasets
get_dataflow_urlGenerate links for reports

Examples:

  • "What healthcare spending data is available for Sweden?"
  • "Find education outcome indicators for PISA analysis"
  • "Compare environmental policies across Nordic countries"

App Example:

Health Statistics

Health statistics dashboard with donut chart overview and country comparison from the HEALTH_STAT dataset.


Data Journalists

Tools:

ToolDescription
search_indicatorsFind specific metrics
get_popular_datasetsAccess commonly cited data
query_dataGet numbers for stories

Examples:

  • "Get latest unemployment figures for EU countries"
  • "Find income inequality data (Gini coefficient)"
  • "Compare tax revenues as % of GDP"

Data Categories

View all 17 categories

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    💻 Developer Tools0 views
    Compare vs Labelhead Artist Momentum →
  • Whoop MCP logoWhoop MCP

    Full read + write access to your Whoop fitness data via the private iOS API. 47 tools.

    💻 Developer Tools0 views
    Compare vs Whoop MCP →
  • Oecd MCP Server logoOecd MCP Server

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

    💻 Developer Tools0 views
    Compare vs Oecd MCP Server →
  • CCXT logoCCXT

    Official CCXT MCP server - Market data and trading across 100+ exchanges and prediction markets

    💻 Developer Tools0 views
    Compare vs CCXT →

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about OECD MCP Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "oecd-mcp-server": { "command": "npx", "args": ["-y", "OECD MCP Server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewOECD MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/oecd-mcp-server-2?style=directory)](https://allmcps.com/mcp/oecd-mcp-server-2)
HTML Embed
<a href="https://allmcps.com/mcp/oecd-mcp-server-2"><img src="https://allmcps.com/api/badge/oecd-mcp-server-2?style=directory" alt="OECD MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
More technical detailsExpand â–¾
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars8
GitHub Star CountTotal stargazers on GitHub representing community popularity (8 stars).
39Quality signal: Fair · 39/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to OECD MCP Server →Install in Claude DesktopInstall in CursorInstall in VS Code