google-sheets-api
If you are the rightful owner of google-sheets-api 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 Google Sheets API, auto-generated using AG2's MCP builder.
The MCP Server is a robust and versatile server designed to facilitate multi-agent conversations using the Multi-Agent Conversation Protocol (MCP). It is specifically tailored for the Google Sheets API, leveraging the OpenAPI specification to ensure seamless integration and communication. The server is built using Python 3.9+ and incorporates modern development practices, including static type checking, linting, and testing, to ensure high code quality and reliability. The server supports various transport modes, such as stdio, SSE, and streamable HTTP, providing flexibility in how it can be deployed and interacted with. Configuration is highly customizable through environment variables, allowing for easy adaptation to different environments and security requirements. The project also includes comprehensive scripts for building, testing, and publishing, making it easy to maintain and extend.
Features
- Supports multiple transport modes (stdio, SSE, streamable HTTP) for flexible deployment.
- Utilizes modern development tools like ruff, mypy, and pytest for high code quality.
- Highly configurable through environment variables for easy adaptation to different environments.
- Includes pre-commit hooks for maintaining code standards.
- Comprehensive testing and coverage reporting for reliable performance.