SoundCloud nodes
Tools for managing SoundCloud tracks and playlists. These nodes are also served as MCP tools on the soundcloud MCP server. Back to the full node reference.
SoundCloud Create Playlist
soundcloud_create_playlist · natural-language configurable · 1 credit on Cloud
Create a new playlist on SoundCloud.
Credential: SoundCloud (OAuth)
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
description | string | Optional description of the SoundCloud playlist. | |
title | string | ✓ | Title of the SoundCloud playlist. |
trackIds | string | Identifiers of the tracks to include in the playlist. |
Output
Returns a list of records — reference fields downstream as $<node>.status.
| Field | Type | Description |
|---|---|---|
status | boolean | Whether the SoundCloud playlist was created successfully. |
SoundCloud Create Track
soundcloud_create_track · natural-language configurable · 1 credit on Cloud
Upload a new track to SoundCloud.
Credential: SoundCloud (OAuth)
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
description | string | Optional description of the SoundCloud track. | |
mp3Link | string | ✓ | URL of the MP3 file to upload to SoundCloud. |
title | string | ✓ | Title of the SoundCloud track. |
Output
Returns a list of records — reference fields downstream as $<node>.id.
| Field | Type | Description |
|---|---|---|
id | string | Identifier of the created SoundCloud track. |