Back to Home
isakskogstad icon

SCB-MCP

Verified Safe

by isakskogstad

Overview

Provides LLMs and AI chatbots access to official statistical data from Statistics Sweden (SCB) via the Model Context Protocol (MCP).

Installation

Run Command
docker run -p 3000:3000 scb-mcp

Environment Variables

  • PORT

Security Notes

The server demonstrates good security practices with robust input validation using Zod, explicit rate limiting for the upstream API, and local lookups to minimize external calls. It uses a wildcard CORS origin, which is acceptable for a public API tool. There are no clear indications of 'eval' or command injection vulnerabilities from user input. Error handling from the upstream SCB API is generally abstracted, reducing exposure of raw internal messages. The build script uses `execSync` but is not part of the runtime server, making it safe.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassHigh
Avg Tokens10000
Stars1
Forks0
Last Update2025-12-02

Tags

StatisticsSwedenData AccessLLM ToolMCP