INDIVIDUAL MCP TOOL
start_build
Use this when the user wants a live preview website for a local service business AND has typed business_name, email, and phone in THIS chat.
LIVE ENDPOINT
https://app.augenix.ai/api/mcp/public
Connect to this endpoint to inspect the live schema for start_build and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests sending messages.
Parent server
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.augenix-build]
url = "https://app.augenix.ai/api/mcp/public"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"augenix-build": {
"type": "http",
"url": "https://app.augenix.ai/api/mcp/public"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: augenix-build
Remote MCP URL: https://app.augenix.ai/api/mcp/public
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": {
"augenix-build": {
"url": "https://app.augenix.ai/api/mcp/public"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"augenix-build": {
"type": "http",
"url": "https://app.augenix.ai/api/mcp/public"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "augenix-build",
"transport": "streamable-http",
"url": "https://app.augenix.ai/api/mcp/public"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_preview— Use this after start_build.create_checkout— Use this when the owner wants the preview site live.get_live_site— Use this after the owner pays.