uk-parliament-search-service
If you are the rightful owner of uk-parliament-search-service 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.
This project is an MCP (Multi-Agent Conversation Protocol) Server designed for the OpenAPI URL provided by the UK Parliament's API, auto-generated using AG2's MCP builder.
The MCP Server project is a sophisticated implementation of the Multi-Agent Conversation Protocol, specifically tailored for the UK Parliament's API. It is designed to facilitate seamless communication between multiple agents by leveraging the OpenAPI specifications. The server is built using Python 3.9+ and is equipped with a range of development tools to ensure high-quality code and efficient performance. The server supports various transport modes, including stdio, SSE, and streamable HTTP, making it versatile for different use cases. Developers can easily set up the server by cloning the repository and installing the necessary dependencies. The project emphasizes code quality and security, employing tools like ruff for linting, mypy for static type checking, and pytest for testing. Additionally, pre-commit hooks are configured to maintain code integrity. The server's configuration is highly customizable through environment variables, allowing for flexible deployment in different environments. Overall, the MCP Server project is a robust solution for managing multi-agent conversations in a structured and efficient manner.
Features
- Supports multiple transport modes (stdio, SSE, streamable HTTP)
- Utilizes ruff for linting and formatting
- Employs mypy for static type checking
- Includes pre-commit hooks for code integrity
- Customizable configuration via environment variables