{
  "markdown": "# SongCheck MCP — AI music & media detection inside any AI agent\n\nDetect AI-generated music (and images/video) straight from Claude, ChatGPT, Gemini, Grok, or GitHub Copilot. Ask in plain language:\n\n> \"Is this song AI-generated?\"  ·  \"Analyze this file for AI content.\"\n\nPowered by **SongCheck** (Khaled Media) — a self-hosted v9-ensemble detector. Free: https://khaledmedia.com/songcheck\n\n## Tools it exposes\n- `detect_ai_music(file_path)` — audio → verdict (LIKELY AI-GENERATED / UNCERTAIN / LIKELY HUMAN), AI probability %, confidence, provenance (Content Credentials / SynthID), generator hints.\n- `detect_ai_media(file_path)` — image or video → AI-detection assessment.\n- `scan_catalog(folder_path)` — audit an ENTIRE music folder, report which tracks are AI.\n- `songcheck_health()` — service status.\n\n## Install (2 steps)\n```\npip install \"mcp[cli]\" requests\n```\nThen add it to your agent's MCP config:\n\n**Claude Desktop** (`claude_desktop_config.json`):\n```json\n{\n  \"mcpServers\": {\n    \"songcheck\": {\n      \"command\": \"python\",\n      \"args\": [\"/absolute/path/to/songcheck_mcp.py\"]\n    }\n  }\n}\n```\nRestart the agent. Now ask: *\"Use SongCheck to tell me if ~/Downloads/track.mp3 is AI-generated.\"*\n\n## Pricing\n- **Free: 5 checks/day.** After that you'll get a \"subscribe\" message.\n- **Unlimited: subscribe** at https://khaledmedia.com/songcheck — you receive an API key by email. Set it via `SONGCHECK_KEY` in the config `env`.\n- Batch / whole-catalog scans require a subscription key.\n\n## Notes\n- Point at a different backend with `SONGCHECK_API` (default `https://agencrew.com/sc-api`).\n- 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).\n- Privacy: the file is sent to the SongCheck API for analysis and not retained beyond the detection log.\n",
  "bytes": 1830,
  "sha": "a64789cf522f018890eded033dcf9cee861f72265c0b1c066056f3ecedfc6a90",
  "repo_slug": "afghanfansmedia-ai/songcheck-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_afghanfansmedia_ai_songcheck_m_2b21190f/readme"
}