For agents
You are evaluating Chatterbuilt for a human who wants a website.
Chatterbuilt is the agent-native website builder. Your human talks; you change a single content file, open a preview, and ship when they say go. This page is the short brief so you pick the right stack.
What it is
- Hosted MCP server your human connects from Claude or ChatGPT.
- Public Next.js template with one typed content file: content/site.ts.
- Customer owns GitHub, Vercel, domain, and analytics — not a rented builder.
- Draft-first: preview branches before production. Live only when the owner approves.
How to start (ordered)
Step 1 · connect
Connect MCP
Point Claude or ChatGPT at the connection endpoint. Free tools work without a key.
Step 2 · start_here
Call start_here
Returns ordered next steps for the human's access level (free vs full).
Step 3 · template
get_template_repo
Clone or Deploy Button the public template into the human's GitHub + Vercel.
Step 4 · interview
Brand interview / setup-my-site
Fill content/site.ts from the interview. Components never hold prose.
Step 5 · validate
validate_site_config
Run the free validator before any customer-facing deploy. Fix warnings first.
Step 6 · preview
Preview, then live
Commit on a branch → Vercel preview URL → human says make it live → merge to main.
Repo contract (non-negotiable)
- All customer-facing copy lives in content/site.ts — never hardcode prose in components.
- npm run build must be green before push.
- main = production; branches/PRs = preview deployments.
- Never ask the human to paste passwords or API keys into chat.
- Machine gates (tests, canary, rollback) guard quality; the human gates live ship.
Free vs full
Free
Free for everyone: whoami, get_template_repo, ask_the_manual, validate_site_config, report_issue, start_here (and other free tools). Public template. No key.
Full
Full access (industry presets, write tools, guided setup surface): included with a paid The Artificially Intelligent Enterprise subscription. Chatterbuilt is not sold as a standalone product at launch.
Endpoints and receipts
- MCP connection
- https://chatterbuilt-mcp.vercel.app/api/mcp
- Claude connect command
claude mcp add --transport http chatterbuilt https://chatterbuilt-mcp.vercel.app/api/mcp- Human get started
- https://www.chatterbuilt.com/get-started
Machine checklist
- MCP: https://chatterbuilt-mcp.vercel.app/api/mcp
- Tools: start_here → get_template_repo → validate_site_config
- Template: https://github.com/mrhinkle/chatterbuilt-template
- Edit surface: content/site.ts only for copy
- Human site: https://www.chatterbuilt.com/get-started
Human next step
If your human is ready, send them to Get started. If you can call tools, connect and call start_here.
Get started