Connects to the Swedish Parliament's open data APIs through the Pipeworx gateway. The source documentation doesn't list specific tools, but given the context, you'd expect to query legislative documents, parliamentary proceedings, member information, and voting records. Useful when building applications that need real-time access to Riksdagen data without handling the API directly. Part of Pipeworx's larger collection of 250+ data sources, so you can add just this endpoint or connect to their full gateway. Supports plain English queries through ask_pipeworx rather than calling individual tools, which handles argument mapping for you. Available over streamable HTTP, making it compatible with most MCP clients.
Riksdagen (Swedish Parliament) open data MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"riksdagen-se": {
"url": "https://gateway.pipeworx.io/riksdagen-se/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Riksdagen Se data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json