Back to Home
isakskogstad icon

OECD-MCP-server

Verified Safe

by isakskogstad

Overview

Provides AI assistants access to OECD's 5,000+ economic and statistical datasets via SDMX API for search, analysis, and comparison.

Installation

Run Command
npm start

Environment Variables

  • NODE_ENV
  • PORT
  • NODE_OPTIONS

Security Notes

The server demonstrates strong security practices including explicit input validation (Zod schemas), comprehensive filter sanitization (to prevent SSRF, command injection, XSS), internal rate limiting for external API calls, and request timeouts. Error messages are sanitized to prevent information leakage (e.g., file paths, internal IPs, stack traces). Kubernetes and Docker Compose configurations include robust security measures like running as non-root, read-only filesystems, and dropping capabilities. The main area for potential enhancement is the CORS configuration, which is currently set to allow all origins (`app.use(cors())`). In a production environment handling sensitive data, this should typically be restricted to specific, known client origins.

Similar Servers

Stats

Interest Score10
Security Score9
Cost ClassMedium
Avg Tokens5000
Stars1
Forks1
Last Update2025-12-18

Tags

MCPOECDSDMXStatisticsEconomic DataAI Assistant