{
  "markdown": "# Magic Master MCP — audio mastering for AI agents\n\nRemote [MCP](https://modelcontextprotocol.io) server that lets Claude, ChatGPT, Cursor, VS Code, Claude Code and any other MCP client **master audio**: hit a LUFS target with True Peak limiting, strip the **Suno / Udio AI fingerprint**, and get a mastering passport back in the chat.\n\n- Server: `https://magicmaster.pro/mcp` (streamable HTTP, protocol `2026-07-28`, also `2025-11-25` / `2025-06-18`)\n- OAuth endpoint for paid tools: `https://magicmaster.pro/mcp/oauth`\n- Registry entry: [`pro.magicmaster/mastering`](https://registry.modelcontextprotocol.io/v0/servers?search=magicmaster)\n- Agent playbook: <https://magicmaster.pro/agents.md> · machine manifest: <https://magicmaster.pro/agent.json>\n- Human page (RU/EN): <https://magicmaster.pro/mcp>\n\nNothing to install: the server is hosted. This repository holds the connection recipes and a tiny stdio bridge for clients that cannot speak HTTP.\n\n## One-click install\n\n[![Add to Cursor](https://img.shields.io/badge/Cursor-Add_Magic_Master-000000?logo=cursor)](cursor://anysphere.cursor-deeplink/mcp/install?name=magicmaster&config=eyJ1cmwiOiJodHRwczovL21hZ2ljbWFzdGVyLnByby9tY3AifQ==)\n[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_Magic_Master-0098FF?logo=visualstudiocode)](vscode:mcp/install?%7B%22name%22%3A%22magicmaster%22%2C%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fmagicmaster.pro%2Fmcp%22%7D)\n\n## Connect\n\n**Claude Code**\n\n```bash\nclaude mcp add --transport http magicmaster https://magicmaster.pro/mcp\n```\n\n**claude.ai / Claude Desktop (custom connector, OAuth):** Settings → Connectors → *Add custom connector* → URL `https://magicmaster.pro/mcp/oauth` → sign in on the consent page. Use `https://magicmaster.pro/mcp` if you only need the free tools.\n\n**Claude Desktop (`claude_desktop_config.json`)**\n\n```json\n{ \"mcpServers\": { \"magicmaster\": { \"type\": \"http\", \"url\": \"https://magicmaster.pro/mcp\" } } }\n```\n\n**Cursor (`.cursor/mcp.json`)**\n\n```json\n{ \"mcpServers\": { \"magicmaster\": { \"url\": \"https://magicmaster.pro/mcp\" } } }\n```\n\n**VS Code (`.vscode/mcp.json`)**\n\n```json\n{ \"servers\": { \"magicmaster\": { \"type\": \"http\", \"url\": \"https://magicmaster.pro/mcp\" } } }\n```\n\n**ChatGPT (Developer mode → Connectors → Create):** URL `https://magicmaster.pro/mcp/oauth`, authentication OAuth.\n\n**stdio-only clients** — bridge through [`mcp-remote`](https://www.npmjs.com/package/mcp-remote):\n\n```json\n{ \"mcpServers\": { \"magicmaster\": { \"command\": \"npx\", \"args\": [\"-y\", \"mcp-remote\", \"https://magicmaster.pro/mcp/oauth\"] } } }\n```\n\nor the npm package — `npx -y magicmaster-mcp` ([magicmaster-mcp on npm](https://www.npmjs.com/package/magicmaster-mcp)), a one-line wrapper around the same bridge:\n\n```json\n{ \"mcpServers\": { \"magicmaster\": { \"command\": \"npx\", \"args\": [\"-y\", \"magicmaster-mcp\"] } } }\n```\n\n## Tools\n\n| Tool | What it does | Cost |\n|---|---|---|\n| `analyze_track` | LUFS, true peak, duration, correlation, genre hint | free |\n| `clean_ai_trace` | removes the Suno / Udio digital fingerprint, loudness untouched | free |\n| `master_track` | mastering: 24 presets, LUFS target, 6 export formats | 1 token |\n| `get_job` | status + result metrics, with a mastering passport widget (MCP Apps) | free |\n| `check_limits` | balance, remaining free quota, reset time | free |\n| `list_presets`, `get_pricing`, `get_service_info` | presets with target loudness, live prices, service manifest | free |\n| `create_topup_link` | prepares a checkout for the human — the agent cannot pay by itself | free |\n\nTypical flow: `analyze_track` → (`clean_ai_trace` for AI-generated tracks) → `master_track` → poll `get_job`. A master takes 20–60 s.\n\n## Access and pricing\n\n- Free tools need no account.\n- Mastering: 3 per month per IP without an account, 1 per day with a free account.\n- Register an agent once (`POST /api/agents/register`) and get **3 trial masters**; afterwards 1 token = 1 full PRO master. Tokens never expire. Live prices: `GET /api/tokens/packages`.\n- Rules for agents, error codes and the payment protocol: <https://magicmaster.pro/agents.md>.\n\n## Links\n\nTerms <https://magicmaster.pro/terms> · Privacy <https://magicmaster.pro/privacy> · Public OpenAPI <https://magicmaster.pro/openapi-public.json> · Support support@magicmaster.pro\n\n---\n\n### По-русски\n\nУдалённый MCP-сервер Magic Master: мастеринг под целевую громкость (LUFS, True Peak), снятие цифрового следа Suno/Udio, паспорт результата прямо в чате. Ставить ничего не нужно — адрес `https://magicmaster.pro/mcp`. Подробности и подключение по-русски: <https://magicmaster.pro/mcp>.\n",
  "bytes": 4594,
  "sha": "1fd3534c7ced6a967cf055d99c3746d5c6749f0ef1bce1124dd22341232abab8",
  "repo_slug": "denisok-ai/magicmaster-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_pro_magicmaster_mastering_49470934/readme"
}