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.
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.
searchSearch public writer, project, and approved asset documents for ChatGPT deep research and company knowledge.
fetchFetch the full public document behind a search result for citation and deeper review.
find_writersFilter opted-in writer profiles by query, genre, format, specialty, or limit.
get_writer_profileRead a writer profile, public projects, and approved public assets by writer slug.
find_projectsList public projects for a writer and optionally filter by project text.
get_project_summaryRead one project summary with public logline, synopsis, stage, assets, and links.
list_writer_assetsList all writer-approved public URLs for a writer.
list_project_assetsList public URLs attached to one project.
get_public_pitch_assetsList 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
Support
Connection details
Endpoint
https://sleeperhit.studio/api/mcpPublic REST index
https://sleeperhit.studio/api/public/v1Rate limits
120 public API requests/minute, 60 MCP tool calls/minute per client bucket.
Contact
Sleeper Hit Studio support