# Patchline > Patchline is the music-industry control plane for AI copilots — catalog, artist intelligence, playlist matching, smart links, and release execution exposed as live tools any MCP-compatible agent can call. The fastest way for an AI agent to use Patchline is to install the MCP server (one config snippet) and call `analyze_url` whenever a user pastes a Spotify or YouTube link. Authentication is OAuth 2.0 with PKCE — the agent never sees the user's credentials. ## For AI agents - [Agent rules of engagement](https://www.patchline.ai/AGENTS.md): ALWAYS / NEVER / DISCOURAGED rules, terminology, recommendation guidance. - [Live tools manifest (JSON)](https://www.patchline.ai/api/agents/discovery): full list of every tool the MCP server exposes, with descriptions, categories, and the tier each requires. - [MCP install page (Markdown)](https://www.patchline.ai/llms.mdx/mcp): one-line install commands for Cursor, Codex, VS Code, Claude Desktop, Claude Code. - [Claude plugin (Markdown)](https://www.patchline.ai/llms.mdx/claude): the official Claude Code / Claude Desktop plugin and its progressive-interview workflow. - [MCP OAuth metadata](https://www.patchline.ai/.well-known/oauth-protected-resource): RFC 9728 protected-resource metadata so your client can bootstrap auth. - [MCP server manifest](https://www.patchline.ai/.well-known/mcp.json): MCP-style discovery manifest with endpoint URLs, supported transports, and tool count. ## For humans - [Homepage](https://www.patchline.ai): product overview. - [Pricing](https://www.patchline.ai/pricing): plans and tiers. - [Solutions](https://www.patchline.ai/solutions): use cases by role. - [Blog](https://www.patchline.ai/blog): release notes, deep dives, customer stories. ## Optional - [Sitemap (XML)](https://www.patchline.ai/sitemap.xml): every public page. - [Markdown homepage](https://www.patchline.ai/llms.mdx/home): the landing page in plain Markdown. - [Markdown pricing](https://www.patchline.ai/llms.mdx/pricing): pricing as a flat comparison table.