Developer Tools
chatterbuilt.com
Provides onboarding resources, templates, and documentation for the Chatterbuilt platform.
ENDPOINT 1
https://mcp.chatterbuilt.com/api/mcp
MCP server metadata
- Name
- chatterbuilt
- Version
- 0.4.40
Known tools 42
whoamiReturns your Chatterbuilt tier, account id, and which tools are available at this tier.
Inferred read-onlystart_hereReturns a short ordered next-steps script personalized by your tier (free vs licensed).
Inferred read-onlyget_template_repoReturns the official Chatterbuilt base template repository URL, clone command, and Deploy Button link.
Potential side effectsget_template_presetReturns a full industry site preset (content/site.ts shaped JSON), or the landing-page conversion flavor (#289 — not content/site.ts; points at instantiate_landing_page).
Inferred read-onlysuggest_improvementOn-demand improvement suggestions for a whole site or one page.
Inferred read-onlyweekly_site_digestDraft a plain-language "What your website did this week" retention digest for the site owner.
Inferred read-onlygenerate_schema_markupReturn ready-to-paste JSON-LD for LocalBusiness, Service, and optional FAQPage.
Inferred read-onlylist_sectionsList available section components (id, title, description, props summary).
Inferred read-onlyadd_integration_recipeReturn a step-by-step integration recipe for the customer's AI to execute.
Potential side effectsrun_seo_auditFetch a public URL and return prioritized SEO findings (title, meta, h1, JSON-LD, OG, canonical, img alt, llms/robots/sitemap).
Inferred read-onlyrender_site_tsTurn a filled site config JSON string into complete content/site.ts source.
Inferred read-onlyrewind_sitePREVIEW ONLY — never applies a rewind, never pushes, never mutates the customer repo.
Inferred read-onlyprepare_agent_suggestionOpen a draft suggestion PR for an external continuous agent (Hermes, OpenClaw, or any MCP client) through the Chatterbuilt update-bot GitHub App.
Potential side effectsextract_site_skeletonEXTRACTION ONLY — fetches a public existing-site URL (SSRF-guarded, same as run_seo_audit) and returns a partial validate_site_config-shaped skeleton from content actually present in the HTML (title, meta, headings, phones, emails, JSON-LD LocalBusiness/FAQ/Service, image alts, nav).
Inferred read-onlyget_business_brainReturn a structured Enterprise Brain manifest for Foreman bootstrap: business profile, knowledge base, connected integrations.
Inferred read-onlysetup_contactGuided contact-form wiring: lead destination email(s), confirmation message, optional fields, and spam protection.
Potential side effectslist_goalsList durable business goals from a caller-supplied blob (fleet Phase 2).
Inferred read-onlycodewright_interviewOne business question at a time; produces a plain-language Blueprint + state for PLAN.md.
Inferred read-onlyforeman_installPrepare a Gibson/Foreman guardrails package as a pull request plan (AGENTS section, labels, CI stub).
Inferred read-onlyask_the_foremanConversational Foreman manual: human gates, install, waitlist honesty, Blueprints, status.
Inferred read-onlyinstantiate_landing_pageFill packages/landing-template tokens + CONFIG blocks and emit the file set for a customer conversion page (HTML, thank-you, click-attribution, lead relay, vercel.json).
Inferred read-onlyvalidate_crew_recipeValidate a Chatterbuilt crew recipe (specs/crew-recipes.md v1).
Inferred read-onlyreport_recipe_driftCompare caller-supplied per-customer recipe stamps to a canonical name@version.
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.chatterbuilt]
url = "https://mcp.chatterbuilt.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"chatterbuilt": {
"type": "http",
"url": "https://mcp.chatterbuilt.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: chatterbuilt
Remote MCP URL: https://mcp.chatterbuilt.com/api/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": {
"chatterbuilt": {
"url": "https://mcp.chatterbuilt.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"chatterbuilt": {
"type": "http",
"url": "https://mcp.chatterbuilt.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "chatterbuilt",
"transport": "streamable-http",
"url": "https://mcp.chatterbuilt.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for chatterbuilt.com was fetched 2026-08-29T06:57:30.911Z.
chatterbuilt.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.