← sitectrl.ai

The sitectrl MCP server

Connect sitectrl to Claude, ChatGPT, or any MCP-compatible agent and your AI can build real hosted websites— not mockups. One description becomes a live site with hosting, SSL, first-party analytics, and (when you're ready) a real domain and email. Your AI can write the code itself and push files, or hand the building to sitectrl's AI editor. Contact and booking forms just work: point any form at /_sc/form/submitand submissions land in the site's private database with an email to the owner — no backend to build.

Connect

  1. In your AI client, add a connector / MCP server with the URL:
    https://mcp.sitectrl.ai/mcp
    (Claude: Settings → Connectors → Add custom connector.)
  2. Your client opens a sitectrl sign-in — use Google or create an account right there. New accounts get the free tier: one hosted site, 500 AI editing credits, no card.
  3. Approve the connection. That's it — ask your AI to build.

Headless / scripting instead? sitectrl also issues sck_ API keys — email [email protected] while key self-service is in beta.

Try saying

Is sierratrailcoffee.com available? Find me a good domain for my coffee brand and send me the checkout link.

Build me a website for my dog-grooming business in Austin — friendly, lots of warm colors, with a booking section and example prices.

You write the code: create a one-page portfolio for me with dark styling, then push the files to my sitectrl site and publish it.

Add a testimonials section to my site and make the hero photo full-width, then show me the draft link before publishing.

Tools

create_siteBuild a new hosted website from a plain-language description — returns the live URL (1–3 min).write
edit_siteHave sitectrl's AI change a site from an instruction. Changes land in the draft.write
write_site_filesPush your own HTML/CSS/JS/images into a site's draft — your AI does the coding, sitectrl hosts.write
publish_sitePublish a draft to the live site (a snapshot is taken first — undoable).write
list_sites / get_siteThe account's sites with live + draft URLs.read
list_site_files / read_site_fileBrowse and read a site's draft files.read
whoamiThe connected account: plan, credits, free-site slot.read
search_domainsReal domain availability + prices; available results carry a checkout link the user completes.read
get_analyticsThe site's private first-party traffic: totals, top pages, referrers, devices.read

Money stays in your hands

The connector can never spend money. Anything paid — buying a domain, upgrading a plan — always returns a checkout link that you complete yourself.

Data handling

Auth: OAuth 2.1 with PKCE + dynamic client registration (https://mcp.sitectrl.ai/.well-known/oauth-authorization-server). Questions: [email protected].