Are you the author? Sign in to claim
Is this song AI or human? Detect AI-generated music (Suno, Udio, and more) from any AI agent. MCP server by Khaled Media
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
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.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."
SONGCHECK_KEY in the config env.SONGCHECK_API (default https://agencrew.com/sc-api).Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows