Developer Tools
sitectrl.ai
Manage sitectrl hosted websites, including creating, editing, and retrieving site details via AI.
ENDPOINT 1
https://mcp.sitectrl.ai/mcp
MCP server metadata
- Name
- sitectrl
- Version
- 0.1.0
sitectrl builds and hosts real websites. create_site turns a plain-language description into a LIVE hosted site (1-3 min); edit_site changes it; write_site_files lets YOU author the code. Working contact/booking forms: POST to /_sc/form/submit with a hidden _form field — submissions reach the owner's dashboard + email (never mailto:). Sites also have a built-in data API (/_sc/data/<collection>: public_* readable by anyone, member_* needs a signed-in site member, bare names owner-only) and visitor accounts (/_sc/site-auth/register|login|logout|me) — use them for guestbooks, RSVPs, bookings, member areas; never invent your own storage or auth. search_domains finds real domains with prices; purchases hand the user a checkout link (the connector never spends money). get_analytics reads the site's private first-party traffic. Free tier: one site, no card.
Known tools 11
whoamiThe connected sitectrl account: email, plan status, free-site slot, and credit balance.
Potential side effectslist_sitesList the user's sitectrl sites with their live URLs and hosting platform.
Inferred read-onlyedit_siteAsk sitectrl's AI editor to change an existing site ('add a contact page', 'make the hero darker').
Inferred read-onlywrite_site_filesPush 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.
Inferred read-onlyread_site_fileRead one file from a site's draft tree (text, or base64 for binary; 512 KB cap).
Inferred read-onlysearch_domainsSearch real domain availability + prices (com/net/org/co/io/site and more).
Inferred read-onlyget_analyticsThe site's private first-party traffic: pageviews/visitors/sessions/clicks totals, top pages, referrers, devices.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.