INDIVIDUAL MCP TOOL
run_seo_audit
Fetch a public URL and return prioritized SEO findings (title, meta, h1, JSON-LD, OG, canonical, img alt, llms/robots/sitemap).
LIVE ENDPOINT
https://mcp.chatterbuilt.com/api/mcp
Connect to this endpoint to inspect the live schema for run_seo_audit and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.