riksdagen-mcp-server
If you are the rightful owner of riksdagen-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Riksdagen MCP server allows Claude to search the Swedish Parliament document archive and retrieve URLs in JSON format.
The Riksdagen MCP server provides tools for searching documents in the Swedish Parliament's open data archive. It allows Claude to search for documents based on various criteria, get a list of available document types, and create lists of URLs for specific documents in various formats. The server is built using FastAPI and Uvicorn, and it requires Python 3.9+ along with the MCP Python SDK and httpx. Users can clone the repository, set up a virtual environment, and install the necessary dependencies to run the server. Once running, the server can be accessed locally, and it provides several MCP tools for interacting with the Riksdagen archive.
Features
- Search for documents based on keywords, document types, and dates.
- Retrieve a list of available document types in the Riksdagen archive.
- Create lists of URLs for specific documents in JSON, HTML, or text format.
Tools
riksdagen_search
Search for documents in the Riksdagen archive based on various criteria.
riksdagen_get_document_types
Get a list of available document types in the Riksdagen archive.
riksdagen_create_url_list
Create a list of URLs for Riksdagen documents in the specified format.