OECD-MCP-server
Verified Safeby isakskogstad
Overview
Provides AI assistants access to OECD's 5,000+ economic and statistical datasets via SDMX API for search, analysis, and comparison.
Installation
npm startEnvironment 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
us-census-bureau-data-api-mcp
The MCP Server provides a standardized API for AI assistants (LLMs) to access and process U.S. Census Bureau data and geography information, enabling data retrieval and analysis through an agent-like interface.
datagouv-mcp
An MCP server enabling AI chatbots to search, explore, and analyze datasets from data.gouv.fr, the French national Open Data platform.
ukrainian-stats-mcp-server
Provides AI models with structured access to Ukrainian statistical data from the State Statistics Service of Ukraine via their SDMX API v3, including comprehensive metadata and flexible data retrieval.
Riksdag-Regering-MCP
Enables LLMs to query and retrieve real-time open data, documents, protocols, and records from the Swedish Parliament (Riksdagen) and Government Offices (Regeringskansliet).