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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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 | |