Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

YeetIt

io.github.snappyio/yeetit

Instant web publishing for AI agents. POST HTML, get a live URL. No account needed.

Uptime
100.0%
1 direct probes · 30d
Response
97ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

publish_website

Publish HTML content to a live URL instantly. No account or API key required. Returns a public URL that anyone can visit. Sites expire after 24 hours unless the owner claims them. Use this when a user…

update_website

Update an existing published website with new HTML content. Requires authentication via edit_key (from the original publish response) or api_key (from the user's dashboard after claiming the site). Th…

delete_website

Permanently delete a published website. The site will be immediately inaccessible. Requires authentication via edit_key or api_key, and requires confirm: true as a safety mechanism to prevent accident…

get_website_status

Get information about a published website including its title, view count, size, expiry date, and whether it has been claimed. No authentication required — this is public information. Use this to chec…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "yeetit": {
      "url": "https://yeetit.site/mcp",
      "transport": "streamable-http"
    }
  }
}