LIVE ENDPOINT
https://mcp.theroost.dev/mcp
Connect to this endpoint to inspect the live schema for upload and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.viberooster-hatch]
url = "https://mcp.theroost.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"viberooster-hatch": {
"type": "http",
"url": "https://mcp.theroost.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: viberooster-hatch
Remote MCP URL: https://mcp.theroost.dev/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": {
"viberooster-hatch": {
"url": "https://mcp.theroost.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"viberooster-hatch": {
"type": "http",
"url": "https://mcp.theroost.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "viberooster-hatch",
"transport": "streamable-http",
"url": "https://mcp.theroost.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
hatch— Create a NEW site (a 'roost') and return its public URL in one call.lookup— Resolve a roost by `slug` or `tenantId`.convert— Atomically rename a roost's URL and/or change its tier.auth— Put a sign-in screen in front of a `forever` roost so visitors must authenticate.share— Issue a signed, expiring guest view URL for any tier (`?await_decision— Create a human-in-the-loop review on the live artifact.continue_decision— After poll_decision returns status changes_requested, regenerate, then call this to reopen the same decision as pending_review for the next human round.poll_decision— Long-poll (~20s) until the decision leaves pending_review.