-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathcom.hellogrowthcrm.json
More file actions
60 lines (54 loc) · 1.8 KB
/
Copy pathcom.hellogrowthcrm.json
File metadata and controls
60 lines (54 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"$schema": "../schemas/server-definition.schema.json",
"id": "com.hellogrowthcrm",
"name": "HelloGrowthCRM",
"alias": "hellogrowthcrm",
"description": "Connects to HelloGrowthCRM, an AI-powered CRM for small business sales teams with lead scoring, built-in dialer, WhatsApp/SMS, email automation, and forecasting.",
"logo": "https://hellogrowthcrm.com/HelloGrowthCRM_LIGHT_560.webp",
"schema_version": "2.1",
"categories": ["productivity", "communication"],
"tags": ["crm", "sales", "lead-scoring", "dialer", "email-automation", "revops", "forecasting"],
"transport": {
"type": "http",
"url": "https://mcp.hellogrowthcrm.com/mcp",
"metadata": {
"inputs": [
{
"id": "HELLOGROWTHCRM_API_KEY",
"label": "HelloGrowthCRM API Key",
"description": "API key from your HelloGrowthCRM workspace settings.",
"type": "password",
"required": true,
"secret": true,
"placeholder": "hgc_xxxxxxxx",
"obtain": {
"url": "https://hellogrowthcrm.com",
"instructions": "1. Sign in to HelloGrowthCRM\n2. Open Settings > API Keys\n3. Generate a key and copy it",
"button_label": "Get API Key"
}
}
]
}
},
"auth": {
"type": "api_key",
"instructions": "Generate an API key in your HelloGrowthCRM workspace settings."
},
"contributor": {
"name": "HelloGrowthCRM",
"github": "hellogrowthcrm",
"url": "https://hellogrowthcrm.com"
},
"links": {
"repository": "https://github.com/hellogrowthcrm",
"homepage": "https://hellogrowthcrm.com",
"documentation": "https://hellogrowthcrm.com"
},
"platforms": ["all"],
"capabilities": {
"tools": true,
"resources": false,
"prompts": false,
"read_only_mode": false
}
}