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.mjsClaude Desktop
{
"mcpServers": {
"growthpilot": {
"command": "node",
"args": ["/path/to/mcp-server/index.mjs"],
"env": { "GROWTHPILOT_API_KEY": "gp_live_xxxxxxxxxxxx" }
}
}
}Exposed tools
| list_loops / get_loop | List and detail your Growth Loops. | read |
| get_aaarrr_metrics | Snapshot of the 6 AAARRR metrics. | read |
| create_loop / update_loop | Create a loop from a template, update name/status. | write |
| list_posts / create_post / update_post | CMS posts (draft, edit). | write |
| list_tests / create_test / update_test | A/B tests + variants. | write |
| list_missions / create_mission / update_mission | Missions (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.