Skip to main content

Crate asc_mcp

Crate asc_mcp 

Source
Expand description

§asc-mcp

MCP server for the Apple App Store Connect API.

This crate provides:

  • JWT authentication for the ASC API (auth)
  • A typed HTTP client with rate-limiting and pagination (client)
  • Domain endpoint methods ([client_endpoints])
  • JSON:API data models (models)
  • An MCP tool server (tools)

Modules§

auth
JWT authentication for the App Store Connect API.
client
HTTP client for the App Store Connect API v1.
models
Data models for the App Store Connect API v1 (JSON:API format).
tools
MCP tool definitions for App Store Connect operations.