How to Use the ACRCloud Music Recognition MCP in Claude Code
Pipe audio files and ISRCs directly from your terminal into Claude Code to automate catalog tagging and metadata validation.
Works with every AI agent you already use
…and any MCP-compatible client
Connect ACRCloud Music Recognition MCP to Claude Code
Create your Vinkius account to connect ACRCloud Music Recognition to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Headless audio identification via terminal
`identify_music_from_url` processes audio links directly from your terminal sessions. You pipe a list of MP3 URLs into Claude Code, and this MCP tool outputs clean JSON metadata without spawning a browser. This fits perfectly into bash scripts or cron jobs. You can schedule nightly scans of your podcast feeds or stream recordings to identify played tracks automatically.
Command-line metadata validation
`get_track_by_isrc` lets you validate music catalogs right from your shell. Claude Code takes your CSV of ISRC codes, queries the database, and flags any mismatched titles or artists. It writes the corrected records to a new file or updates your database via CLI commands. This makes bulk catalog QA a matter of seconds instead of a manual chore.
Rapid artist lookups via MCP Server
`search_artists` and `search_albums` turn your terminal into a fast music search console. Claude Code queries the ACRCloud database to resolve vague strings into precise IDs and release histories. You can pipe these search results directly into other command-line utilities. It is the fastest way to query music metadata without leaving your ssh session.
Set up ACRCloud Music Recognition MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeacrcloud-music-recognition-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest ACRCloud Music Recognition transactions." It will automatically discover and invoke the available ACRCloud Music Recognition tools.
claude mcp add --transport http acrcloud-music-recognition-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about ACRCloud Music Recognition MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the ACRCloud Music Recognition MCP today
We host it, we monitor it, we maintain it. You just paste one token.