← yeetit.site

INDIVIDUAL MCP TOOL

delete_website

Permanently delete a published website.

yeetit.sitenone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.
  • A tool name or description suggests retrieving external content.

Parent endpoint

yeetit.site

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.yeetit]
url = "https://yeetit.site/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "yeetit": {
      "type": "http",
      "url": "https://yeetit.site/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: yeetit
Remote MCP URL: https://yeetit.site/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "yeetit": {
      "url": "https://yeetit.site/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "yeetit": {
      "type": "http",
      "url": "https://yeetit.site/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • publish_website — Publish HTML content to a live URL instantly.
  • update_website — Update an existing published website with new HTML content.
  • get_website_status — Get information about a published website including its title, view count, size, expiry date, and whether it has been claimed.