SCB-MCP
Verified Safeby KSAklfszf921
Overview
Provides AI assistants and LLMs with structured access to official Swedish statistics and data from Statistics Sweden (SCB) for querying, retrieval, and analysis.
Installation
docker run -p 3000:3000 scb-mcpEnvironment Variables
- PORT
- NODE_ENV
Security Notes
The server acts as a proxy to a public API (Statistics Sweden's PxWebAPI 2.0). It uses CORS with `origin: '*'`, which is appropriate for a public, stateless API designed to be consumed by various clients. No `eval` or direct command injection vulnerabilities were found in the runtime code. No hardcoded secrets. `node-fetch` is used for external requests. Rate limiting is implemented for the proxied API. Error handling includes structured JSON-RPC errors. An `execSync` call is present in a build script (`scripts/update-api-types.ts`), which is not part of the runtime server and thus poses a low risk.
Similar Servers
powerbi-mcp
Enables AI assistants to interact with Power BI Desktop and Service for querying data, managing models, and performing safe bulk operations through natural language, ensuring enterprise-grade security and preserving report visual integrity during refactoring.
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.
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).