google-play-android-developer-api
If you are the rightful owner of google-play-android-developer-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 APIs, specifically for the Android Publisher API.
The MCP Server is a robust and flexible server implementation that facilitates multi-agent conversation protocols using the OpenAPI specification for Google's Android Publisher API. It is auto-generated using AG2's MCP builder, ensuring a seamless integration with the API's specifications. The server is built with Python 3.9+ and leverages modern development tools such as ruff for linting, mypy for static type checking, and pytest for testing. It supports various transport modes, including stdio, SSE, and streamable HTTP, making it adaptable to different communication needs. The server can be configured using environment variables, allowing for easy customization and security management. With a focus on development efficiency, the project includes scripts for linting, testing, and static analysis, as well as pre-commit hooks to maintain code quality. Additionally, the server can be built and published using Hatch, streamlining the deployment process.
Features
- Auto-generated using AG2's MCP builder for seamless API integration.
- Supports multiple transport modes: stdio, SSE, and streamable HTTP.
- Configurable via environment variables for flexibility and security.
- Includes development tools for linting, testing, and static analysis.
- Pre-commit hooks to ensure code quality and consistency.