Agent-native

Pilot GrowthPilot from your agent

GrowthPilot exposes an MCP server: connect it to Claude, Claude Code or any compatible client, and query your metrics, create and steer your Growth Loops — all in natural language.

Installation

Create an API key in Settings → API Keys (OWNER/ADMIN), then connect the server to your client.

Claude Code

claude mcp add growthpilot \
  --env GROWTHPILOT_API_KEY=gp_live_xxxxxxxxxxxx \
  -- node /path/to/mcp-server/index.mjs

Claude Desktop

{
  "mcpServers": {
    "growthpilot": {
      "command": "node",
      "args": ["/path/to/mcp-server/index.mjs"],
      "env": { "GROWTHPILOT_API_KEY": "gp_live_xxxxxxxxxxxx" }
    }
  }
}

Exposed tools

list_loops / get_loopList and detail your Growth Loops.read
get_aaarrr_metricsSnapshot of the 6 AAARRR metrics.read
create_loop / update_loopCreate a loop from a template, update name/status.write
list_posts / create_post / update_postCMS posts (draft, edit).write
list_tests / create_test / update_testA/B tests + variants.write
list_missions / create_mission / update_missionMissions (agile projects).write

Write tools require a key created with the write scope.

Example prompts

  • “List my growth loops and tell me which has the best k-factor.”
  • “What's my current MRR and activation rate?”
  • “Create a viral loop called Referral and set it to active.”
  • “Draft a blog post about our latest experiment.”

Security & access

Every key is scoped to your organization (never another org's data), read-only by default. Revocable anytime. API/MCP access is included in the Enterprise plan.

Wire your growth to your agent

The only growth cockpit you can pilot in natural language.