← chatterbuilt.com

INDIVIDUAL MCP TOOL

validate_site_config

Parse and validate a content/site.ts-shaped JSON config.

chatterbuilt.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.chatterbuilt.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for validate_site_config and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

chatterbuilt.com

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.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.

Related tools

  • whoami — Returns your Chatterbuilt tier, account id, and which tools are available at this tier.
  • start_here — Returns a short ordered next-steps script personalized by your tier (free vs licensed).
  • get_template_repo — Returns the official Chatterbuilt base template repository URL, clone command, and Deploy Button link.
  • ask_the_manual — Search Chatterbuilt docs by keyword.
  • get_template_preset — Returns 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).
  • report_issue — Log a product issue from the customer.
  • suggest_improvement — On-demand improvement suggestions for a whole site or one page.
  • improve_my_site — Goal-driven self-improvement loop foundation (issue #3).