Detects likely AI-generated music, images, and video, with batch catalog scanning and provenance signals.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Songcheck MCP.
The afghanfansmedia-ai/songcheck-mcp MCP server connects an MCP-compatible agent to the SongCheck detection service. It is intended for questions such as whether an audio track was generated by an AI music system, including systems such as Suno or Udio. The service can also assess images and video for AI content.
Music analysis produces a categorical result: likely AI-generated, uncertain, or likely human. The response also includes an AI-probability percentage, a confidence value, provenance indicators, and possible generator hints. Provenance checks can report Content Credentials or SynthID signals when those are present.
The MCP process receives a file path through an exposed tool and sends the selected file to the SongCheck API for analysis. The default backend is https://agencrew.com/sc-api, but another backend can be selected with SONGCHECK_API. Results are returned to the calling agent rather than requiring the developer to interact with the service directly.
The service is described as a self-hosted v9-ensemble detector powered by SongCheck from Khaled Media. Despite the local MCP configuration, media files are uploaded to the SongCheck API. The README states that files are not retained beyond the detection log.
Install the MCP command-line dependency and HTTP client with:
Then register the Python MCP script in the agent's MCP configuration. The documented Claude Desktop configuration uses python as the command and points its arguments to the absolute path of songcheck_mcp.py. Restart the agent after adding the entry.
Two environment variables affect service access:
SONGCHECK_API changes the SongCheck backend; the documented default is https://agencrew.com/sc-api.SONGCHECK_KEY supplies the subscription API key.The free service allows five checks per day. A subscription key enables unlimited use, and the README states that batch or whole-catalog scans require a subscription key.
The afghanfansmedia-ai/songcheck-mcp MCP server exposes four tools:
detect_ai_music(file_path) analyzes an audio file and returns the music verdict, probability, confidence, provenance signals, and generator hints.detect_ai_media(file_path) evaluates an image or video for AI content.scan_catalog(folder_path) checks an entire music folder and reports which tracks appear to be AI-generated.songcheck_health() checks the service status.These tools allow an agent to handle one file at a time or perform a broader audit of a music directory.
The detector is tuned for AI-generated music. A synthetic voice clip without accompanying music may receive a low AI assessment because AI-voice mode is not yet available. Analysis depends on the remote SongCheck service, so the configured backend must be reachable and the file must be suitable for upload.
The standard free allowance is limited to five checks per day. Once that allowance is exhausted, the service returns a subscription message. Whole-catalog scanning is not available without a subscription key. The documentation explicitly shows Claude Desktop configuration; it does not provide setup details for other clients.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/afghanfansmedia-ai-songcheck-mcp)<a href="https://allmcps.com/mcp/afghanfansmedia-ai-songcheck-mcp"><img src="https://allmcps.com/api/badge/afghanfansmedia-ai-songcheck-mcp?style=directory" alt="Songcheck MCP on AllMCPs" /></a>