{
  "name": "Patchline MCP",
  "version": "1.0.0",
  "description": "Music-industry MCP server: catalog, artists, releases, playlists, smart links, AI generation. OAuth 2.0 with PKCE.",
  "endpoint": "https://www.patchline.ai/api/mcp/v1",
  "transports": [
    "http"
  ],
  "protocol_versions": [
    "2025-11-25",
    "2025-06-18",
    "2025-03-26",
    "2024-11-05",
    "2024-10-07"
  ],
  "auth": {
    "type": "oauth2",
    "pkce": true,
    "protected_resource_metadata": "https://www.patchline.ai/.well-known/oauth-protected-resource",
    "authorization_server_metadata": "https://www.patchline.ai/.well-known/oauth-authorization-server"
  },
  "tool_manifest": "https://www.patchline.ai/api/agents/discovery",
  "tool_count": 46,
  "install_pages": {
    "humans": "https://www.patchline.ai/mcp",
    "claude_plugin": "https://www.patchline.ai/claude",
    "docs_for_agents": "https://www.patchline.ai/AGENTS.md"
  }
}