Poland Parliament
MCP server providing access to official records of activities of the Polish Parliament, including information on members, voting records, committees, and proceedings.

Parliament of Poland MCP Server
An MCP server for the Polish Parliament public API.
Usage
This server is designed to be run with npx, allowing you to use it as a tool provider for LLM clients without a global installation.
Running with npx
To start the server, run the following command:
npx parliament-poland-mcp-server
Configuration for LLM Clients
To integrate this server with an LLM client (like LM Studio or others that support MCP), you can configure it to spawn the server process. Here is an example configuration:
{
"mcpServers": {
"parliament-poland-mcp-server": {
"command": "npx",
"args": [
"-y",
"parliament-poland-mcp-server"
]
}
}
}
This configuration tells the client how to start the tool server.
Server Functions
The server provides the following functions:
Bilateral Groups
-
getBilateralGroupsTool: Get a list of bilateral groups in the Sejm.
Clubs
-
getClubsTool: Get a list of clubs for a given term. -
getClubTool: Get detailed information about a specific club.
Committees
-
getCommitteesTool: Get a list of committees for a given term. -
getCommitteeTool: Get detailed information about a specific committee.
Interpellations
-
getInterpellationsTool: Get a list of interpellations for a given term. -
getInterpellationTool: Get detailed information about a specific interpellation.
MPs
-
getMpTool: Get information about a member of Parliament. -
getMpsTool: Get a list of MPs for a given term.
Prints
-
getPrintsTool: Get a list of prints for a given term. -
getPrintTool: Get detailed information about a specific print.
Proceedings
-
getProceedingsTool: Get a list of proceedings for a given term.
Legislative Process
-
getProcessTool: Get information about a specific legislative process. -
getProcessesTool: Get a list of legislative processes for a given term.
Terms
-
getTermsTool: Get a list of Sejm terms.
Transcripts
-
getTranscriptsTool: Get a list of transcripts for a given term.
Videos
-
getVideosTool: Get a list of video recordings for a given term.
Votings
-
getVotingsTool: Get a list of votings for a given term.
Written Questions
-
getWrittenQuestionsTool: Get a list of written questions for a given term.
Development
To run the server in a development environment:
- Clone the repository.
- Install dependencies:
npm install - Run unit tests:
npm test - Run live API integration tests (requires internet access):
npm run test:live-api - Build the project:
npm run build - Run the server:
npm start
Author
Piotr Kolawa (@pkolawa) / (Linkedin)
License
This project is licensed under the MIT License - see the LICENSE file for details.
Related Servers
supOS MCP Server
Provides access to supOS open APIs for querying topic structures, real-time and historical data, and executing SQL queries.
XiYan MCP Server
A server that enables natural language queries to databases using XiyanSQL.
MCP Registry - Lyra
Lyra Registry is a standalone API service that catalogs, scores, and serves metadata for all tools in the Lyra ecosystem. It enables discovery, evaluation, and integration of 800+ crypto, blockchain, DeFi, memecoin, NFT, metaverse, trading tools, MCP tools.
MCP Trino Server
Integrates with Trino and Iceberg for advanced data exploration, querying, and table maintenance.
VictoriaMetrics
A server for writing and querying time series data using the VictoriaMetrics API.
MCP Database Server
An MCP server that enables LLMs to interact with databases like MongoDB using natural language.
CData Connect Cloud
Query and manage data through CData Connect Cloud, providing a unified interface to various data sources.
Google BigQuery by CData
Connect to Google BigQuery databases using CData's MCP Server. Requires a separate CData JDBC Driver license.
JDBC Explorer
A server that enables LLMs to connect and interact with databases via JDBC, built using the Spring AI MCP framework.
Elasticsearch/OpenSearch
An MCP Server for interacting with Elasticsearch and OpenSearch clusters.