# ACRCloud Music Recognition MCP for AI Agents AI Agent Connect

> ACRCloud Music Recognition MCP. Identify songs from audio files and grab metadata like artist names and streaming links. It lets your AI agent query a massive music database to find tracks, albums, and artist details instantly.

## Overview
- **Category:** artificial-intelligence
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_HJxP4MAMBXPBpyZP8GvRQvlnv0fQAf7GhlQ7u1Dt/ai-agent-connect
- **Tags:** content-recognition, music-metadata, audio-fingerprinting, streaming-links, media-analysis

## Description

Imagine you're a content creator trying to find the right vibe for a video, or a developer building a music app that needs to handle complex audio fingerprinting. Instead of digging through manual databases or guessing what a track is, you can just feed an audio URL into your AI client. This Connector connects your agent to ACRCloud's engine, which does the heavy lifting of recognizing the music and pulling back everything you actually need, like Spotify links, release dates, and confidence scores. It's one of the most reliable ways to bring professional-grade music identification into your workflow, and it's easy to get running through the Vinkius catalog. You're not just getting a name; you're getting the full context of the track so you can move on to the next part of your project without the friction of manual research.

## Tools

### get_track_by_isrc
Get full metadata for a specific track using its unique ISRC code. This is useful for precise data retrieval.

### identify_music_from_url
Send an audio file link to find out exactly what song is playing. It works for various formats like mp3 and wav.

### search_albums
Find specific music albums by searching for the title or the artist. This helps you explore large music catalogs.

### search_artists
Look up music artists by their name to see their full discography. It's the fastest way to find artist info.

### search_tracks
Search for music tracks using keywords like artist names or lyric fragments. Use this when you only know a few words.

## Prompt Examples

**Prompt:** 
```
Identify this song: https://example.com/sample.mp3
```

**Response:** 
```
I've identified the track! It's **Blinding Lights** by **The Weeknd**.

**Album Details:**
*   **Album:** After Hours
*   **Release Date:** 2019

**Streaming Links:**
*   [Spotify Link]
*   [YouTube Link]
```

**Prompt:** 
```
Search for tracks by 'Daft Punk'.
```

**Response:** 
```
I found several hits by **Daft Punk**. Here are some popular tracks:

| Track Name | Artist |
| :--- | :--- |
| One More Time | Daft Punk |
| Get Lucky | Daft Punk |
| Harder, Better, Faster, Stronger | Daft Punk |

Let me know if you want more details on any of these!
```

**Prompt:** 
```
Get the Spotify link for the song with ISRC USAT20500447.
```

**Response:** 
```
That ISRC belongs to **Get Lucky** by **Daft Punk**. 

Here is the direct **Spotify link**: [Spotify Link]. 

I also found links for Apple Music and YouTube if you need them.
```

## Capabilities

### Identify songs from audio URLs
Send an audio file link to your agent and get the song title, artist, and album info instantly.

### Pull metadata from ISRC codes
Get full track details by providing a unique ISRC identifier.

### Search for music albums
Find specific albums by searching for titles or artist names.

### Look up music artists
Search the global music database to find artist profiles and discographies.

### Search for tracks by lyrics
Find specific songs by searching for artist names or fragments of lyrics.

### Get streaming links
Retrieve direct links for Spotify, YouTube, and other major platforms for any identified track.

## Use Cases

### Verifying music for content
A creator wants to know if a background track in a video is cleared for use. They ask the agent to identify the audio and check its metadata.

### Building music identification features
A developer wants to build a feature that identifies music via audio URLs and uses the Connector to power the identification logic.

### Exploring artist discographies
A researcher wants to find every album by a specific artist and gets a list using search_albums.

### Finding streaming links quickly
A user wants to find a song they heard and get a Spotify link to add to their library.

## Benefits

- Get instant song IDs from audio URLs using identify_music_from_url so you don't have to listen and guess.
- Pull accurate metadata like release dates and confidence scores to verify content for your projects.
- Save time on research by using search_albums and search_artists to explore music catalogs.
- Grab direct Spotify and YouTube links automatically to share with your audience or include in your apps.
- Use get_track_by_isrc to quickly pull data for specific tracks when you have the unique identifier.

## How It Works

The bottom line is your AI agent gets professional-grade music recognition and metadata without you having to leave your chat window.

1. Subscribe to the ACRCloud Music Recognition MCP in the Vinkius catalog.
2. Add your ACRCloud access keys and host details to your agent's configuration.
3. Ask your AI to identify a song or find a playlist link.

## Frequently Asked Questions

**Can ACRCloud Music Recognition identify songs from a URL?**
Yes, you can provide an audio file link and your agent will return the artist, title, and album info instantly.

**Does this Connector provide Spotify links?**
Yes, it retrieves direct streaming links for Spotify, YouTube, and other major platforms for any identified track.

**Can I search for albums by artist name?**
You can use the search tools to find specific albums or artists using plain text names from the global music database.

**How do I use this for music copyright checks?**
You can identify a song from an audio sample to see its metadata and release details, which helps you verify content for your projects.

**Can it find tracks based on lyrics?**
Yes, the search tool allows you to find tracks by searching for specific lyric fragments if you don't know the title.

**Is this for streaming music directly?**
No, this Connector is for identifying music and retrieving metadata or links. It does not play the audio files directly.

**How do I get ACRCloud credentials?**
Sign up at the [**ACRCloud Console**](https://console.acrcloud.com/), create a 'Music Recognition' project, and you will find your Access Key, Secret, and Host in the project settings.

**Which audio formats are supported for identification?**
ACRCloud supports most common audio formats including MP3, WAV, AAC, and OGG. The agent will download the file from the provided URL and send it for fingerprinting.

**Can I find the ISRC code for a specific track?**
Yes! When you identify a song or search for metadata, the `acr_music_search` tool returns industry-standard identifiers like ISRC, allowing you to track specific recordings across different systems.