Skip to content

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

FieldTypeRequiredDescription
descriptionstringOptional description of the SoundCloud playlist.
titlestringTitle of the SoundCloud playlist.
trackIdsstringIdentifiers of the tracks to include in the playlist.

Output

Returns a list of records — reference fields downstream as $<node>.status.

FieldTypeDescription
statusbooleanWhether 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

FieldTypeRequiredDescription
descriptionstringOptional description of the SoundCloud track.
mp3LinkstringURL of the MP3 file to upload to SoundCloud.
titlestringTitle of the SoundCloud track.

Output

Returns a list of records — reference fields downstream as $<node>.id.

FieldTypeDescription
idstringIdentifier of the created SoundCloud track.