Riksdag & Regering MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Riksdag & Regering MCPWhat are the latest proposals from the government?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Riksdag & Regering MCP-server
đșđž Open-source MCP-server for local self-hosting. Enables LLMs to query and retrieve real-time open data, documents, protocols, and records from accessible API:s and open databases from the Parliament and Government Offices of Sweden.
đžđȘ MCP-server som ger LLMs möjlighet att söka, hitta och extrahera öppen data och information frĂ„n Riksdagen och Regeringskansliet. Ansluten till samtliga öppna API:er frĂ„n Riksdagen och nyttjar g0v.se för att tillgĂ„ data frĂ„n Regeringskansliet.
đ Ăversikt
Totalt antal tools: 32
MCP-servern exponerar 32 specialiserade verktyg för att hÀmta data och underlag, som exempelvis:
Ledamöter â Information, aktiviteter, uppdrag m.m.
Riksdagsdokument â Motioner, skriftliga frĂ„gor m.m.
Anföranden â Följ vad som sagts i kammaren m.m.
Voteringar â SĂ„ röstar ledamöterna
Regeringsdokument â Ex. SOU, propositioner, pressmeddelanden
DatakÀllor
Riksdagen: data.riksdagen.se - Officiellt öppet API
Regeringen: g0v.se - Ăppen data frĂ„n Regeringskansliet
Related MCP server: Swemo MCP
Snabbstart
đŠ Alternativ 1: npm (rekommenderat)
LÀgg till följande i din Claude Desktop-config (~/Library/Application Support/Claude/claude_desktop_config.json pÄ macOS):
{
"mcpServers": {
"riksdag-regering": {
"command": "npx",
"args": ["-y", "@isak.skogstad/riksdag-regering-mcp"]
}
}
}Starta om Claude Desktop. npx hÀmtar och kör senaste versionen automatiskt.
đ» Alternativ 2: Installation frĂ„n kĂ€llkod
# Klona repository
git clone https://github.com/isakskogstad/Riksdag-Regering-MCP.git
cd Riksdag-Regering-MCP
# Installera dependencies
npm run mcp:install
# Bygg servern
npm run mcp:buildKonfiguration:
{
"mcpServers": {
"riksdag-regering": {
"command": "node",
"args": ["/absolut/sökvÀg/till/Riksdag-Regering-MCP/mcp/dist/index.js"]
}
}
}đ AnvĂ€ndningsomrĂ„den
För policynörden
SpÄra voteringsmönster över partier
Analysera ledamöters aktivitet och engagemang
För den nyfikkne
Korsreferera riksdags- och regeringsdokument
Hitta relevanta anföranden och debatter
För konspiratören
Tidsserieanalys av parlamentarisk aktivitet
PartijÀmförelser och koalitionsanalys
För vibekodaren
Utöka LLM:er med svensk politisk data
Bygg konversationsgrÀnssnitt för medborgardata
Teknisk Stack
Runtime: Node.js 20+ med ESM
SprÄk: TypeScript 5.0+
MCP SDK: @modelcontextprotocol/sdk ^0.5.0
HTTP Server: Express.js 4.x
DatakÀllor: Riksdagens öppna API + g0v.se
Validering: Zod 3.x
Logging: Winston 3.x
Licens
MIT License - Se LICENSE för detaljer.
ErkÀnnanden
g0v.se - Tack till Pierre för din insats med g0v.se
đSupport
Kontakt
Email: isak.skogstad@me.com
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables LLMs to access Swedish educational data through Skolverket's open APIs, allowing users to search curricula, courses, schools, adult education programs, and analyze educational requirements and standards. Provides comprehensive tools for teachers, students, guidance counselors, and educational researchers to interact with official Swedish education data.2710MIT
- Alicense-qualityCmaintenanceAn MCP server that provides tools for querying Swedish monetary-policy data from Sveriges Riksbank, including GDP, unemployment, CPI, and policy rates, enabling LLMs and clients to fetch economic indicators and forecasts.2Apache 2.0
- Alicense-qualityCmaintenanceEnables LLM clients to search and analyze bills, members, committees, meetings, votes, and reports from the South Korean National Assembly OpenAPI through MCP tools.MIT
- AlicenseAqualityAmaintenanceEnables AI agents to search and retrieve consolidated Swedish statutes (SFS) from the Riksdagen open data API, with verifiable citations and persistent identifiers.3Apache 2.0
Related MCP Connectors
Riksdagen (Swedish Parliament) open data MCP.
Dutch Parliament (Tweede Kamer) open data MCP.
Verified Polish open data for AI agents: debt, budget, 460 MPs, votings, judiciary search, RAG.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/isakskogstad/Riksdag-Regering-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server