← chatterbuilt.com

INDIVIDUAL MCP TOOL

prepare_agent_suggestion

Open a draft suggestion PR for an external continuous agent (Hermes, OpenClaw, or any MCP client) through the Chatterbuilt update-bot GitHub App.

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 prepare_agent_suggestion and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

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.
  • validate_site_config — Parse and validate a content/site.ts-shaped JSON config.
  • suggest_improvement — On-demand improvement suggestions for a whole site or one page.