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
- In your AI client, add a connector / MCP server with the URL:https://mcp.sitectrl.ai/mcp(Claude: Settings → Connectors → Add custom connector.)
- 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.
- 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_site | Build a new hosted website from a plain-language description — returns the live URL (1–3 min). | write |
| edit_site | Have sitectrl's AI change a site from an instruction. Changes land in the draft. | write |
| write_site_files | Push your own HTML/CSS/JS/images into a site's draft — your AI does the coding, sitectrl hosts. | write |
| publish_site | Publish a draft to the live site (a snapshot is taken first — undoable). | write |
| list_sites / get_site | The account's sites with live + draft URLs. | read |
| list_site_files / read_site_file | Browse and read a site's draft files. | read |
| whoami | The connected account: plan, credits, free-site slot. | read |
| search_domains | Real domain availability + prices; available results carry a checkout link the user completes. | read |
| get_analytics | The 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
- What we receive: the instructions and files your AI sends to the tools, tied to your sitectrl account. Site content is stored as your website (that's the product); tool calls are logged for billing and abuse prevention.
- What we don't receive: the rest of your AI conversation. Only explicit tool calls reach sitectrl.
- Retention: site content lives until you delete the site; publishes keep snapshots so they're undoable. OAuth tokens are revocable from your client; access tokens expire hourly.
- Sharing: we don't sell or share your data with third parties beyond the infrastructure that hosts your site. Full details: privacy policy · security practices.
Auth: OAuth 2.1 with PKCE + dynamic client registration (https://mcp.sitectrl.ai/.well-known/oauth-authorization-server). Questions: [email protected].