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_keyGet an API key sent to your email.
{ "email": "you@company.com" }growthservice_list_servicesList all services with pricing tiers.
growthservice_create_orderCreate an order and get a payment link.
{ "service": "sales_leads", "tier": "growth", "brand_url": "...", "description": "..." }growthservice_order_statusCheck the status of an order.
{ "order_id": "ord_..." }growthservice_list_ordersList all your orders.