sejm-mcp
Verified Safeby janisz
Overview
Serves as a Model Context Protocol (MCP) server providing AI assistants with access to real-time Polish parliamentary data (Sejm API) and legal documents (European Legislation Identifier - ELI API).
Installation
docker run --rm -i ghcr.io/janisz/sejm-mcp:latestEnvironment Variables
- DEBUG
- LOG_LEVEL
Security Notes
The codebase is clean, uses standard and well-vetted Go libraries, and performs robust input validation and error handling for external API calls. No instances of 'eval' or similar dynamic code execution functions were found. No hardcoded sensitive secrets are present. The external API endpoints it consumes are public. PDF parsing is handled by the `gen2brain/go-fitz` library, a common choice for such tasks.
Similar Servers
yargi-mcp
Provides programmatic access to various Turkish legal databases (e.g., Yargıtay, Danıştay, Constitutional Court) as a Model Context Protocol (MCP) server for integration with Large Language Model (LLM) applications like Claude AI.
mcp-devtools
A high-performance MCP server providing a unified interface to essential developer tools, featuring OAuth 2.0/2.1 authorization and a multi-layered security framework.
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.