# AudD Music Recognition MCP for AI Agents AI Agent Connect

> AudD Music Recognition helps your AI agent identify music instantly from audio URLs, search for lyrics using just a few words, and grab direct streaming links for Spotify or Apple Music. It handles everything from finding that one background track in a video to pulling full metadata like release dates and labels for your music research.

## Overview
- **Category:** artificial-intelligence
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_SblUueAYDITopbIcraVycWF9qOqQnpRnFcK5BNOS/ai-agent-connect
- **Tags:** music-recognition, lyrics-search, audio-fingerprinting, metadata-extraction, streaming-links

## Description

Imagine you're digging through a mountain of video clips or audio files and you keep hearing that same catchy beat but have no idea what it is. Instead of hunting through shady websites or trying to hum into a phone, you can just point your AI agent at the link. This Connector connects your agent to the AudD platform, turning it into a music expert that can pinpoint a track in seconds. It doesn't just give you a name; it pulls the full story, including the album art details, the official release date, and the exact spot where you can stream it legally. If you're a creator looking for the right vibe for a project, or a researcher needing to catalog a massive library of tracks, this is the shortcut. You get to stop doing the manual legwork of copy-pasting titles into search bars. Because Vinkius makes it so easy to manage these connections in one place, you can get your agent set up and start identifying music across your entire workflow without the usual friction. It handles the heavy lifting of audio fingerprinting so you can stay focused on the creative side of things. You can even ask it to find specific lyrics when you only remember a few words, or have it find the exact timestamp of a song in a long recording. It's about removing the friction between hearing something you love and actually knowing what it is.

## Tools

### add_monitored_stream
Add an audio stream to monitor for music. This lets you keep an eye on a continuous feed for new tracks.

### get_lyrics
Get full lyrics for a specific track. Use this when you need the complete text for a song you've identified.

### list_monitored_streams
List all monitored audio streams. Use this to see which feeds your agent is currently tracking.

### recognize_at_time
Recognize music starting at a specific offset. This is perfect for finding a song deep inside a long audio file.

### recognize_music
Recognize a song from an audio URL. It returns the artist, title, album, and streaming links.

### search_lyrics
Search for song lyrics by text fragment. Use this to find a song when you only remember a few words.

### search_music
Search for a song by text query. This lets your agent find tracks based on a description or partial title.

### set_stream_callback_url
Set the webhook URL for stream monitoring results. This sends notifications to your own endpoint when music is detected.

## Prompt Examples

**Prompt:** 
```
Identify the song at this URL: https://example.com/audio.mp3
```

**Response:** 
```
I've identified the track as 'Blinding Lights' by The Weeknd from the album 'After Hours'. I have the streaming links for Spotify and Apple Music ready for you. Would you like to see the lyrics?
```

**Prompt:** 
```
Search for lyrics containing 'never gonna give you up'.
```

**Response:** 
```
I found the lyrics for 'Never Gonna Give You Up' by Rick Astley. It's a classic! I can show you the full text or find where you can listen to it.
```

**Prompt:** 
```
Find the artist and album for the song 'Stairway to Heaven'.
```

**Response:** 
```
Searching... 'Stairway to Heaven' is by Led Zeppelin, from their untitled fourth album (often called Led Zeppelin IV), released in 1971. It is considered one of the greatest rock songs of all time.
```

## Capabilities

### Identify songs from audio URLs
Your agent can instantly recognize music from a link and provide the artist and title.

### Find full lyrics
Get the complete text for any track your agent identifies.

### Pinpoint music at a timestamp
Identify specific songs in long audio files by providing a starting time.

### Get streaming links
Automatically retrieve links for Spotify and Apple Music for identified tracks.

### Search by lyric fragments
Find a song even if you only remember a few words of the lyrics.

### Extract music metadata
Pull album names, release dates, and labels for music research.

## Use Cases

### Identifying background music in a video
A creator gives the agent a link to a raw clip and asks what song is playing at the 2-minute mark.

### Finding a song from a single line
A user remembers 'the song about a red door' and asks the agent to find the lyrics and streaming links.

### Cataloging a music library
A researcher provides a list of audio URLs and asks the agent to extract the artist, album, and release date for each.

### Monitoring live streams
A developer sets up a callback to get notified whenever a specific song plays on a monitored audio stream.

## Benefits

- Stop hunting for tracks manually. Use recognize_music to get instant results from any public audio URL.
- Get accurate metadata. Pull release dates and labels automatically with recognize_music instead of clicking through multiple sites.
- Find songs in long files. Use recognize_at_time to skip the intro and find the exact song you need at a specific second.
- Save time on lyrics. Use search_lyrics to find a song using just a snippet of text you remember.
- Connect to your favorite platforms. Get direct Spotify and Apple Music links for every song your agent identifies.

## How It Works

The bottom line is you get instant music identification and metadata without leaving your chat interface.

1. Subscribe to the Connector and grab your AudD API token.
2. Input your credentials into your preferred AI client.
3. Give your agent a URL or a lyric snippet to start the search.

## Frequently Asked Questions

**Can AudD Music Recognition identify songs from web links?**
Yes, it can identify music from publicly accessible audio URLs. Your agent will return the artist, title, and album info instantly.

**How do I find lyrics if I only know a few words?**
You can use the search feature to find songs using small text fragments. The agent will find the best matches and provide the lyrics.

**Does this tool provide links to stream the music?**
Yes, it retrieves direct URLs for major platforms like Spotify and Apple Music for any song it identifies.

**Can I use it to find music in very long audio files?**
You can specify a timestamp for the agent to start the recognition. This helps find specific tracks in long files without scanning the whole thing.

**Is this good for research purposes?**
It's great for researchers who need to pull metadata like release dates and labels from a large collection of audio files.

**Can it monitor a stream for me?**
You can add monitored streams to get results via a webhook. This is useful for automated tracking of specific audio feeds.

**Can I identify a song just by providing a link to an MP3 file?**
Yes! Use the `recognize_music` tool and provide the direct URL to the audio file. Your agent will identify the track and provide metadata and streaming links.

**How do I find the lyrics for a song if I only know a few words?**
You can use the `search_lyrics` tool with those words. Your agent will search AudD's database for matching lyrics and return the full text and song details.

**Can I get direct links to open the song on Spotify or Apple Music?**
Yes, when identifying a song or searching for one, you can request extra data that includes direct streaming links for various platforms.