Public MCP server

Sleeper Hit Studio Discovery

A read-only discovery endpoint for production companies, studios, reps, and research systems looking for opted-in storytellers and writer-approved public project materials.

Remote MCP endpoint
https://sleeperhit.studio/api/mcp

Transport

streamable-http

Auth

none for public data

What it exposes

Public writer bios, specialties, formats, genres, selected project summaries, profile URLs, project URLs, table read share links, pitch decks, and trailers.

Privacy model

Only writer opt-in profile data and writer-approved public assets are returned. Drafts, private links, private table reads, internal notes, billing data, conversations, and source scripts are excluded.

Where it works

Use it as a remote MCP server in Claude, ChatGPT Apps, OpenAI API integrations, MCP-aware agent stacks, studio CRMs, and internal market-research tools.

Tools

Read-only discovery surface

`search` and `fetch` are provided for ChatGPT deep research compatibility. The remaining tools expose structured discovery workflows for agents and studio systems.

search

Search public writer, project, and approved asset documents for ChatGPT deep research and company knowledge.

fetch

Fetch the full public document behind a search result for citation and deeper review.

find_writers

Filter opted-in writer profiles by query, genre, format, specialty, or limit.

get_writer_profile

Read a writer profile, public projects, and approved public assets by writer slug.

find_projects

List public projects for a writer and optionally filter by project text.

get_project_summary

Read one project summary with public logline, synopsis, stage, assets, and links.

list_writer_assets

List all writer-approved public URLs for a writer.

list_project_assets

List public URLs attached to one project.

get_public_pitch_assets

List writer-approved public pitch deck links for a writer.

JSON-RPC example

POST /api/mcp
{
  "jsonrpc": "2.0",
  "id": "writers",
    "method": "tools/call",
    "params": {
    "name": "search",
    "arguments": {
      "query": "female-led thriller table read"
    }
  }
}

Studio prompts

Useful first queries

Find thriller writers with public table reads and produced credits.
Fetch the public project summary for a contained sci-fi feature with a pitch deck.
Which opted-in writers have teen ensemble projects and shareable table reads?

Support

Connection details

Endpoint

https://sleeperhit.studio/api/mcp

Public REST index

https://sleeperhit.studio/api/public/v1

Rate limits

120 public API requests/minute, 60 MCP tool calls/minute per client bucket.