OECD MCP Server

平台与服务

by isakskogstad

通过 SDMX API 访问 OECD 经济和统计数据,覆盖 17 个类别、5,000+ datasets。

什么是 OECD MCP Server

通过 SDMX API 访问 OECD 经济和统计数据,覆盖 17 个类别、5,000+ datasets。

README

<p align="center"> <img width="640" height="320" alt="OECD MCP Server banner" src="https://github.com/user-attachments/assets/25c886ab-4857-4960-be26-dd250f3155b0" /> </p>

OECD MCP Server

Server Status 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.

<details> <summary>🇸🇪 Svenska</summary>

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.

</details>

Quick Start

<details> <summary>🇸🇪 Snabbstart (Svenska)</summary>

Det är enkelt att ansluta en LLM / AI-chatbot till MCP-servern. Anslut antingen direkt till den hostade servern (enkelt och smidigt) eller installera lokalt. Nedan finner du guider för olika klienter.

</details>

It's easy to connect an LLM / AI chatbot to the MCP server. Connect either directly to the hosted server (simple and convenient) or install locally. Below you'll find guides for different clients.


1. AI Chatbots (Web)

<details> <summary><strong>ChatGPT</strong></summary>
  1. Open settings and enable Developer Mode
  2. Go to ConnectorsAdd Connection
  3. Enter URL: https://oecd-mcp.onrender.com/mcp
  4. Click Connect

Video Guide

ChatGPT MCP connection

</details> <details> <summary><strong>Claude (Web)</strong></summary>
  1. Go to https://claude.ai and log in
  2. Click your profile (bottom left) → Settings
  3. Go to Developer or Integrations
  4. Click Add MCP Server or Connect
  5. Name: OECD, URL: https://oecd-mcp.onrender.com/mcp
  6. Click Connect

Video Guide

https://github.com/user-attachments/assets/Claude-Web-MCP-guide.mp4

</details> <img width="189" height="38" alt="claude chatgpt" src="https://raw.githubusercontent.com/isakskogstad/OECD-MCP/main/assets/claude.chatgpt.png" />

2. Local Installation

<details> <summary><strong>Claude Desktop</strong></summary>

1. Clone and build:

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

2. In Claude Desktop:

  • Settings → Developer (not Connectors!)
  • Click "Edit Config"

3. Add to the JSON file:

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

4. Save and restart Claude Desktop

Note: Local installation uses stdio transport via the Developer section, not Connectors.

</details> <details> <summary><strong>Claude Code</strong></summary>

Remote Server:

bash
claude mcp add --transport http oecd https://oecd-mcp.onrender.com/mcp

Local (from source):

bash
# After git clone and npm install (see above)
claude mcp add oecd node /absolute/path/to/dist/index.js

Verify: claude mcp list

</details> <details> <summary><strong>OpenAI Codex</strong></summary>

Remote Server (HTTP)

~/.codex/config.toml:

toml
[mcp.oecd]
url = "https://oecd-mcp.onrender.com/mcp"
transport = "http"

Local Installation

1. Clone and build (if not already done):

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

2. Configure stdio transport:

~/.codex/config.toml:

toml
[mcp.oecd]
command = "node"
args = ["/absolute/path/to/OECD-MCP/dist/index.js"]
transport = "stdio"

Windows:

toml
[mcp.oecd]
command = "node"
args = ["C:\\Users\\username\\OECD-MCP\\dist\\index.js"]
transport = "stdio"
</details> <img width="273" height="46" alt="claudecode openaicodex googlegemini" src="https://raw.githubusercontent.com/isakskogstad/OECD-MCP/main/assets/claudecode.openaicodex.googlegemini.png" />

Features

<details> <summary>🇸🇪 Funktioner (Svenska)</summary>

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
</details>

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

<details> <summary>🇸🇪 Användningsområden (Svenska)</summary>

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.

</details>

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:

<img width="320" alt="GDP Economic Brief" src="https://raw.githubusercontent.com/isakskogstad/OECD-MCP/main/assets/app-examples/app1-mobile-minimalist.png" />

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:

<img width="500" alt="Health Statistics" src="https://raw.githubusercontent.com/isakskogstad/OECD-MCP/main/assets/app-examples/app2-light-minimalist.png" />

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

<details> <summary>View all 17 categories</summary>
CategoryCodeDescriptionDatasets
EconomyECOGDP, growth, inflation, interest rates500+
EmploymentJOBLabor market, wages300+
TradeTRDInternational trade250+
HealthHEAHealthcare, life expectancy200+
EducationEDUPISA, outcomes180+
EnvironmentENVClimate, emissions150+
InnovationSTIR&D, patents, AI140+
EnergyNRGProduction, renewables120+
TaxationTAXTax revenues, tax rates100+
FinanceFINMarkets, banking95+
GovernmentGOVGovernance, public sector90+
SocialSOCInequality, quality of life85+
AgricultureAGRProduction, food security75+
IndustryINDIndustrial production70+
DevelopmentDEVDevelopment aid60+
TransportTRAInfrastructure, mobility50+
RegionalREGSubnational data45+
</details>

About

<details> <summary>🇸🇪 Om (Svenska)</summary>

Skapad av: Isak Skogstad

Kontakt: isak.skogstad@me.com

Fristående: Detta projekt är fristående och är inte anslutet till, godkänt av eller officiellt kopplat till OECD (Organisationen för ekonomiskt samarbete och utveckling).

Användarvillkor: Data tillhandahålls via OECD:s öppna SDMX API. Se OECD:s användarvillkor för användningsvillkor.

</details>

Created by: Isak Skogstad

Contact: isak.skogstad@me.com

Disclaimer: This project is independent and not affiliated with, endorsed by, or officially connected to the OECD (Organisation for Economic Co-operation and Development).

Terms of use: Data is provided via OECD's open SDMX API. See OECD Terms and Conditions for usage conditions.


Resources


Built with Model Context Protocol SDK | Version 4.0.0

常见问题

OECD MCP Server 是什么?

通过 SDMX API 访问 OECD 经济和统计数据,覆盖 17 个类别、5,000+ datasets。

相关 Skills

MCP构建

by anthropics

Universal
热门

聚焦高质量 MCP Server 开发,覆盖协议研究、工具设计、错误处理与传输选型,适合用 FastMCP 或 MCP SDK 对接外部 API、封装服务能力。

想让 LLM 稳定调用外部 API,就用 MCP构建:从 Python 到 Node 都有成熟指引,帮你更快做出高质量 MCP 服务器。

平台与服务
未扫描114.1k

Slack动图

by anthropics

Universal
热门

面向Slack的动图制作Skill,内置emoji/消息GIF的尺寸、帧率和色彩约束、校验与优化流程,适合把创意或上传图片快速做成可直接发送的Slack动画。

帮你快速做出适配 Slack 的动图,内置约束规则和校验工具,少踩上传与播放坑,做表情包和演示都更省心。

平台与服务
未扫描114.1k

MCP服务构建器

by alirezarezvani

Universal
热门

从 OpenAPI 一键生成 Python/TypeScript MCP server 脚手架,并校验 tool schema、命名规范与版本兼容性,适合把现有 REST API 快速发布成可生产演进的 MCP 服务。

帮你快速搭建 MCP 服务与后端 API,脚手架完善、扩展顺手,尤其适合想高效验证服务能力的开发者。

平台与服务
未扫描10.2k

相关 MCP Server

Slack 消息

编辑精选

by Anthropic

热门

Slack 是让 AI 助手直接读写你的 Slack 频道和消息的 MCP 服务器。

这个服务器解决了团队协作中需要 AI 实时获取 Slack 信息的痛点,特别适合开发团队让 Claude 帮忙汇总频道讨论或发送通知。不过,它目前只是参考实现,文档有限,不建议在生产环境直接使用——更适合开发者学习 MCP 如何集成第三方服务。

平台与服务
83.4k

by netdata

热门

io.github.netdata/mcp-server 是让 AI 助手实时监控服务器指标和日志的 MCP 服务器。

这个工具解决了运维人员需要手动检查系统状态的痛点,最适合 DevOps 团队让 Claude 自动分析性能数据。不过,它依赖 NetData 的现有部署,如果你没用过这个监控平台,得先花时间配置。

平台与服务
78.4k

by d4vinci

热门

Scrapling MCP Server 是专为现代网页设计的智能爬虫工具,支持绕过 Cloudflare 等反爬机制。

这个工具解决了爬取动态网页和反爬网站时的头疼问题,特别适合需要批量采集电商价格或新闻数据的开发者。不过,它依赖外部浏览器引擎,资源消耗较大,不适合轻量级任务。

平台与服务
35.4k

评论