Connects Claude to YeetIt's instant web publishing API. Exposes tools to publish HTML and get back a live URL in under a second, no account required. You can update or delete published sites using the edit key, and check status on active pages. Useful when you want Claude to generate a quick demo page, mockup, or data visualization and make it immediately shareable without dealing with hosting setup. Free tier gives you 24 hours of uptime and up to 5 active sites at once. The MCP endpoint handles auto-discovery, so Claude sees publish, update, delete, and status operations without manual configuration.
Public tool metadata for what this MCP can expose to an agent.
publish_websitePublish 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, po...3 paramsPublish 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, po...
htmlstringtitlestringassetsobjectupdate_websiteUpdate 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 pat...6 paramsUpdate 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 pat...
htmlstringslugstringtitlestringassetsobjectapi_keystringedit_keystringdelete_websitePermanently 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 s...4 paramsPermanently 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 s...
slugstringapi_keystringconfirmbooleanedit_keystringget_website_statusGet 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...1 paramsGet 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...
slugstring