Sleeper Hit Studio Public Discovery
Official9 toolsby sleeperhit
Read-only discovery for opted-in storytellers and approved public project assets.
Read-only discovery for opted-in storytellers and approved public project assets.
Captured live from the server via tools/list.
search
Search opted-in public writer profiles, project summaries, and writer-approved public assets. Compatible with ChatGPT deep research and company knowledge.
Parameters (1)
- querystringrequired
Search query for writers, projects, genres, formats, accolades, table reads, pitch assets, or trailers.
fetch
Fetch the full public discovery document for a search result by ID. Compatible with ChatGPT deep research and company knowledge.
Parameters (1)
- idstringrequired
Search result ID returned by the search tool.
find_writers
Search opt-in public Sleeper Hit Studio writer profiles.
Parameters (5)
- querystring
Name, location, headline, specialty, genre, or background text.
- genrestring
Filter by public discovery genre.
- formatstring
Filter by public discovery format.
- specialtystring
Filter by public writer specialty.
- limitnumber
Maximum writers to return.
get_writer_profile
Get a public writer profile by slug, including public projects and shared assets.
Parameters (1)
- slugstringrequired
find_projects
List public projects for a writer. Results include project hub URLs and public asset summaries.
Parameters (2)
- writerSlugstringrequired
- querystring
Optional title, genre, logline, or synopsis text.
get_project_summary
Get one public project summary for a writer.
Parameters (2)
- writerSlugstringrequired
- projectSlugstringrequired
list_writer_assets
List all writer-approved public share URLs for a writer.
Parameters (1)
- writerSlugstringrequired
list_project_assets
List writer-approved public share URLs for a specific project.
Parameters (2)
- writerSlugstringrequired
- projectSlugstringrequired
get_public_pitch_assets
List writer-approved public pitch deck assets for a writer.
Parameters (1)
- writerSlugstringrequired
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://sleeperhit.studio/api/mcpclaude_desktop_config.json
{
"mcpServers": {
"public-discovery": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://sleeperhit.studio/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.