Command Palette

Search for a command to run...

UnylyUnyly
Browse all

SongCheck

FreeNot checked

Enables AI agents to detect AI-generated music, images, and video by analyzing files through SongCheck's ensemble detector, providing verdicts and confidence sc

GitHubEmbed

About

Enables AI agents to detect AI-generated music, images, and video by analyzing files through SongCheck's ensemble detector, providing verdicts and confidence scores.

README

Detect AI-generated music (and images/video) straight from Claude, ChatGPT, Gemini, Grok, or GitHub Copilot. Ask in plain language:

"Is this song AI-generated?" · "Analyze this file for AI content."

Powered by SongCheck (Khaled Media) — a self-hosted v9-ensemble detector. Free: https://khaledmedia.com/songcheck

Tools it exposes

  • detect_ai_music(file_path) — audio → verdict (LIKELY AI-GENERATED / UNCERTAIN / LIKELY HUMAN), AI probability %, confidence, provenance (Content Credentials / SynthID), generator hints.
  • detect_ai_media(file_path) — image or video → AI-detection assessment.
  • scan_catalog(folder_path) — audit an ENTIRE music folder, report which tracks are AI.
  • songcheck_health() — service status.

Install (2 steps)

pip install "mcp[cli]" requests

Then add it to your agent's MCP config:

Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "songcheck": {
      "command": "python",
      "args": ["/absolute/path/to/songcheck_mcp.py"]
    }
  }
}

Restart the agent. Now ask: "Use SongCheck to tell me if ~/Downloads/track.mp3 is AI-generated."

Pricing

  • Free: 5 checks/day. After that you'll get a "subscribe" message.
  • Unlimited: subscribe at https://khaledmedia.com/songcheck — you receive an API key by email. Set it via SONGCHECK_KEY in the config env.
  • Batch / whole-catalog scans require a subscription key.

Notes

  • Point at a different backend with SONGCHECK_API (default https://agencrew.com/sc-api).
  • The detector is tuned for AI music; a bare synthetic-voice clip with no music may read low (AI-voice mode is on the roadmap).
  • Privacy: the file is sent to the SongCheck API for analysis and not retained beyond the detection log.

from github.com/afghanfansmedia-ai/songcheck-mcp

Installing SongCheck

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/afghanfansmedia-ai/songcheck-mcp

FAQ

Is SongCheck MCP free?

Yes, SongCheck MCP is free — one-click install via Unyly at no cost.

Does SongCheck need an API key?

No, SongCheck runs without API keys or environment variables.

Is SongCheck hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install SongCheck in Claude Desktop, Claude Code or Cursor?

Open SongCheck on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare SongCheck with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs