kolada-mcp
Verified Safeby aerugo
Overview
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.
Installation
docker-compose up -d kolada-mcpEnvironment Variables
- MCP_TRANSPORT
- PORT
- LOG_LEVEL
Security Notes
The server constructs URLs for the Kolada API based on user-provided KPI and municipality IDs. Input validation is performed by looking up IDs in cached maps and converting year strings to integers, which helps mitigate URL injection risks. The client also handles paginated responses, following `next_page` links provided by the Kolada API; this mechanism inherently trusts the upstream API to provide non-malicious URLs. No direct use of `eval`, `exec`, or hardcoded sensitive credentials detected. Overall, the approach is robust for interacting with a trusted external API.
Similar Servers
mcp-omnisearch
A Model Context Protocol (MCP) server that provides unified access to multiple search providers, AI tools, and content processing/enhancement features through a single interface.
mcp-server
Provides a Model Context Protocol (MCP) server for integrating comprehensive search and data extraction via SerpApi.
us-census-bureau-data-api-mcp
This MCP server provides a standardized client-server interface to query and interact with various U.S. Census Bureau data APIs, allowing AI assistants to access demographic and geographic information.
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).