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/mcp

Streamable HTTP transport, protocol version 2024-11-05

OAuth Discovery

/.well-known/openid-configuration

OAuth 2.1 with PKCE, dynamic client registration

Supported AI Agents

Discovery Endpoints

EndpointStandardUsed By
/.well-known/mcp.jsonMCP Server CardCodex, Claude, MCP clients
/.well-known/openid-configurationOIDC DiscoveryAll OAuth clients
/.well-known/oauth-protected-resourceRFC 9728Claude.ai connectors
/.well-known/agents.jsonagents.json specAI agents
/.well-known/agent.jsonGoogle A2AGemini, A2A agents
/.well-known/ai-plugin.jsonChatGPT PluginChatGPT (legacy)
/openapi.jsonOpenAPI 3.1GPT Actions, Semantic Kernel

Available Tools

Deployment

  • quick_deploy - Deploy HTML instantly
  • deploy_files - Deploy multi-file projects
  • deploy_artifact - Deploy React components

Projects

  • list_projects - List all projects
  • create_project - Create new project
  • list_deployments - View history

Live Preview

  • create_preview - Boot WebContainer
  • update_preview - Hot reload changes
  • deploy_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.