# 7digital MCP for AI Agents AI Agent Connect

> 7digital MCP lets you search a global music catalog, grab 30-second track previews, and manage shopping baskets for music retail. It connects your AI client to 7digital's database so you can find artists, albums, and pricing without leaving your chat window.

## Overview
- **Category:** audio-music
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_g1dT1dckMWS4bouQMq48sohLFrFKA5YZDao9beSx/ai-agent-connect
- **Tags:** music-catalog, artist-data, discography, metadata, media-streaming

## Description

Imagine you're trying to build a music retail platform or just want to deep-dive into a specific artist's discography. Instead of jumping between multiple tabs to find release dates, tracklists, and pricing, you can just ask your AI client to do the heavy lifting. This Connector pulls directly from the 7digital catalog, giving you instant access to artist profiles, album details, and even 30-second streaming previews. You can even manage a shopping basket, adding items and getting checkout URLs for global sales. It's a way to turn a massive database into a conversational tool. By using this through the Vinkius catalog, you get a direct line to music data that's ready for use in your own apps or for personal discovery.

## Tools

### get_artist_details
Pull images, similar artists, and profile info for a specific creator. It gives you a full picture of the artist.

### get_artist_releases
List all albums, singles, and EPs for a specific artist ID. Use this to see a complete discography.

### get_basket
View everything currently in your 7digital shopping cart. It shows titles, prices, and quantities.

### get_checkout_url
Get the direct link to finish a purchase for your current basket. This is perfect for completing a sale.

### get_release_details
Fetch the label, genre, and release date for a specific album. It provides the core metadata for any release.

### get_release_tracks
See every song title, duration, and explicit flag on an album. This gives you the full tracklist in one go.

### get_track_preview
Get a 30-second streaming URL for a specific track. Use this to let users sample the music before buying.

### search_artist
Find music creators by name with region-specific results. You can specify countries like US or GB.

### search_release
Look up albums or singles by title or artist name. It helps you find specific releases quickly.

### search_track
Find individual songs by title or artist. This is the fastest way to locate a specific track in the catalog.

### add_to_basket
Put a release into your shopping cart and see updated prices. This helps you build a list of items for purchase.

## Prompt Examples

**Prompt:** 
```
Search for Radiohead albums.
```

**Response:** 
```
Found 12 Radiohead releases: 

| Album | Year | Type |
| :--- | :--- | :--- |
| OK Computer | 1997 | Album |
| Kid A | 2000 | Album |
| In Rainbows | 2007 | Album |
| The Bends | 1995 | Album |
| A Moon Shaped Pool | 2016 | Album |

Each release includes a full tracklist, genre details, and purchase links.
```

**Prompt:** 
```
Get the track listing for OK Computer.
```

**Response:** 
```
**OK Computer (1997)**

Here are the 12 tracks:
1. Airbag (4:44)
2. Paranoid Android (6:23)
3. Subterranean Homesick Alien (4:27)
4. Exit Music (For a Film) (4:24)
5. Let Down (4:59)
6. Karma Police (4:21)
7. No Surprises (3:48)
8. Lucky (4:19)
9. The Tourist (5:24)
...and 3 more.
```

**Prompt:** 
```
Play a preview of Paranoid Android.
```

**Response:** 
```
I've found the preview for you:

**Track:** Paranoid Android
**Preview URL:** https://preview.7digital.com/clip/xxxxx.mp3
**Duration:** 6:23
**Format:** audio/mpeg

You can click the link above to listen to the 30-second sample.
```

## Capabilities

### Search music catalogs
Find artists, albums, and tracks instantly using natural language.

### Get track previews
Grab 30-second streaming URLs for any song in the catalog.

### Manage shopping baskets
Add releases to a cart and generate checkout links for sales.

### Browse artist discographies
View every album, single, and EP an artist has ever released.

### Retrieve release metadata
Get labels, genres, release dates, and full tracklists for any album.

## Use Cases

### Building a music app
A developer wants to build a music app and needs to pull tracklists using get_release_tracks.

### Finding a specific 90s album
A music fan wants to find a specific 90s album and see the tracklist using search_release.

### Generating a checkout link
A retailer wants to generate a checkout link for a customer using get_checkout_url.

### Finding similar artists
A researcher needs to find similar artists to a specific creator using get_artist_details.

## Benefits

- Get 30-second previews using get_track_preview to check music before buying.
- Manage retail flows with add_to_basket and get_checkout_url for direct sales.
- Pull full discographies with get_artist_releases to see every album at once.
- Get accurate metadata like labels and genres using get_release_details.
- Search global catalogs with search_artist to find niche music across regions.

## How It Works

The bottom line is you get a conversational interface for the entire 7digital music marketplace.

1. Connect your 7digital API Key to the Connector.
2. Open your AI client like Claude or Cursor.
3. Ask for specific music data or basket actions.

## Frequently Asked Questions

**Can I use 7digital MCP to find music?**
Yes, you can search for artists, albums, and individual tracks from a global catalog using natural language.

**Does 7digital MCP play full songs?**
No, it provides 30-second previews for tracks to help you sample the music before you decide to buy.

**How do I manage a shopping cart with 7digital MCP?**
You can add releases to a basket and get a direct checkout URL to complete your purchase.

**Can 7digital MCP search by region?**
Yes, it supports country codes like US or GB to find region-specific results for artists and releases.

**Does 7digital MCP provide album art?**
Yes, the artist details tool includes images and profile information for the creators.

**Is 7digital MCP good for building music apps?**
It is great for developers who need to pull metadata and preview URLs into their own software products.

**How do I get a 7digital API key?**
Register at [**7digital.com/developer**](https://www.7digital.com/developer) and sign up for a free developer account. You'll receive an API consumer key.

**Can I listen to full tracks?**
The API provides 30-second preview streams for tracks. Full track purchases are available through the 7digital store integration.

**What countries are supported?**
7digital operates in 30+ countries including US, GB, DE, FR, ES, IT, AU, CA, JP and many more. Use the country parameter for region-specific catalogs and pricing.