Riksdag Regering MCP Server

MCP Server for Swedish Government (Riksdagen & Regeringskansliet) data

Local serverstdioTypeScript

What is the Riksdag Regering MCP MCP server?

MCP Server for Swedish Government (Riksdagen & Regeringskansliet) data. The riksdag regering mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 4 defined tools rather than through you.

What it actually does

🇺🇸 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.

Its toolset

Everything the assistant can do here goes through one of these:

  • Riksdagsdokument — Motioner, skriftliga frågor m.m
  • Voteringar — Så röstar ledamöterna
  • Regeringsdokument — Ex. SOU, propositioner, pressmeddelanden
  • Kontakt — The Kontakt tool exposed by this server

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

When to reach for it

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Riksdag Regering MCP's toolset — Riksdagsdokument, Voteringar, Regeringsdokument and 1 more — is a fair guide to whether it matches your workflow. It is maintained by isakskogstad; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the riksdag regering mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
RiksdagsdokumentMotioner, skriftliga frågor m.m.
VoteringarSå röstar ledamöterna
RegeringsdokumentEx. SOU, propositioner, pressmeddelanden
KontaktThe Kontakt tool exposed by this server.

How to install the Riksdag Regering MCP MCP server

{
  "mcpServers": {
    "riksdag-regering": {
      "command": "npx",
      "args": ["-y", "@isak.skogstad/riksdag-regering-mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Riksdag Regering MCP to Riksdagsdokument.
  • Use Riksdag Regering MCP to Voteringar.
  • Use Riksdag Regering MCP to Regeringsdokument.

Frequently asked questions

It connects Riksdag Regering MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (Riksdagsdokument, Voteringar, Regeringsdokument, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Riksdag Regering MCP directly.