sitebox

zarguell/sitebox
★ 0 stars Python API Integration Updated today
Self-hosted static site host with REST API and MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sitebox": {
      "command": "uvx",
      "args": [
        "sitebox"
      ]
    }
  }
}

Or install with pip: pip install sitebox

README Excerpt

Self-hosted static site host — upload pages via REST API or MCP, serve them immediately. - **Upload** files or ZIP archives to named destinations - **Serve** from `/dest/path` instantly - **Auth** — shared API key for uploads, optional password-protected pages - **TTL** — auto-expire pages after a set time

Tools (8)

API_KEYDELETEGETPOSTauth_requireddestfilettl_seconds