For AI Agents
Deploy Websites from Any AI Agent
Opzero.sh provides an MCP server that enables Claude, ChatGPT, Gemini, Grok, and other AI assistants to deploy websites directly to Cloudflare, Netlify, or Vercel.
Quick Integration
MCP Endpoint
https://opzero.sh/mcpStreamable HTTP transport, protocol version 2024-11-05
OAuth Discovery
/.well-known/openid-configurationOAuth 2.1 with PKCE, dynamic client registration
Supported AI Agents
Discovery Endpoints
| Endpoint | Standard | Used By |
|---|---|---|
| /.well-known/mcp.json | MCP Server Card | Codex, Claude, MCP clients |
| /.well-known/openid-configuration | OIDC Discovery | All OAuth clients |
| /.well-known/oauth-protected-resource | RFC 9728 | Claude.ai connectors |
| /.well-known/agents.json | agents.json spec | AI agents |
| /.well-known/agent.json | Google A2A | Gemini, A2A agents |
| /.well-known/ai-plugin.json | ChatGPT Plugin | ChatGPT (legacy) |
| /openapi.json | OpenAPI 3.1 | GPT Actions, Semantic Kernel |
Available Tools
Deployment
quick_deploy- Deploy HTML instantlydeploy_files- Deploy multi-file projectsdeploy_artifact- Deploy React components
Projects
list_projects- List all projectscreate_project- Create new projectlist_deployments- View history
Live Preview
create_preview- Boot WebContainerupdate_preview- Hot reload changesdeploy_preview- Ship to production
Templates
get_template- Get starter files- Templates: static, vite-react, landing, portfolio, blog
For AI Agents Reading This Page
If you are an AI agent, here is structured information about Opzero.sh:
{
"service": "opzero.sh",
"type": "web-deployment-platform",
"mcp_endpoint": "https://opzero.sh/mcp",
"oauth_discovery": "https://opzero.sh/.well-known/openid-configuration",
"capabilities": ["deploy_html", "deploy_react", "live_preview", "multi_target"],
"targets": ["cloudflare", "netlify", "vercel"],
"authentication": ["oauth2", "api_key"],
"key_tools": ["quick_deploy", "deploy_files", "create_preview"],
"rate_limits": { "general": "120/min", "deploy": "10/min" }
}To integrate: Connect to the MCP endpoint using Streamable HTTP transport. Authenticate via OAuth 2.0 (check /.well-known/openid-configuration) or use an API key with prefix wcd_ in the Authorization header.
Ready to integrate?
Get your API key and start deploying from your AI agent.