Riksdag-Regering-LRF
Verified Safeby isakskogstad
Overview
The server provides real-time access to open data from the Swedish Parliament (Riksdagen) and Government Offices (Regeringskansliet) via an MCP server, enabling LLMs to query and retrieve documents, votes, speeches, and more.
Installation
npx riksdag-regering-mcp --http --port 3000Environment Variables
- API_KEY
- RIKSDAG_USER_AGENT
Security Notes
The server uses public APIs (data.riksdagen.se, g0v.se) for all data fetching. It incorporates Zod for input validation, has explicit response size limits and content sanitization to prevent oversized or malicious responses, and logs without sensitive query parameters. An optional API key can be configured for access control in HTTP mode. There are no indications of 'eval', obfuscation, or hardcoded secrets in the provided code.
Similar Servers
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.
data-commons-mcp
A server that facilitates natural language search for open-access scientific datasets and tools using a Large Language Model (LLM) and the Model Context Protocol (MCP).