kolada-mcp-server
Verified Safeby KSAklfszf921
Overview
Connects LLMs to open data from Kolada API, providing access to 5,000+ Key Performance Indicators (KPIs) for Swedish municipalities and regions for analytical queries.
Installation
npx kolada-mcp-serverEnvironment Variables
- KOLADA_API_BASE_URL
- KOLADA_RATE_LIMIT
- KOLADA_TIMEOUT
- LOG_LEVEL
- MCP_MODE
- KOLADA_CACHE_TTL
- MCP_AUTH_TOKEN
Security Notes
The project demonstrates robust security practices, including continuous automated scanning (CodeQL, GitGuardian, TruffleHog, Bearer SAST, Dependabot, npm audit) as detailed in SECURITY.md. Sensitive configurations are managed through environment variables, and rate limiting/retry logic is implemented for external API interactions. The HTTP server's primary MCP endpoints (`/mcp`, `/sse`, `/rpc`) are noted as 'Open Access (No authentication)' in the source code. While suitable for public Kolada data, this means local deployments are generally accessible without an MCP-specific authentication layer. The `render.yaml` file includes an `MCP_AUTH_TOKEN` environment variable, suggesting that securing the MCP server itself with an authentication token is possible in a deployment context, though not enforced by the provided code for the default public endpoints.
Similar Servers
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).
Riksdag-Regering-MCP
Provides LLMs with real-time access to open data, documents, and records from the Swedish Parliament (Riksdagen) and Government Offices (Regeringskansliet) via their public APIs.
kolada-mcp
Provides AI applications with tools to access and analyze Sweden's municipal and regional statistics from the Kolada API, enabling natural language queries against thousands of Key Performance Indicators (KPIs) through semantic search and data retrieval.