CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

OECD MCP Server

isakskogstad/oecd-mcp-server
4HTTP, SSEregistry active
Summary

Connects directly to the OECD's SDMX API to query economic and statistical data from 38 member countries across 17 categories including national accounts, health, education, and environmental indicators. You get nine tools for dataset discovery and data access, seven resources with country codes and filter syntax guides, and seven prompt templates for tasks like comparing Nordic economies or analyzing inflation trends. The server exposes both streamable HTTP and SSE transports, making it straightforward to drop into Claude Desktop or other MCP clients via npx. Useful when you need authoritative macro data for research, policy analysis, or data journalism without manually navigating the OECD Data Explorer.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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:

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

3. Save and restart Claude Desktop


Claude Code

claude mcp add oecd npx -y oecd-mcp

Verify: claude mcp list


OpenAI Codex

~/.codex/config.toml:

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

From Source

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"]
    }
  }
}

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
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+

About

🇸🇪 Om (Svenska)

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.

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

  • OECD Data Portal: https://data.oecd.org/
  • SDMX Standard: https://sdmx.org/
  • MCP Documentation: https://modelcontextprotocol.io/
  • npm Package: https://www.npmjs.com/package/oecd-mcp
  • Issues: GitHub Issues

Built with Model Context Protocol SDK | Version 4.0.0

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Data & Analytics
Registryactive
TransportHTTP, SSE
UpdatedNov 30, 2025
View on GitHub

Related Data & Analytics MCP Servers

View all →
Google Sheets

com.mcparmory/google-sheets

Create, read, and modify spreadsheet data, formatting, and sheets
25
Google Sheets

domdomegg/google-sheets-mcp

Allow AI systems to read, write, and query spreadsheet data via Google Sheets.
2
Google Sheets Mcp

henilcalagiya/google-sheets-mcp

Powerful tools for automating Google Sheets using Model Context Protocol (MCP)
14
Futuristic Risk Intelligence

cct15/war-dashboard-data

Geopolitical conflict risk, political events, and maritime traffic data for AI agents
1
Mcp Google Sheets Full

moooonad/mcp-google-sheets-full

Full Google Sheets MCP: 26 tools + run_sheets_script escape hatch. User OAuth, no service account.
CSV to JSON API

io.github.br0ski777/csv-to-json

Parse CSV to JSON array. Auto-detect delimiter, headers. x402 micropayment.