mcp-mixtrackid
v0.1.0
Published
MCP server for MixTrackID — expose open track-ID bounties to AI agents.
Maintainers
Readme
mcp-mixtrackid
MCP server for MixTrackID — expose open track-identification bounties to AI agents (Claude, ChatGPT plugins, etc.).
What it does
Lets an AI agent:
- list_open_requests — browse the feed of unidentified tracks in DJ mixes, filtered by tag/limit
- get_request — fetch a single request with its full details
- get_leaderboard — top community identifiers ranked by total earnings
- submit_track_id — submit a track ID for an open request (earns the bounty if accepted)
- draft_request — draft a track-ID request for the user (pending/unfunded; they fund it later in the app). Requires an API key.
Setup
Claude Desktop
{
"mcpServers": {
"mixtrackid": {
"command": "npx",
"args": ["-y", "mcp-mixtrackid"],
"env": {
"MIXTRACKID_API_KEY": "mtx_..."
}
}
}
}MIXTRACKID_API_KEY is only required if you want to use submit_track_id. Generate one at https://www.mixtrackid.app/settings/api.
Cursor / other MCP clients
Same pattern — point at npx mcp-mixtrackid with the env var.
Local development
npm install
npm run devBuild & publish
npm run build
npm publishLicense
MIT.
