SongCheck MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SONGCHECK_API | No | Backend API URL. Default is https://agencrew.com/sc-api | https://agencrew.com/sc-api |
| SONGCHECK_KEY | No | API key for unlimited usage and batch scans. Obtain from https://khaledmedia.com/songcheck |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| detect_ai_musicA | Detect whether an AUDIO file is AI-generated music. Pass an absolute path to a local audio file (.mp3, .wav, .m4a, .flac). Returns a verdict (LIKELY AI-GENERATED / UNCERTAIN / LIKELY HUMAN), an AI probability %, confidence, and any provenance signals (Content Credentials / SynthID watermark, generator hints). Note: tuned for MUSIC; a bare synthetic-voice clip with no music may read low. |
| detect_ai_mediaA | Detect whether an IMAGE or VIDEO file is AI-generated. Pass an absolute path to a local image (.jpg/.png/.webp) or video (.mp4/.mov). Returns the raw SongCheck assessment for that media. |
| scan_catalogA | Audit an ENTIRE folder of music: check every audio file and report which tracks are AI-generated. Point it at a music-library folder (absolute path). It scans every audio file it finds (mp3/wav/m4a/flac/aac/ogg, including subfolders) and returns a full report: how many are AI vs human vs uncertain, plus the list of AI tracks with confidence. This is the "let AI audit my whole catalog" mode. Free tier = 5 checks/day; a subscription key (SONGCHECK_KEY) unlocks unlimited catalog scans. |
| songcheck_healthA | Check that the SongCheck detection service is online. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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