INDIVIDUAL MCP TOOL
make_playable
Create one playable OffStereo card for a direct standalone-song or narrated-story request.
LIVE ENDPOINT
https://www.offstereo.com/api/mcp
Connect to this endpoint to inspect the live schema for make_playable and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT 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.
Related tools
get_session— Application polling for an already-mounted OffStereo card.steer_session— Control 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.discover— Discover genre-aware new releases, strong public-archive matches, or popular OffStereo shows.music_today— Call exactly once for a 'today in music' or dated music-history request.explore_lineage— Explore documented sample lineage.create_playlist— Create one playlist from a natural-language idea or explicit track list.save_session— Explicitly save the matched music from one listening session as a private playlist in the listener's active music service.prepare_episode— Prepare one finished OffStereo story to become a private Spotify episode after the listener explicitly asks.