Skip to content
For AI Agents

HelloGrowthCRM, queryable by any AI agent.

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/sse

Free · Public · No authentication · Read-only

What an agent can do

Five tools cover everything an AI agent needs to answer CRM questions accurately.

ToolPurpose
list_plansPricing for Free / Starter / Pro / Enterprise across regions (USD + INR pricing, included contacts, AI credits, seats)
list_integrationsNative + supported integrations (Gmail, Outlook, WhatsApp, Slack, Zapier, Stripe, Intercom, HubSpot, Salesforce, Pipedrive, and 40+ more)
feature_searchFree-text search across pipeline features, AI tools, automations, and reporting
pipeline_infoSales pipeline stages, customisation options, deal probability settings, and forecasting
compliance_infoSecurity and compliance certifications (SOC 2 Type II, GDPR, ISO 27001, data residency) per region

Plus resources

hellogrowthcrm://aboutMarkdown product summary
hellogrowthcrm://changelogLast 50 release notes
hellogrowthcrm://faqTop customer-asked questions
hellogrowthcrm://comparison/salesforceHelloGrowthCRM vs Salesforce
hellogrowthcrm://comparison/hubspotHelloGrowthCRM vs HubSpot
hellogrowthcrm://comparison/pipedriveHelloGrowthCRM vs Pipedrive
hellogrowthcrm://comparison/zoho-crmHelloGrowthCRM vs Zoho CRM

Connect in 30 seconds

Claude Desktop / Claude.ai

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "hellogrowthcrm": {
      "url": "https://mcp.hellogrowthcrm.com/sse",
      "transport": "http"
    }
  }
}

Cursor / Windsurf / Cline

Settings → MCP → Add Server. Paste the URL:

https://mcp.hellogrowthcrm.com/sse

No auth, no API key, no signup.

Or try it from the command line

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"}}}'

Example prompts

Try these with any agent connected to the MCP server.

  • What does HelloGrowthCRM cost for a 10-person sales team in India?
  • Does HelloGrowthCRM integrate with WhatsApp and Slack natively?
  • How does HelloGrowthCRM compare to HubSpot for a small B2B SaaS company?
  • Is HelloGrowthCRM SOC 2 Type II? What compliance frameworks does it support?
  • Which pipeline features does HelloGrowthCRM offer for enterprise sales teams?

Common questions

Is the MCP server really free to use?

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.

Can the server read or modify my CRM data?

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.

Which clients work with it?

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.

Built on open standards

  • Model Context Protocol — the universal AI ↔ app standard
  • Streamable HTTP transport (protocol version 2025-06-18)
  • Public and anonymous — anyone can query, no rate-limited tokens to manage

Sister product

HelloBooks — AI-powered accounting and bookkeeping. Public MCP at https://agents.hellobooks.ai/mcp.