superduperhostingmcp
v1.0.1
Published
Agent-first hosting MCP server — your AI agent builds a site and deploys it to a live HTTPS subdomain on superduperhosting.online.
Maintainers
Readme
superduperhostingmcp
The official Model Context Protocol (MCP) server for superduperhosting.online — agent-first hosting.
Connect it once and your AI agent can build a website and deploy it to a live HTTPS URL on a third-level subdomain, in seconds. No servers, no certificates, no localhost in your portfolio.
What you get
- 🚀 Instant live URL — every deploy gets
https://<name>.superduperhosting.online, HTTPS handled. - 🤖 Any agent — works with anything that speaks MCP (Claude Code, Claude Desktop, Cursor, …).
- 📊 Analytics, history & logs — readable right from the chat.
You don't install it globally — your MCP client runs it on demand via npx.
Setup
Claude Code (one command)
claude mcp add superduperhosting -- npx -y superduperhostingmcpClaude Desktop / Cursor / any MCP client (config)
Add this to your client's MCP config (e.g. Claude Desktop's claude_desktop_config.json):
{
"mcpServers": {
"superduperhosting": {
"command": "npx",
"args": ["-y", "superduperhostingmcp"]
}
}
}Restart the client, then ask: "Build a landing page for my taco truck and deploy it."
Tools
| Tool | What it does |
|---|---|
| deploy_website | Deploy files (HTML/CSS/JS). Optional subdomain and chatId (groups your deploys). Returns the live URL. |
| list_my_subdomains | List the sites you deployed in this chat (chatId). |
| get_analytics | Visits, top referrers and deploy count for a subdomain. |
| get_deploy_history | Versions of a subdomain (newest first). |
| get_logs | Recent request / deploy logs. |
| rollback_deploy | Restore a previous version. |
Configuration
| Env var | Default | Purpose |
|---|---|---|
| BACKEND_URL | https://superduperhosting.online/api/deploy | Point the server at a different backend (self-hosting / local dev). |
Development
npm install
npm test # spins a mock backend and exercises the server over stdioLicense
MIT
