MCP Server

Use GrowthService from any MCP-compatible AI assistant (Claude Desktop, ChatGPT, Cursor, etc).

Install

npx @growthservice/mcp-server

Claude Desktop config

{
  "mcpServers": {
    "growthservice": {
      "command": "npx",
      "args": ["@growthservice/mcp-server"],
      "env": {
        "GROWTHSERVICE_API_KEY": "gsk_YOUR_KEY"
      }
    }
  }
}

Available tools

growthservice_request_api_key

Get an API key sent to your email.

{ "email": "you@company.com" }
growthservice_list_services

List all services with pricing tiers.

growthservice_create_order

Create an order and get a payment link.

{ "service": "sales_leads", "tier": "growth", "brand_url": "...", "description": "..." }
growthservice_order_status

Check the status of an order.

{ "order_id": "ord_..." }
growthservice_list_orders

List all your orders.