# Yeetit

Publish HTML content to a live URL instantly without requiring accounts or API keys. Deploy landing pages, portfolios, and reports that support CSS, JavaScript, and multi-page structures. Manage site…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add snappy/yeetit

# Browse available tools
npx -y @smithery/cli@latest tool list snappy/yeetit

# Get full schema for a tool
npx -y @smithery/cli@latest tool get snappy/yeetit publish_website

# Call a tool
npx -y @smithery/cli@latest tool call snappy/yeetit publish_website '{}'
```

## Direct MCP Connection

Endpoint: `https://yeetit.run.tools`

## 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 visi…
- `update_website` — Update an existing published website with new HTML content. Requires authentication via edit_key (from the original pub…
- `delete_website` — Permanently delete a published website. The site will be immediately inaccessible. Requires authentication via edit_key…
- `get_website_status` — Get information about a published website including its title, view count, size, expiry date, and whether it has been c…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get snappy/yeetit <tool-name>
```
