mcpbeat

YeetIt MCP Server

io.github.snappyio/yeetit
answering

YeetIt is answering right now. Last checked 15 min ago. It exposes 4 tools.

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

Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
4
Tools
read from the server
126 ms
Response time
average over 24h
0
Stars
on GitHub

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add yeetit --transport http https://yeetit.site/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "yeetit": {
      "url": "https://yeetit.site/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.yeetit]
url = "https://yeetit.site/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "yeetit": {
      "url": "https://yeetit.site/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "yeetit": {
      "url": "https://yeetit.site/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

website
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 accidental deletion. Use this when a user explicitly asks you to remove or delete a site. IMPORTANT: Always confirm with the user before calling this tool — deletion cannot be undone.
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 check if a site is still live, see how many views it has gotten, or check when it expires.
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). The html field replaces the entire page — this is a full replacement, not a patch. You can also update assets. Use this when a user asks you to modify, edit, or change a site you previously published. IMPORTANT: You must provide either edit_key or api_key for authentication.
publish
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 asks you to build, create, or deploy a website, landing page, invitation, portfolio, report, or any HTML content they want to share as a link. Supports bundled assets (CSS, JS, images) and multi-page sites (include additional .html files in assets, accessible at /{slug}/{pagename}). IMPORTANT: After publishing, always share the live URL and the claim URL with the user. The claim URL lets them take permanent ownership of the site. Store the edit_key from the response silently — do not show it to the user — you will need it if they ask you to make changes to the site later. If you lose the edit_key, ask the user to claim the site first (via the claim URL in the page footer), then provide you with their API key from the dashboard — you can use that instead.

Endpoints

URLTransportStateLatencyChecked
https://yeetit.site/mcp streamable-http answering 126 ms 15 min ago

YeetIt — questions

Answers built from our own checks of this server.

What can YeetIt do?
It exposes 4 tools, read directly from the server on our last check. Among them: delete_website, get_website_status, publish_website, update_website. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is YeetIt working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 126 ms. The bar chart above shows every period we have measured.
How do I connect YeetIt?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does YeetIt need an API key?
No. YeetIt completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is YeetIt?
It answers our handshake in 126 ms on average, which is faster than 78% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is YeetIt open source?
Yes — 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.