app-store-connect-api

app-store-connect-api

3.2

If you are the rightful owner of app-store-connect-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 Server for the OpenAPI URL provided by Apple App Store Connect, auto-generated using AG2's MCP builder.

The MCP Server is designed to facilitate multi-agent conversation protocols by leveraging the OpenAPI specifications from Apple App Store Connect. Built using Python 3.9+, this server is equipped to handle various transport modes such as stdio, sse, and streamable-http, making it versatile for different communication needs. The server is developed with a focus on maintainability and ease of use, incorporating tools like ruff for linting and formatting, mypy for static type checking, and pytest for testing. The project also supports pre-commit hooks to ensure code quality and consistency. With a robust setup for development, testing, and deployment, the MCP Server is a comprehensive solution for managing multi-agent interactions in a structured and efficient manner.

Features

  • Supports multiple transport modes including stdio, sse, and streamable-http.
  • Utilizes ruff for code linting and formatting to maintain code quality.
  • Incorporates mypy for static type checking to ensure type safety.
  • Includes pytest for testing with coverage reporting.
  • Configurable via environment variables for flexible deployment.