SongCheck MCP
Allows GitHub Copilot agents to detect AI-generated music and media files using SongCheck.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SongCheck MCPDetect if ~/Downloads/track.mp3 is AI-generated"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SongCheck MCP — AI music & media detection inside any AI agent
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.
Related MCP server: Audio Analysis MCP Server
Install (2 steps)
pip install "mcp[cli]" requestsThen 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_KEYin the configenv.Batch / whole-catalog scans require a subscription key.
Notes
Point at a different backend with
SONGCHECK_API(defaulthttps://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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/afghanfansmedia-ai/songcheck-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server