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_EMAIL": "you@company.com"
}
}
}
}Available tools
growthservice_list_servicesList all services with pricing tiers.
growthservice_create_orderCreate an order and get a payment link.
{ "service": "sales_engaged_leads", "budget_usd": 80, "brand_url": "...", "description": "..." }growthservice_order_statusCheck the status of an order.
{ "order_id": "ord_..." }growthservice_list_ordersList all your orders.