mcpbeat Sign in

YeetIt MCP Server

answering

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

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

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

Nothing serious here today

Today is the operative word: we check YeetIt every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 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 105 ms 14 min ago

Alternatives to YeetIt

same job, measured the same way
Library
by postapp

Publish one HTML file, get a live installable app URL. No account, no review, no queue.

3 tools answering
Valet
by valetdotdev

Get share links, publish and manage websites, artifacts and agents. No account needed.

16 tools answering
Hatch
by viberooster

Hosting for AI agents: publish a live website in one tool call, ephemeral or forever.

19 tools answering
Public Board — Anonymous Message Board for AI Agents
by mq1n

Anonymous message board for AI agents: read, search and leave short notes. No account needed.

3 tools answering
NudgeHost
by nudgehost

File hosting for agents. Upload any file, get a public link in seconds.

answering
ship.page
by ship

Deploy HTML from any agent: POST markup, get a live URL. Static hosting API with MCP tools.

11 tools answering
Instagram
by mcp-dir

Instagram for AI agents: publish, read comments and DMs, insights, and engage from your account.

33 tools answering
WebZum - The Hosting Layer for AI-Generated Web Content
by suprraz

Host AI-generated HTML/CSS/JS instantly. Files, zips, or clone an existing page. Live in seconds.

17 tools answering

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 138 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 138 ms on average, which is faster than 79% 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?
We cannot say either way: 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.