← Registry

Developer Tools

sitectrl.ai

Manage sitectrl hosted websites, including creating, editing, and retrieving site details via AI.

1 endpoint11 known toolsFirst detected August 31, 2026Last detected August 31, 2026

ENDPOINT 1

https://mcp.sitectrl.ai/mcp

No auth detected

MCP server metadata

Name
sitectrl
Version
0.1.0
Capabilities
tools
Server instructions

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

whoami

The connected sitectrl account: email, plan status, free-site slot, and credit balance.

Potential side effects
list_sites

List the user's sitectrl sites with their live URLs and hosting platform.

Inferred read-only
get_site

Details for one site: live URL, draft URL, status.

Inferred read-only
create_site

Build a brand-new hosted website from a plain-language description.

Inferred read-only
edit_site

Ask sitectrl's AI editor to change an existing site ('add a contact page', 'make the hero darker').

Inferred read-only
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.

Inferred read-only
list_site_files

List the files in a site's draft tree (paths + sizes).

Inferred read-only
read_site_file

Read one file from a site's draft tree (text, or base64 for binary; 512 KB cap).

Inferred read-only
publish_site

Publish the site's draft to the LIVE site (hosted sites).

Potential side effects
search_domains

Search real domain availability + prices (com/net/org/co/io/site and more).

Inferred read-only
get_analytics

The site's private first-party traffic: pageviews/visitors/sessions/clicks totals, top pages, referrers, devices.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.