Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.sleeperhit-public]
url = "https://sleeperhit.studio/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sleeperhit-public": {
"type": "http",
"url": "https://sleeperhit.studio/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sleeperhit-public
Remote MCP URL: https://sleeperhit.studio/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": {
"sleeperhit-public": {
"url": "https://sleeperhit.studio/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sleeperhit-public": {
"type": "http",
"url": "https://sleeperhit.studio/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sleeperhit-public",
"transport": "streamable-http",
"url": "https://sleeperhit.studio/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Search opted-in public writer profiles, project summaries, and writer-approved public assets.fetch— Fetch the full public discovery document for a search result by ID.find_writers— Search opt-in public Sleeper Hit Studio writer profiles.get_writer_profile— Get a public writer profile by slug, including public projects and shared assets.get_project_summary— Get one public project summary for a writer.list_writer_assets— List all writer-approved public share URLs for a writer.list_project_assets— List writer-approved public share URLs for a specific project.get_public_pitch_assets— List writer-approved public pitch deck assets for a writer.