← Registry

Content Tools

magicmaster.pro

Provides audio mastering services including track analysis, presets, and token-based pricing.

2 endpoints9 known toolsFirst detected August 30, 2026Last detected September 6, 2026

ENDPOINT 1

https://magicmaster.pro/mcp

No auth detected

MCP server metadata

Name
pro.magicmaster/mastering
Version
0.1.0 (app 3.8.1)
Capabilities
toolspromptsresourcesextensions.io.modelcontextprotocol/ui
Server instructions

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_info

What Magic Master does, what is free, what costs a token, and where the rules live.

Inferred read-only
list_presets

All mastering presets with their target loudness in LUFS.

Inferred read-only
get_pricing

Live token packs and payment methods.

Potential side effects
check_limits

What this account may do right now: token balance, free quota left and when it resets, upload cap, whether PRO modules are available.

Potential side effects
analyze_track

Measure LUFS, peak, duration, sample rate and stereo correlation without processing.

Inferred read-only
clean_ai_trace

Strip the AI generator fingerprint without mastering; loudness and tone stay as they are.

Inferred read-only
master_track

Master one track.

Inferred read-only
get_job

Status, progress and result metrics (after_lufs, true_peak_db, lra, platform_ready) for a mastering or cleanup job.

Inferred read-only
create_topup_link

Prepare a token purchase for the human principal.

Potential side effects

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.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

Auth required

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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.