Content Tools
magicmaster.pro
Provides audio mastering services including track analysis, presets, and token-based pricing.
ENDPOINT 1
https://magicmaster.pro/mcp
MCP server metadata
- Name
- pro.magicmaster/mastering
- Version
- 0.1.0 (app 3.8.1)
Read https://magicmaster.pro/agents.md before the first master. Analyze first, then pick a preset; a full PRO master costs one token; payment always needs the human.
Known tools 9
get_service_infoWhat Magic Master does, what is free, what costs a token, and where the rules live.
Inferred read-onlycheck_limitsWhat this account may do right now: token balance, free quota left and when it resets, upload cap, whether PRO modules are available.
Potential side effectsanalyze_trackMeasure LUFS, peak, duration, sample rate and stereo correlation without processing.
Inferred read-onlyclean_ai_traceStrip the AI generator fingerprint without mastering; loudness and tone stay as they are.
Inferred read-onlyget_jobStatus, progress and result metrics (after_lufs, true_peak_db, lra, platform_ready) for a mastering or cleanup job.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pro-magicmaster-mastering]
url = "https://magicmaster.pro/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pro-magicmaster-mastering": {
"type": "http",
"url": "https://magicmaster.pro/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pro-magicmaster-mastering
Remote MCP URL: https://magicmaster.pro/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pro-magicmaster-mastering": {
"url": "https://magicmaster.pro/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pro-magicmaster-mastering": {
"type": "http",
"url": "https://magicmaster.pro/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pro-magicmaster-mastering",
"transport": "streamable-http",
"url": "https://magicmaster.pro/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://magicmaster.pro/mcp/oauth
Known tools 0
No tool metadata was available in the registry cache.
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.magicmaster-pro]
url = "https://magicmaster.pro/mcp/oauth"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"magicmaster-pro": {
"type": "http",
"url": "https://magicmaster.pro/mcp/oauth",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: magicmaster-pro
Remote MCP URL: https://magicmaster.pro/mcp/oauth
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"magicmaster-pro": {
"url": "https://magicmaster.pro/mcp/oauth",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"magicmaster-pro": {
"type": "http",
"url": "https://magicmaster.pro/mcp/oauth",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "magicmaster-pro bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "magicmaster-pro",
"transport": "streamable-http",
"url": "https://magicmaster.pro/mcp/oauth",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.