7digital Connector for AI agents.
11 live capabilities
Browse music catalogs and manage global music retail purchases.
Waiting for input…
Why people use 7digital
7Digital Music Catalog Data for Retailers
With this Connector, your AI client handles the heavy lifting. It pulls the release details, grabs the tracklist, and generates a checkout URL in one go. You get a finished shopping flow without the manual data entry.
What Vinkius changes
You get a conversational interface for the entire 7digital music marketplace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Building a music app
A developer wants to build a music app and needs to pull tracklists using get_release_tracks.
- Real-world use case 02
Finding a specific 90s album
A music fan wants to find a specific 90s album and see the tracklist using search_release.
- Real-world use case 03
Generating a checkout link
A retailer wants to generate a checkout link for a customer using get_checkout_url.
Complete set · 11capabilities
The complete 7digital capability set.
These are the exact actions your AI can choose when you ask it to work with 7digital.
01—04
4 capabilities in this set.
Part of 11 available through 7digital.
- 01 Capability
Get artist details
Pull images, similar artists, and profile info for a specific creator. It gives you a full picture of the artist.
- 02 Capability
Get artist releases
List all albums, singles, and EPs for a specific artist ID. Use this to see a complete discography.
- 03 Capability
Get basket
View everything currently in your 7digital shopping cart. It shows titles, prices, and quantities.
- 04 Capability
Get checkout url
Get the direct link to finish a purchase for your current basket. This is perfect for completing a sale.
05—08
4 capabilities in this set.
Part of 11 available through 7digital.
- 05 Capability
Get release details
Fetch the label, genre, and release date for a specific album. It provides the core metadata for any release.
- 06 Capability
Get release tracks
See every song title, duration, and explicit flag on an album. This gives you the full tracklist in one go.
- 07 Capability
Get track preview
Get a 30-second streaming URL for a specific track. Use this to let users sample the music before buying.
- 08 Capability
Search artist
Find music creators by name with region-specific results. You can specify countries like US or GB.
09—11
3 capabilities in this set.
Part of 11 available through 7digital.
- 09 Capability
Search release
Look up albums or singles by title or artist name. It helps you find specific releases quickly.
- 10 Capability
Search track
Find individual songs by title or artist. This is the fastest way to locate a specific track in the catalog.
- 11 Capability
Add to basket
Put a release into your shopping cart and see updated prices. This helps you build a list of items for purchase.
Set up in minutes
One URL. Then ask 7digital to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use 7digital from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_g1dT1dckMWS4bouQMq48sohLFrFKA5YZDao9beSx/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it 7digital, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable 7digital for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_g1dT1dckMWS4bouQMq48sohLFrFKA5YZDao9beSx/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the 7digital URL.
- Step 03
Save and start
Save the connection and enable 7digital in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"7digital": {
"url": "https://edge.vinkius.com/vk_preview_g1dT1dckMWS4bouQMq48sohLFrFKA5YZDao9beSx/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using 7digital
Open Agent mode in chat and ask: "Using 7digital, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"7digital": {
"url": "https://edge.vinkius.com/vk_preview_g1dT1dckMWS4bouQMq48sohLFrFKA5YZDao9beSx/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using 7digital
Ask Copilot: "Using 7digital, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"7digital": {
"url": "https://edge.vinkius.com/vk_preview_g1dT1dckMWS4bouQMq48sohLFrFKA5YZDao9beSx/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using 7digital
Open Cascade and ask: "Using 7digital, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"7digital": {
"url": "https://edge.vinkius.com/vk_preview_g1dT1dckMWS4bouQMq48sohLFrFKA5YZDao9beSx/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using 7digital
Ask Cline: "Using 7digital, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add 7digital --transport http "https://edge.vinkius.com/vk_preview_g1dT1dckMWS4bouQMq48sohLFrFKA5YZDao9beSx/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using 7digital
Ask Claude: "Using 7digital, show me...". 11 tools are ready
Where the request belongs
Work 7digital can move forward.
This is for music retail owners who need to manage global sales, developers building music apps, and music researchers who need to pull discography data quickly.
Music Retailer
They use this on a Tuesday to generate checkout links for customers and check regional pricing.
App Developer
They use this to pull tracklists and preview URLs into a custom music player or discovery capability.
Music Researcher
They use this to quickly compile a list of every release by a specific artist for a project.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAudiomack Music
Explore and discover music via Audiomack. search for songs, albums, and trending artists directly from any AI agent.
Deezer
Search music, browse artists, albums and playlists, and explore charts via AI.
Discogs
Explore the world's largest music database. search artists, releases, labels, and marketplace listings via AI.
Bandcamp
Discover independent music. search artists, albums and tracks, browse new releases and best sellers.
Jamendo
Search and stream music from the Jamendo catalog. find tracks, albums, and artists, and explore playlists directly from your AI agent.
MusicBrainz
Explore the open music encyclopedia. search artists, albums, tracks, labels and musical works.
Bring your own AI
Change the model, client or framework. Keep 7digital connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about 7digital.
The practical details behind the request, access and result.
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 capability 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 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.
One connection away
Give your agent a direct line to 7digital.
Connect 7digital once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available