← Registry

Content Tools

offstereo.com

An MCP server for creating and controlling OffStereo playable song/story cards, discovering music, and retrieving music history.

1 endpoint11 known toolsFirst detected September 10, 2026Last detected September 10, 2026

ENDPOINT 1

https://www.offstereo.com/api/mcp

No auth detected

MCP server metadata

Name
offstereo
Version
3.0.0
Capabilities
tools.listChangedresources

Known tools 11

make_playable

Create one playable OffStereo card for a direct standalone-song or narrated-story request.

Potential side effects
get_session

Application polling for an already-mounted OffStereo card.

Inferred read-only
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.

Inferred read-only
discover

Discover genre-aware new releases, strong public-archive matches, or popular OffStereo shows.

Inferred read-only
music_today

Call exactly once for a 'today in music' or dated music-history request.

Inferred read-only
explore_lineage

Explore documented sample lineage.

Inferred read-only
create_playlist

Create one playlist from a natural-language idea or explicit track list.

Potential side effects
save_session

Explicitly save the matched music from one listening session as a private playlist in the listener's active music service.

Inferred read-only
prepare_episode

Prepare one finished OffStereo story to become a private Spotify episode after the listener explicitly asks.

Inferred read-only
manage_owned_item

Manage the signed-in listener's own OffStereo stories or service playlists.

Inferred read-only
my_offstereo

Call once to return the signed-in listener's OffStereo library overview, currently including their completed, unarchived shows.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.