apple.com
Apple develops consumer and developer platforms including the App Store, Apple Music, and Siri integrations. Its public developer documentation includes APIs for managing App Store Connect resources and integrating media services with Siri and Apple Music.
Apple exposes two documented HTTP APIs for developers—App Store Connect API and SiriKit Cloud Media—and a known Apple Music MCP endpoint; App Store Connect requires JWT bearer auth via an API key, SiriKit Cloud Media’s published spec shows no auth, and the MCP endpoint’s auth could not be confirmed from public docs.
- Apple Music MCP serverdiscovered
- App Store Connect APIdiscovered
- SiriKit Cloud Mediadiscovered
In App Store Connect API get started and Creating API Keys for App Store Connect API, Apple directs you to create an App Store Connect API key in App Store Connect, download the private key file, and use the key ID plus your issuer ID to sign a JWT for API requests. The resulting JWT is sent as Authorization: Bearer ....
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing