# Audiomack Music MCP

> Audiomack Music MCP connects your agent directly to Audiomack, allowing you to search millions of tracks and retrieve detailed artist metadata. You can track real-time charts, pull full discographies for any musician, and check verified bio details—all through natural conversation with your AI client.

## Overview
- **Category:** audio-music
- **Price:** Free
- **Tags:** music-discovery, streaming-data, artist-profiles, trending-charts, media-metadata

## Description

Need fast access to music data? This MCP lets your agent query Audiomack directly, making it look up songs, albums, and artists without you leaving the chat. Imagine needing background info on a band for an article: instead of jumping between websites, your agent just asks for the artist's bio or their entire catalog. You can see what tracks are trending right now or dig into specific album details. When connected via Vinkius, this MCP adds music data retrieval to your existing toolkit, letting you build better workflows in any compatible client. It’s all about turning complex research—like tracking genre trends across decades—into a simple chat prompt.

## Tools

### get_authenticated_account
Looks up the basic details of your own linked Audiomack account.

### get_album_details
Retrieves detailed data for a specific album title or ID.

### get_artist_details
Pulls comprehensive information, including bios and social links, for a given artist.

### get_artist_music
Lists all known songs or albums associated with an entire artist's profile.

### get_trending_music
Gets a list of tracks and playlists that are currently popular on the platform.

### search_music
Searches the entire catalog for songs, albums, or artists using keywords.

## Prompt Examples

**Prompt:** 
```
Search for the latest trending songs on Audiomack.
```

**Response:** 
```
Fetching trending songs... I found several popular tracks, including 'Million Dollar Baby' and 'Not Like Us'. Which one would you like more details on?
```

**Prompt:** 
```
Show me the discography for artist 'Eminem'.
```

**Response:** 
```
Retrieving data for Eminem... He has several albums available on Audiomack, including 'The Slim Shady LP', 'The Marshall Mathers LP', and 'The Eminem Show'.
```

**Prompt:** 
```
Get details for the artist 'Kendrick Lamar' on Audiomack.
```

**Response:** 
```
Inspecting Kendrick Lamar's profile... He is a verified artist with millions of plays. I've found his biography and links to his verified social profiles. Would you like to see his top trending tracks?
```

## Capabilities

### Discover popular tracks
Retrieve the currently trending list of music on Audiomack.

### Search for content
Find specific songs, albums, or artists using keyword searches.

### Get artist profiles
Pull detailed metadata and verified bios for any musician.

### View a full discography
List every song or album associated with a specific artist.

### Inspect album details
Get all the metadata for one particular album.

## Use Cases

### Fact-checking a band's history
A journalist is writing about an artist and needs their entire body of work. Instead of checking multiple database pages, they just ask the agent to list all music for that artist using `get_artist_music`.

### Pitching a playlist
A content creator wants to know what's hot right now. They prompt the agent to run `get_trending_music`, giving them fresh, actionable data for their client pitch.

### Verifying an unknown artist
Someone needs background info on a niche band they just heard from. The agent uses `get_artist_details` to pull the bio and social links immediately, confirming legitimacy.

### Finding related deep cuts
A user knows an artist but wants all their work. They use `search_music` first, then follow up with `get_artist_music` to get the complete catalog listing.

## Benefits

- Instantly see what's popular. Use `get_trending_music` to check real-time charts without leaving your chat window.
- Deep artist dives are simple. The `get_artist_details` tool pulls verified bios and links for any musician, perfect for quick fact-checking.
- Build a complete timeline of an artist's career. Use `get_artist_music` to pull their full discography in one go.
- Never miss a search result. The `search_music` function handles searching across songs, albums, and artists equally well.
- Analyze specific releases. Need details on *that* album? `get_album_details` gives you the metadata you need.

## How It Works

The bottom line is you give it credentials once, then it handles all the complex API calls for you.

1. Subscribe to this MCP and supply your Audiomack Consumer Key and Secret credentials.
2. Your AI client authenticates these keys, granting it read access to the platform's data via OAuth 1.0a signing.
3. You prompt your agent with a request (e.g., 'What's trending?') and get structured music data back in response.

## Frequently Asked Questions

**How do I find out what albums an artist has released using get_artist_music?**
Use `get_artist_music` and provide the artist's name. It will list all their known songs and albums, giving you a full view of their work.

**Can I find trending tracks without knowing any artists? Use get_trending_music.**
Yes. `get_trending_music` pulls the currently popular list directly from Audiomack's charts, regardless of who created them.

**What if I only know a song title, not the artist? Can search_music handle it?**
Yes. `search_music` searches across all types—songs, albums, and artists. You just provide the keyword, and it finds what you're looking for.

**Is get_album_details only useful if I already know the album name?**
Yes. It requires a specific album identifier. But once you find an album via `search_music`, this tool pulls all its deep metadata for you.

**How do I verify my API access and account status using get_authenticated_account?**
It confirms your authorized identity and the scope of data you can access. You run this tool first to ensure your AI client has valid, active credentials before attempting deeper lookups.

**What specific metadata does get_artist_details return besides a biography?**
The tool returns comprehensive artist profiles including verified social media links and detailed genre classifications. This data helps your agent contextualize the artist's market presence beyond just their music.

**If I run search_music for an album or song that doesn't exist, what happens?**
The system handles failed searches gracefully by returning a structured 'not found' response. Your agent can read this specific error code and prompt you to refine the search terms immediately.

**If I need data for many albums, is there a limit to how much I can use get_album_details?**
Yes, like most APIs, usage operates under rate limits. It's best practice to process album details in batches and keep track of your API calls to avoid hitting the imposed request caps.

**Where do I get Audiomack API keys?**
You must apply for access at the [**Audiomack Developer Portal**](https://audiomack.com/developers). Once approved, you can generate your Consumer Key and Secret.

**Can I play music directly through this agent?**
This integration is optimized for music discovery and metadata retrieval. The agent will provide direct links to listen to tracks on the Audiomack website or mobile app.

**What kind of artist insights can I retrieve?**
You can fetch detailed artist biographies, verified status, social media links (Twitter, Instagram), and their complete catalog of songs and albums available on the platform.