INDIVIDUAL MCP TOOL
edit_site
Ask sitectrl's AI editor to change an existing site ('add a contact page', 'make the hero darker').
LIVE ENDPOINT
https://mcp.sitectrl.ai/mcp
Connect to this endpoint to inspect the live schema for edit_site and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.sitectrl]
url = "https://mcp.sitectrl.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sitectrl": {
"type": "http",
"url": "https://mcp.sitectrl.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sitectrl
Remote MCP URL: https://mcp.sitectrl.ai/mcp
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": {
"sitectrl": {
"url": "https://mcp.sitectrl.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sitectrl": {
"type": "http",
"url": "https://mcp.sitectrl.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sitectrl",
"transport": "streamable-http",
"url": "https://mcp.sitectrl.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
whoami— The connected sitectrl account: email, plan status, free-site slot, and credit balance.list_sites— List the user's sitectrl sites with their live URLs and hosting platform.get_site— Details for one site: live URL, draft URL, status.create_site— Build a brand-new hosted website from a plain-language description.write_site_files— Push files (HTML/CSS/JS/images) into a site's DRAFT — use this when YOU are writing the code yourself instead of asking sitectrl's AI.list_site_files— List the files in a site's draft tree (paths + sizes).read_site_file— Read one file from a site's draft tree (text, or base64 for binary; 512 KB cap).publish_site— Publish the site's draft to the LIVE site (hosted sites).