← Registry

Content Tools

sleeperhit.studio

Searches and fetches public writer profiles and projects for a content platform.

1 endpoint9 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://sleeperhit.studio/api/mcp

No auth detected

MCP server metadata

Name
sleeperhit-public
Version
0.3.0
Capabilities
resourcestoolsprompts

Known tools 9

search

Search opted-in public writer profiles, project summaries, and writer-approved public assets.

Inferred read-only
fetch

Fetch the full public discovery document for a search result by ID.

Inferred read-only
find_writers

Search opt-in public Sleeper Hit Studio writer profiles.

Inferred read-only
get_writer_profile

Get a public writer profile by slug, including public projects and shared assets.

Inferred read-only
find_projects

List public projects for a writer.

Inferred read-only
get_project_summary

Get one public project summary for a writer.

Inferred read-only
list_writer_assets

List all writer-approved public share URLs for a writer.

Inferred read-only
list_project_assets

List writer-approved public share URLs for a specific project.

Inferred read-only
get_public_pitch_assets

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

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.