OECD economic and statistical data via SDMX API. Access 5,000+ datasets across 17 categories.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"oecd": {
"args": [
"/absolute/path/to/OECD-MCP/dist/index.js"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
categories17 data categories with descriptions
oecd://categories
popularCurated popular datasets
oecd://dataflows/popular
countriesISO 3166-1 alpha-3 country codes
oecd://countries
filter-guideSDMX filter syntax guide
oecd://filter-guide
glossaryDefinitions of OECD terms
oecd://glossary
llm-instructionsInstructions for AI assistants
oecd://llm-instructions
api-infoAPI information
oecd://api/info
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
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data / finance
Manage Supabase projects — databases, auth, storage, and edge functions
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
An official Qdrant Model Context Protocol (MCP) server implementation
MCP Security Weekly
Get CVE alerts and security updates for io.github.isakskogstad/oecd-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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.
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.
1. Open Claude Desktop settings → Developer → "Edit Config"
2. Add to the JSON file:
{
"mcpServers": {
"oecd": {
"command": "npx",
"args": ["-y", "oecd-mcp"]
}
}
}
3. Save and restart Claude Desktop
claude mcp add oecd npx -y oecd-mcp
Verify: claude mcp list
~/.codex/config.toml:
[mcp.oecd]
command = "npx"
args = ["-y", "oecd-mcp"]
transport = "stdio"
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.:
{
"mcpServers": {
"oecd": {
"command": "node",
"args": ["/absolute/path/to/OECD-MCP/dist/index.js"]
}
}
}
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:
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:
| Tool | Description | | -------------