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 endpoint
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.hellogrowthcrm-com]
url = "https://mcp.hellogrowthcrm.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hellogrowthcrm-com": {
"type": "http",
"url": "https://mcp.hellogrowthcrm.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hellogrowthcrm-com
Remote MCP URL: https://mcp.hellogrowthcrm.com/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": {
"hellogrowthcrm-com": {
"url": "https://mcp.hellogrowthcrm.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hellogrowthcrm-com": {
"type": "http",
"url": "https://mcp.hellogrowthcrm.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hellogrowthcrm-com",
"transport": "streamable-http",
"url": "https://mcp.hellogrowthcrm.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
scan_website_bots— Politely scan a website's robots.txt and sitemap, sample a few pages, and (optionally) correlate with access-log activity.analyze_access_logs— Parse a Combined/Common-format access log file (or raw text) and return per-bot summaries with risk scores, allow status, and recommended actions.verify_bot_identity— Reverse-DNS verify a bot's claimed identity.list_allowed_bots— List bots that should be allowed.list_blocked_bots— List bots that should be blocked.generate_robots_txt— Generate a production-ready robots.txt that explicitly allows trusted bots, blocks chosen categories (AI, SEO, scrapers), and declares sitemaps.suggest_bot_policy— Recommend a per-bot policy based on observed access-log behaviour.export_bot_report— Generate a bot-activity report (markdown / json / csv) and optionally save it under REPORT_OUTPUT_DIR.