INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://magicmaster.pro/mcp
Connect to this endpoint to inspect the live schema for check_limits and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name, description or schema mentions credentials.
Parent server
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.
Related tools
get_service_info— What Magic Master does, what is free, what costs a token, and where the rules live.list_presets— All mastering presets with their target loudness in LUFS.get_pricing— Live token packs and payment methods.analyze_track— Measure LUFS, peak, duration, sample rate and stereo correlation without processing.clean_ai_trace— Strip the AI generator fingerprint without mastering; loudness and tone stay as they are.master_track— Master one track.get_job— Status, progress and result metrics (after_lufs, true_peak_db, lra, platform_ready) for a mastering or cleanup job.create_topup_link— Prepare a token purchase for the human principal.