Content Tools
offstereo.com
An MCP server for creating and controlling OffStereo playable song/story cards, discovering music, and retrieving music history.
ENDPOINT 1
https://www.offstereo.com/api/mcp
MCP server metadata
- Name
- offstereo
- Version
- 3.0.0
Known tools 11
make_playableCreate one playable OffStereo card for a direct standalone-song or narrated-story request.
Potential side effectssteer_sessionControl and contextual follow-ups for the active player: pause, resume, skip, play the next song, append one exact next song, adjust the music level, explain why a song is present, open an explicitly requested documented sample lineage, or return to the story.
Inferred read-onlydiscoverDiscover genre-aware new releases, strong public-archive matches, or popular OffStereo shows.
Inferred read-onlymusic_todayCall exactly once for a 'today in music' or dated music-history request.
Inferred read-onlycreate_playlistCreate one playlist from a natural-language idea or explicit track list.
Potential side effectssave_sessionExplicitly save the matched music from one listening session as a private playlist in the listener's active music service.
Inferred read-onlyprepare_episodePrepare one finished OffStereo story to become a private Spotify episode after the listener explicitly asks.
Inferred read-onlymanage_owned_itemManage the signed-in listener's own OffStereo stories or service playlists.
Inferred read-onlymy_offstereoCall once to return the signed-in listener's OffStereo library overview, currently including their completed, unarchived shows.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.offstereo]
url = "https://www.offstereo.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"offstereo": {
"type": "http",
"url": "https://www.offstereo.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: offstereo
Remote MCP URL: https://www.offstereo.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"offstereo": {
"url": "https://www.offstereo.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"offstereo": {
"type": "http",
"url": "https://www.offstereo.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "offstereo",
"transport": "streamable-http",
"url": "https://www.offstereo.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.