← Registry

AI & Machine Learning

muzikplayur.com

MCP server for the Muzik Playur API that enables AI-powered stem separation of audio/video, along with pricing, credit checks, and promo-code claiming.

1 endpoint8 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://muzikplayur.com/api/mcp

No auth detected

MCP server metadata

Name
muzik-playur
Version
1.0.0
Capabilities
tools

Known tools 8

get_pricing

Get pricing for song plans and API credit packs.

Inferred read-only
get_capabilities

Describe what the Muzik Playur stem-separation API can do.

Inferred read-only
claim_free_song

Claim a free-song promo code.

Inferred read-only
check_credits

Check API credit balance and monthly allowance for the authenticated account.

Inferred read-only
separate_song

Submit an audio/video URL for AI stem separation.

Inferred read-only
get_job_status

Poll the status of a stem-separation job.

Inferred read-only
list_tracks

List tracks created via the API for the authenticated account.

Inferred read-only
get_track

Get details and stem download URLs for a specific API-created track.

Inferred read-only

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.muzik-playur]
url = "https://muzikplayur.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "muzik-playur": {
      "type": "http",
      "url": "https://muzikplayur.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: muzik-playur
Remote MCP URL: https://muzikplayur.com/api/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": {
    "muzik-playur": {
      "url": "https://muzikplayur.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "muzik-playur": {
      "type": "http",
      "url": "https://muzikplayur.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "muzik-playur",
  "transport": "streamable-http",
  "url": "https://muzikplayur.com/api/mcp"
}
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.