# SoundCloud MCP for AI Agents AI Agent Connect

> SoundCloud MCP lets you manage your audio profile through a chat interface. It handles track audits, playlist curation, follower tracking, and global library searches. Use it to organize your content and monitor your community reach without leaving your AI client.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_LFANg55UZYS3K1nC9GZq1vX4As3pZKJ9YtOMlynj/ai-agent-connect
- **Tags:** audio-streaming, playlist-management, creator-tools, metadata-audit, social-audio, track-analytics

## Description

This SoundCloud MCP lets you manage your entire audio presence through a simple conversation. Instead of jumping between tabs to check your latest uploads or organize your playlists, you can just ask your AI client to do the heavy lifting. If you're trying to keep track of your follower growth or audit the metadata of your recent tracks, this tool pulls that data instantly. It handles the repetitive stuff like listing every track in a specific playlist or searching the global library for new inspiration. You can even pull your own profile details to keep your records straight. It's a handy way to keep your creative workflow moving because you don't have to stop to navigate a complex dashboard. By using the Vinkius catalog to connect this Connector, you turn your AI into a dedicated audio operator that keeps your content organized and your community stats updated in real time.

## Tools

### list_favorites
Shows all the tracks you've saved to your favorites list. Use this to quickly see your saved music.

### search_tracks
Searches the public SoundCloud library for specific tracks or genres. Use this to find new music for inspiration.

### get_me
Pulls your authenticated SoundCloud user info to confirm your connection is active. Use this to verify your account is linked correctly.

### get_track
Fetches specific details like duration and genre for a single track. This is useful for checking metadata on specific uploads.

### list_followers
Provides a list of everyone currently following your account. This helps you keep track of your audience growth.

### list_following
Lists the users that you are currently following. Use this to audit your own social connections.

### list_playlists
Shows all the playlists you've created on your account. This gives you a high level view of your curation.

### list_tracks
Returns a list of all tracks uploaded to your SoundCloud profile. Use this to see your entire catalog at once.

## Prompt Examples

**Prompt:** 
```
List the last 5 tracks in my SoundCloud account.
```

**Response:** 
```
I've pulled your latest uploads. Here are the 5 most recent tracks:

| Track Name | Duration | Genre |
| :--- | :--- | :--- |
| Midnight Jam | 3:45 | Lo-Fi |
| Session 42 | 4:12 | Electronic |
| Late Night Vibes | 2:58 | Chill |
| Studio Test 1 | 0:45 | Demo |
| Sunset Drive | 5:01 | Indie |

Would you like me to check the metadata for any of these?
```

**Prompt:** 
```
Show me my SoundCloud playlists.
```

**Response:** 
```
You have 4 playlists currently:

* **Chill Vibes**
* **Study Mix**
* **Workout**
* **Demos**

Which one would you like to see the tracks for?
```

**Prompt:** 
```
How many followers do I have on SoundCloud?
```

**Response:** 
```
I've checked your account. You currently have **432 followers**. 

I can list the most recent ones if you'd like to see who's joined lately.
```

## Capabilities

### Audit track metadata
Get details like duration and genre for specific uploads instantly.

### Manage playlist contents
Browse and list tracks within your curated collections to see what's inside.

### Monitor follower growth
Retrieve lists of users following your account to track your audience.

### Search global audio
Query the public SoundCloud library for new music or specific genres.

### Retrieve profile info
Get authenticated user details and account stats to keep your records straight.

### Track favorites
View all the tracks you've saved to your favorites list in one place.

## Use Cases

### Audit a messy library
A curator has 50 playlists and needs to see which ones are missing tracks. They ask the agent to list_playlists and list_tracks to find gaps.

### Check follower growth
An artist wants to see who joined today. They ask the agent to list_followers to see the latest names.

### Verify podcast uploads
A producer wants to make sure the new episode is live. They ask the agent to list_tracks to confirm the upload.

### Find collaboration music
A producer needs to find lo-fi tracks. They ask the agent to search_tracks for lo-fi beats to find ideas.

## Benefits

- Stop switching tabs by using list_tracks to see every upload in your account instantly.
- Keep your curation organized by using list_playlists to audit your current collections.
- Track your audience growth in real time by using list_followers to see new fans.
- Find new inspiration faster by using search_tracks to query the global audio library.
- Get instant metadata for your music by using get_track to see durations and genres.
- Access your profile data quickly with get_me to verify your account status.

## How It Works

The bottom line is you get a direct line to your SoundCloud data without ever opening a browser.

1. Subscribe to the Connector and get your SoundCloud Client ID and Access Token.
2. Plug those credentials into your AI client's configuration.
3. Ask your agent to list your tracks or check your follower count.

## Frequently Asked Questions

**Can the SoundCloud MCP help me organize my music?**
Yes, it lets your agent see all your playlists and tracks so you can ask it to audit your organization or find specific content quickly.

**Does the SoundCloud MCP let me upload new tracks?**
No, this Connector is for managing and auditing your existing content. You still need to use the SoundCloud website or app to upload new files.

**Can I use the SoundCloud MCP to see who is following me?**
Yes, your agent can pull a list of your followers so you can keep an eye on your audience growth without opening a browser.

**Is the SoundCloud MCP good for podcasting?**
It's great for producers who need to verify that new episodes are live and correctly categorized in their public playlists.

**Can the SoundCloud MCP search for other music?**
Yes, your agent can search the public SoundCloud library for tracks, genres, or artists to help you find new inspiration.

**How do I connect my SoundCloud account to the Connector?**
You just need to provide your SoundCloud Client ID and Access Token in your AI client's settings to get started.

**How do I find my SoundCloud Client ID and Access Token?**
Log in to the [**SoundCloud Developer Portal**](https://developers.soundcloud.com/), create an App to get a Client ID, and perform the OAuth flow to generate an Access Token. Copy and paste them below.

**Can the agent list my private tracks?**
Yes. If your Access Token has the necessary permissions, your agent will be able to retrieve both public and private tracks associated with your account.

**Is it possible to search for tracks via the agent?**
Yes. The `search_tracks` tool allows your agent to query the entire SoundCloud public library using any search string, returning matching track metadata.