{"name":"io.github.andzar22/offstereo","slug":"andzar22-offstereo","title":"OffStereo","description":"Builds narrated, playable music stories, explores sample lineage, and saves verified playlists.","url":"https://mcp.market/server/andzar22-offstereo","rating":null,"grade":"C","score":57,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":7,"ok":7,"last_checked_at":"2026-09-21T03:45:58.469Z","last_ok_at":"2026-09-21T03:45:58.469Z","latency_ms":207},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://www.offstereo.com/chatgpt","version":"3.0.0","remotes":[{"type":"streamable-http","url":"https://www.offstereo.com/api/mcp"}],"packages":[],"tools":[{"name":"create_playlist","description":"Create one playlist from a natural-language idea or explicit track list. Call exactly once per listener turn: do not inspect the result and make a corrective second call or stack another playlist card in the same response. previewOnly=true returns one authoritative playlist that can be heard before saving and needs no music-service connection. After explicit approval, previewOnly=false with the approved tracks and the same concise editorial name creates one private playlist in the listener's active music service. Pass service only when the listener explicitly names Spotify or Apple Music. requiredArtists carries every artist the listener named as required. allowSecondPlaylist is true only for an explicit request for a separate additional playlist. Sign-in recovery preserves the exact request and pendingActionId for a safe retry.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"prompt":{"type":"string","description":"A conceptual playlist request, e.g. 'connect A Tribe Called Quest to Steely Dan'."},"name":{"type":"string","description":"A concise editorial playlist title. Omit it when the listener did not supply a title; OffStereo derives one from the prompt."},"count":{"type":"number","description":"Target song count for prompt-generated playlists (1-50, default 20)."},"service":{"type":"string","enum":["spotify","apple_music"],"description":"Destination service. Pass only when the listener explicitly names one; otherwise OffStereo uses the active service on their account."},"tracks":{"type":"array","items":{"type":"object","properties":{"artist":{"type":"string"},"title":{"type":"string"}},"required":["artist","title"]}},"requiredArtists":{"type":"array","items":{"type":"string"},"description":"Every artist the user explicitly requires, especially endpoints in a request such as 'from Minnie Riperton to Solange'. OffStereo validates these before creating anything."},"previewOnly":{"type":"boolean","description":"Resolve one unified playlist preview without saving or requiring a music-service connection. True when the listener asks to hear, inspect, or approve the songs before saving."},"allowSecondPlaylist":{"type":"boolean","description":"True only when the listener explicitly requests another separate playlist. Omit or pass false otherwise; this does not authorize a second create_playlist call in the same response."},"pendingActionId":{"type":"string","description":"Retry token returned by a prior auth_required result."}}}},{"name":"discover","description":"Discover genre-aware new releases, strong public-archive matches, or popular OffStereo shows. Call exactly once per listener request: put every positive genre into the same genres array, use [] when none were requested, and avoid one call or card per genre. query carries the listener's full wording, exclusions, counts, and no-padding constraint. Results remain relevant rather than padding a requested genre or archive search with unrelated rows. Dated music-history requests use music_today and are not a discover mode. playableOnly limits results to music that plays in ChatGPT. allowBuild and allowSave preserve a read-only request. The result card already includes song playback; a separate one-song card is for an explicit request for a dedicated song card.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"type":{"type":"string","enum":["new_releases","archive","search","popular"],"description":"Discovery mode. search aliases archive; dated music-history requests use music_today."},"query":{"type":"string","description":"Archive query, or the listener's release-discovery wording when it contains genres, balance, count, or no-padding constraints."},"genres":{"type":"array","items":{"type":"string"},"description":"Every positively requested genre; [] when the request is not genre-filtered. Results do not pad with unrelated genres."},"perGenreLimit":{"type":"number","description":"Maximum results from each named genre for a balanced new-release request."},"limit":{"type":"number","description":"Maximum total results (1-20)."},"allowBuild":{"type":"boolean","description":"False preserves an explicit request not to create or build a story."},"allowSave":{"type":"boolean","description":"False preserves an explicit request not to create or save anything."},"playableOnly":{"type":"boolean","description":"True limits results to music with audio that plays inside ChatGPT."}},"required":["type","genres"]}},{"name":"explore_lineage","description":"Explore documented sample lineage. Pass artist + track for one song, or topic for one multi-song narrated lineage story. OffStereo only returns connections it can source and withholds uncertain matches rather than guessing.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"artist":{"type":"string","description":"Artist for a track-level lineage."},"track":{"type":"string","description":"Track title for a track-level lineage."},"topic":{"type":"string","description":"Artist/topic request such as 'notable samples used by Nas'."}}}},{"name":"get_session","description":"Application polling for an already-mounted OffStereo card. It refreshes one PlayableSession in place. A selected library story opens through make_playable(existingSessionId), while playback and contextual follow-ups use steer_session.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionId":{"type":"string"}},"required":["sessionId"]}},{"name":"get_story_audio","description":"Get a finished OffStereo story as ONE downloadable MP3 — the narrated story, without the records. Use this on any surface where a player card cannot render: send it as a WhatsApp or Telegram voice note, attach it to an email, play it over a phone or speaker, or hand it to someone as a file. The URL is public and needs no OffStereo account, so it can be forwarded to anyone. It is narration only, which is why it is freely shareable — say so rather than promising the songs; the songs are at webUrl. Prefer this over reading a summary aloud in your own synthetic voice: this is the produced story, already voiced. Only finished shows have audio — poll get_show until status is ready.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"showId":{"type":"string","description":"The show id, from find_shows, make_playable or get_show."},"slug":{"type":"string","description":"The show's slug, as find_shows returns it. Use either this or showId."}}}},{"name":"make_playable","description":"Create one playable OffStereo card for a direct standalone-song or narrated-story request. Discovery and Music Today already play their songs, so keep those results in their original card unless the listener asks for dedicated controls. experience=single_track returns exactly one recording with no narration or library save; pass artist plus track. experience=story progressively creates a sourced story; mode=fresh starts a new build. Pass artist plus album for an exact record and trackCount for an exact requested length. Spotify, Apple Music, and SoundCloud URLs are story seeds unless the listener requests only the recording. Playlist requests use create_playlist. existingSessionId opens a selected library story; get_session is reserved for card polling. The mounted card owns live progress and playback. Assistant prose should avoid restating transient stages such as building, recording, or still working because they become stale as the card updates, and should wait for Ready before stating final counts. A tool call opens the card without starting playback.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"prompt":{"type":"string","description":"What the listening experience should explain."},"title":{"type":"string","description":"Short canonical artist, track, album, or subject title for the card, especially useful for an identified image or a prompt that also contains workflow instructions."},"sourceUrl":{"type":"string","description":"An http(s) article or source URL to adapt."},"sourceText":{"type":"string","description":"Source text or conversation context to adapt."},"existingSessionId":{"type":"string","description":"The chosen library story id for opening through the canonical player contract; get_session remains application polling."},"resumeShowId":{"type":"string","description":"Rebuild an unfinished show in place, keeping its id and URL, instead of creating a second one. Pass the id of a show whose `retryable` is true. Rejected for a show that already finished or that belongs to someone else."},"experience":{"type":"string","enum":["story","single_track"],"description":"single_track means one immediate song card with no narration or story creation; story means the full progressive narrated experience."},"length":{"type":"string","enum":["short","standard"],"description":"short fits an explicitly quick, brief, or concise narrated story and targets three narration-and-record chapters; standard keeps the full editorial arc."},"trackCount":{"type":"number","description":"Exact number of songs requested for a narrated story (2-12). Use 1 with experience=single_track."},"artist":{"type":"string","description":"Exact artist, paired with track for a one-song card or with album for an album-focused story."},"track":{"type":"string","description":"Exact song title, paired with artist for reliable single_track matching."},"album":{"type":"string","description":"Exact album or EP title, paired with artist when the listener names or shows a specific record."},"personalization":{"type":"string","enum":["library","none"],"description":"library uses connected-listener taste as retrieval seeds; none is the default."},"mode":{"type":"string","enum":["auto","fresh"],"description":"fresh starts an explicitly new story; auto may reuse an exact strong match."},"videoMode":{"type":"boolean","description":"When true, the story opens on a third-person editorial hook with no DJ greeting or time-of-day welcome — for a companion story paired with a video. Pair with an explicit `title` so page title, URL, and register all match the video."},"tracks":{"type":"array","description":"Optional: exact records the story should always include as playable tracks — e.g. every song a paired video names. They are pinned into the show in this order and curation fills the remaining slots up to trackCount, so a companion keeps the records the video discusses. Leave unset for normal curation.","items":{"type":"object","properties":{"artist":{"type":"string","description":"Exact artist."},"title":{"type":"string","description":"Exact track title."}},"required":["artist","title"]}}}}},{"name":"manage_owned_item","description":"Manage the signed-in listener's own OffStereo stories or service playlists. Removing an OffStereo story is a recoverable archive operation, and restore brings it back. Removing an owned Spotify playlist means remove from library because Spotify does not permanently delete playlists; the operation follows an explicit confirmation turn. Apple Music's public API does not expose playlist deletion, so that case returns an honest unsupported handoff. confirm=true records explicit confirmation of the named item and operation.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"itemType":{"type":"string","enum":["story","playlist"]},"id":{"type":"string","description":"OffStereo session id or saved playlist id."},"action":{"type":"string","enum":["archive","restore","remove"]},"service":{"type":"string","enum":["spotify","apple_music"],"description":"Required for playlists."},"confirm":{"type":"boolean","description":"Records the listener's explicit confirmation of the named destructive operation."}},"required":["itemType","id","action"]}},{"name":"music_today","description":"Call exactly once for a 'today in music' or dated music-history request. One response already combines album anniversaries, artist birthdays and memorials, current releases, current US song-chart context, and related playable OffStereo stories; use that one combined call rather than separate history, releases, charts, or shows calls. dateMode=today uses the listener's current day and omits date; dateMode=explicit pairs with a named YYYY-MM-DD date. limit is the maximum total across the combined response, playableOnly limits rows to music that plays in ChatGPT, and allowBuild=false plus allowSave=false preserves a read-only request. This is the only dated-music tool in the current schema.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"dateMode":{"type":"string","enum":["today","explicit"],"description":"today represents the listener's current day; explicit represents one named calendar date."},"date":{"type":"string","description":"ISO date YYYY-MM-DD for dateMode=explicit; absent for dateMode=today."},"limit":{"type":"number","description":"Maximum total results across the already-combined response (1-20, default 8). Honor an explicit result count."},"allowBuild":{"type":"boolean","description":"False preserves an explicit request not to create or build a story."},"allowSave":{"type":"boolean","description":"False preserves an explicit request not to create or save anything."},"playableOnly":{"type":"boolean","description":"True limits music-history results to rows with audio playable in ChatGPT."}},"required":["dateMode"]}},{"name":"my_offstereo","description":"Call once to return the signed-in listener's OffStereo library overview, currently including their completed, unarchived shows. This is the primary personal-library tool.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"type":"number","description":"Shows to return (1-50)."}}}},{"name":"prepare_episode","description":"Prepare one finished OffStereo story to become a private Spotify episode after the listener explicitly asks. OffStereo packages its completed intro, ordered narration, sign-off, branded title, show notes, OffStereo cover, chapters, and song timeline, then returns an honest handoff: the episode is not in Spotify until the listener finishes with Spotify's Save to Spotify helper on their own computer. Use the active or selected story's sessionId. This is for a narrated story, not a playlist or an unfinished build.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionId":{"type":"string","description":"The completed OffStereo story id from the active player or the listener's library."}},"required":["sessionId"]}},{"name":"save_session","description":"Explicitly save the matched music from one listening session as a private playlist in the listener's active music service. Pass service only when the listener explicitly names Spotify or Apple Music. Unmatched songs are excluded and reported. If sign-in is needed, OffStereo preserves the request for one safe retry.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionId":{"type":"string"},"service":{"type":"string","enum":["spotify","apple_music"]},"name":{"type":"string"},"pendingActionId":{"type":"string"}}}},{"name":"steer_session","description":"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. The result updates the mounted card in place. For an AI-DJ transition to a newly chosen record, pass queueTrack with exact artist and title; OffStereo resolves it and appends it to this same widget so the current song can finish and auto-advance. Keeping the transition in this queue avoids a second make_playable call. Use instruction='Queue this as the next song without interrupting the current song' to queue ahead, or 'Play this next now' to append and immediately advance. A why-this-song question preserves the queue. sessionId identifies the active session, and activeItemId plus positionMs preserve exact continuity when the card supplies them.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionId":{"type":"string"},"instruction":{"type":"string"},"activeItemId":{"type":"string"},"positionMs":{"type":"number"},"playbackState":{"type":"string","enum":["playing","paused"]},"queueTrack":{"type":"object","description":"One exact new record to append to the active widget queue. Use this instead of opening another one-song widget when the listener asks the AI DJ to choose what comes next.","properties":{"artist":{"type":"string"},"title":{"type":"string"},"reason":{"type":"string","description":"A concise, factual transition reason for why this record follows the current one."}},"required":["artist","title"]},"acknowledgeDirectiveId":{"type":"string","description":"Mounted-card acknowledgement for the exact one-shot playback directive it has finished applying. Periodic cursor syncs omit this field."}},"required":["instruction"]}}],"scan":{"score":57,"grade":"C","scanned_at":"2026-09-19T19:13:10.396Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T19:13:10.395Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 757ms"]},"poisoning":{"score":15,"max":15,"notes":["12 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 2 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://www.offstereo.com/api/mcp","reachable":true,"authRequired":false,"latencyMs":757,"serverInfo":{"name":"offstereo","version":"3.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://www.offstereo.com/icon-512.png","source":"registry","width":512,"height":512},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}