apple.com
Apple develops consumer and developer platforms including the App Store, Siri integrations, and Apple Music services. Its developer documentation covers APIs for managing App Store Connect resources and integrating cloud-backed media services with Siri.
Apple exposes two documented developer HTTP APIs under apple.com ecosystem docs—App Store Connect API and SiriKit Cloud Media—and a known Apple Music MCP server endpoint on mcp.music.apple.com; App Store Connect uses signed JWT bearer auth, while SiriKit Cloud Media and the MCP server have unclear/publicly undocumented auth from the pages found.
- Apple Music MCP serverdetected
- App Store Connect APIdiscovered
- SiriKit Cloud Mediadiscovered
In App Store Connect API docs, create an App Store Connect API key from your organization's App Store Connect account, download the private key once, then sign your own JWTs for API requests. Apple notes there are team and individual keys, and calls to the API use the signed JWT in the Authorization: Bearer header.
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