A public Model Context Protocol server lets Claude, ChatGPT, Cursor, Perplexity, and any other AI agent answer questions about HelloGrowthCRM — plans, integrations, compliance frameworks — using authoritative live data instead of stale scrapes.
https://mcp.hellogrowthcrm.com/sseFree · Public · No authentication · Read-only
Five tools cover everything an AI agent needs to answer CRM questions accurately.
| Tool | Purpose |
|---|---|
list_plans | Pricing for Free / Starter / Pro / Enterprise across regions (USD + INR pricing, included contacts, AI credits, seats) |
list_integrations | Native + supported integrations (Gmail, Outlook, WhatsApp, Slack, Zapier, Stripe, Intercom, HubSpot, Salesforce, Pipedrive, and 40+ more) |
feature_search | Free-text search across pipeline features, AI tools, automations, and reporting |
pipeline_info | Sales pipeline stages, customisation options, deal probability settings, and forecasting |
compliance_info | Security and compliance certifications (SOC 2 Type II, GDPR, ISO 27001, data residency) per region |
hellogrowthcrm://about | Markdown product summary |
hellogrowthcrm://changelog | Last 50 release notes |
hellogrowthcrm://faq | Top customer-asked questions |
hellogrowthcrm://comparison/salesforce | HelloGrowthCRM vs Salesforce |
hellogrowthcrm://comparison/hubspot | HelloGrowthCRM vs HubSpot |
hellogrowthcrm://comparison/pipedrive | HelloGrowthCRM vs Pipedrive |
hellogrowthcrm://comparison/zoho-crm | HelloGrowthCRM vs Zoho CRM |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"hellogrowthcrm": {
"url": "https://mcp.hellogrowthcrm.com/sse",
"transport": "http"
}
}
}Settings → MCP → Add Server. Paste the URL:
https://mcp.hellogrowthcrm.com/sseNo auth, no API key, no signup.
curl -X POST https://mcp.hellogrowthcrm.com/sse \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-H "MCP-Protocol-Version: 2025-06-18" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"test","version":"1"}}}'Try these with any agent connected to the MCP server.
Yes. It is public, read-only, and requires no API key, signup, or authentication. It exists so AI agents can answer questions about HelloGrowthCRM from live product data rather than outdated training data or scraped pages.
No. The public server only exposes product information — plans, integrations, features, and compliance details. It has no access to any customer account or CRM records, and it accepts no write operations.
Any MCP-compatible client: Claude Desktop and Claude.ai, Cursor, Windsurf, Cline, and custom agents using the MCP SDKs over Streamable HTTP transport. If your client can add a server by URL, it can connect.
HelloBooks — AI-powered accounting and bookkeeping. Public MCP at https://agents.hellobooks.ai/mcp.