@elitedcs/ghl-mcp 3.79.0 → 3.80.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/README.md +1 -1
- package/dist/index.js +2131 -1256
- package/guide/guide.html +15 -6
- package/package.json +1 -1
package/guide/guide.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6
6
|
<title>GHL Command — User Guide</title>
|
|
7
|
-
<!-- guides-hash:
|
|
7
|
+
<!-- guides-hash: d7139518cd7d5f00 -->
|
|
8
8
|
<style>
|
|
9
9
|
/* Deliberately light in every environment, including a dark-mode OS. This is a
|
|
10
10
|
reference document people read at length, print, and save to PDF, and a page
|
|
@@ -231,7 +231,7 @@ body.app.reading #indexview{display:none}
|
|
|
231
231
|
<div class="shell">
|
|
232
232
|
<main>
|
|
233
233
|
<nav class="catnav" aria-label="Guide categories"><a href="#cat-getting-set-up">Getting set up</a><a href="#cat-contacts-and-leads">Contacts and leads</a><a href="#cat-automations">Automations</a><a href="#cat-pipelines-and-sales">Pipelines and sales</a><a href="#cat-client-builds-and-pages">Client builds and pages</a><a href="#cat-booking-and-calendars">Booking and calendars</a><a href="#cat-email-and-sms">Email and SMS</a><a href="#cat-content-and-social">Content and social</a><a href="#cat-forms-and-reviews">Forms and reviews</a><a href="#cat-account-admin">Account admin</a></nav>
|
|
234
|
-
<div class="catsec" id="cat-getting-set-up"><h2>Getting set up</h2><div class="cards"><a class="card pub" href="#g-install-ghl-command" data-k="install connect setup start windows mac workflow builder browser login step 2 full version"><h3>Install GHL Command</h3><p>One install, two short steps, whether you are on the Free plan or the full license. Nothing left to add later.</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~6 minutes</span><span class="open">Open guide →</span></div></a>
|
|
234
|
+
<div class="catsec" id="cat-getting-set-up"><h2>Getting set up</h2><div class="cards"><a class="card pub" href="#g-install-ghl-command" data-k="install connect setup start windows mac workflow builder browser login step 2 full version desktop app claude code terminal api access which claude"><h3>Install GHL Command</h3><p>One install, two short steps, whether you are on the Free plan or the full license. Nothing left to add later.</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~6 minutes</span><span class="open">Open guide →</span></div></a>
|
|
235
235
|
<a class="card pub" href="#g-run-a-checkup" data-k="checkup check up health is it working am i using it all broken what am i missing audit the tool ghl update broke review my setup everything working"><h3>Give your setup a checkup</h3><p>One command answers both questions: is everything still working, and what am I not using yet?</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~1 minute</span><span class="open">Open guide →</span></div></a>
|
|
236
236
|
<a class="card pub" href="#g-switch-between-client-accounts" data-k="switch subaccount sub-account location client account change which account wrong account"><h3>Switch between client accounts</h3><p>Point Claude at any of your sub-accounts by name, and confirm which one is active.</p><div class="meta"><span class="pill free">Free plan</span><span class="time">~10 seconds</span><span class="open">Open guide →</span></div></a></div></div>
|
|
237
237
|
<div class="catsec" id="cat-contacts-and-leads"><h2>Contacts and leads</h2><div class="cards"><a class="card pub" href="#g-bulk-tag-and-clean-up" data-k="bulk tag untag update clean duplicates many contacts segment mass smart list saved list view"><h3>Bulk tag and clean up</h3><p>Tag, untag, or update hundreds of contacts in one instruction, then save the group as a list.</p><div class="meta"><span class="pill full">Full license</span><span class="time">~2 minutes</span><span class="open">Open guide →</span></div></a>
|
|
@@ -1490,7 +1490,14 @@ Show me the first ten rows in the chat so I can sanity check them before you wri
|
|
|
1490
1490
|
</div></div>
|
|
1491
1491
|
<div class="shell"><main class="gview">
|
|
1492
1492
|
<a class="back" href="#top">← All guides</a>
|
|
1493
|
-
<div class="gsec"><h2>
|
|
1493
|
+
<div class="gsec"><h2>Before you start: what you need</h2>
|
|
1494
|
+
<ul>
|
|
1495
|
+
<li><b>A GoHighLevel plan that includes API access.</b> That is GoHighLevel Unlimited ($297 a month) or Agency Pro ($497). The $97 Starter plan has no API, so nothing can connect to it, GHL Command included. Check under Settings, then Billing, in GoHighLevel before you install.</li>
|
|
1496
|
+
<li><b>Claude on this computer.</b> GHL Command runs inside the Claude Desktop app or inside Claude Code in a terminal. It cannot run in a claude.ai tab in your browser. Not sure which you have? The Members Hub page Which Claude do I use? settles it in two minutes, and with it every later question about restarts.</li>
|
|
1497
|
+
<li><b>A Private Integration token</b> from the sub-account you want to work in, and that sub-account's location ID (the part of its GoHighLevel web address after /location/). Claude asks for both during setup, not the installer. GoHighLevel shows the token under Settings, then Private Integrations.</li>
|
|
1498
|
+
</ul>
|
|
1499
|
+
</div>
|
|
1500
|
+
<div class="gsec"><h2>What you'll get</h2>
|
|
1494
1501
|
<ul>
|
|
1495
1502
|
<li>GHL Command connected to your GoHighLevel account, ready to work from Claude.</li>
|
|
1496
1503
|
<li>The same install whether you are on the Free plan or the full license. Upgrading later is just pasting a new license key. Nothing to reinstall.</li>
|
|
@@ -1499,24 +1506,26 @@ Show me the first ten rows in the chat so I can sanity check them before you wri
|
|
|
1499
1506
|
</div>
|
|
1500
1507
|
<div class="gsec"><h2>The two steps</h2>
|
|
1501
1508
|
<ol class="steps">
|
|
1502
|
-
<li><b>Paste one command.</b> Open a terminal
|
|
1503
|
-
<li><b>One 60-second browser login.</b> Say to Claude: "Unlock the Workflow Builder." A Chrome window opens
|
|
1509
|
+
<li><b>Paste one command, once.</b> Open a terminal. On a Mac press Cmd+Space, type Terminal and press Return. On Windows press the Windows key, type cmd and press Enter. Paste <code>npx -y @elitedcs/ghl-mcp cli install</code> and press Enter. That one command writes GHL Command into the Claude Desktop app's settings for you, so there is no JSON to hand-edit and anything else already in there is left alone. Your account and your license are connected in the next breath, inside Claude, not in the terminal. <b>Using Claude Code instead?</b> Paste this line instead of the installer: <code>claude mcp add --scope user -t stdio ghl -- npx -y @elitedcs/ghl-mcp@latest</code>. Then quit Claude fully and open it again (Desktop app: Cmd+Q on a Mac, not just closing the window; on Windows close it from the system tray too. Claude Code: start a new session). The new tools only load on a fresh start. Now say to Claude: "Set up GHL Command with my license key." Claude asks for your email, your license key and that sub-account's Private Integration token and location ID, then answers: "Step 1 of 2 done."</li>
|
|
1510
|
+
<li><b>One 60-second browser login.</b> Say to Claude: "Unlock the Workflow Builder." A Chrome window opens and you log into GoHighLevel like you always do. This is how GHL itself trusts the workflow tools. One last step: quit Claude fully and open it once more so the workflow tools load. That is two restarts in all, thirty seconds each, and the install is finished.</li>
|
|
1504
1511
|
</ol>
|
|
1505
1512
|
</div>
|
|
1506
1513
|
<div class="gsec"><h2>Say this</h2>
|
|
1507
1514
|
<div class="prompt"><q>Set up GHL Command with my license key.</q><button class="copy" type="button">Copy</button></div>
|
|
1508
1515
|
<div class="prompt"><q>Unlock the Workflow Builder.</q><button class="copy" type="button">Copy</button></div>
|
|
1509
1516
|
<div class="prompt"><q>Run a health check on my GHL Command install.</q><button class="copy" type="button">Copy</button></div>
|
|
1517
|
+
<div class="prompt"><q>Which account am I in?</q><button class="copy" type="button">Copy</button></div>
|
|
1510
1518
|
</div>
|
|
1511
1519
|
<div class="gsec"><h2>Good to know</h2>
|
|
1512
1520
|
<ul>
|
|
1521
|
+
<li><b>Done means:</b> you asked "Which account am I in?" and Claude answered with the right account name. That is the whole test.</li>
|
|
1513
1522
|
<li>Step 2 is part of the install, not an extra. Until it is done, Claude will keep reminding you the install is one step from finished. Nothing will pretend to be complete when it is not.</li>
|
|
1514
1523
|
<li>If anything says "not working" afterward, say "run a health check": it tests every connection and tells you in plain English what, if anything, needs attention.</li>
|
|
1515
1524
|
<li>Stuck at any point? Email support@ghlcommand.com and a human answers.</li>
|
|
1516
1525
|
</ul>
|
|
1517
1526
|
</div>
|
|
1518
1527
|
<div class="gsec"><h2>Where people go wrong</h2>
|
|
1519
|
-
<div style="overflow-x:auto"><table class="wrongtbl"><tr><th>What happened</th><th>The fix</th></tr><tr><td>"It said step 1 of 2 done. Is it broken?"</td><td>No, it is honest. Do step 2 (the browser login) and you are finished.</td></tr><tr><td>"The workflow tools give errors after the login."</td><td>Restart Claude completely. Quit and reopen. The new login only loads on a fresh start.</td></tr><tr><td>"I upgraded to paid. Do I reinstall?"</td><td>No. Say "set up GHL Command" and paste only your email and new key. Everything you set up before is kept.</td></tr></table></div>
|
|
1528
|
+
<div style="overflow-x:auto"><table class="wrongtbl"><tr><th>What happened</th><th>The fix</th></tr><tr><td>"I use Claude on the website. Where do I paste the command?"</td><td>The install needs the Claude Desktop app or Claude Code on this computer. A browser tab cannot run it. The Members Hub page Which Claude do I use? shows the difference.</td></tr><tr><td>"I ran the installer and Claude says it has no GHL Command tools."</td><td>Quit Claude fully (Cmd+Q on a Mac; system tray on Windows) and open it again. The tools load on a fresh start, never into a window that was already open.</td></tr><tr><td>"GoHighLevel says API access is not on my plan."</td><td>Only Unlimited ($297) and Agency Pro ($497) include the API. On Starter ($97) nothing can connect, so upgrade the plan first.</td></tr><tr><td>"It said step 1 of 2 done. Is it broken?"</td><td>No, it is honest. Do step 2 (the browser login) and you are finished.</td></tr><tr><td>"The workflow tools give errors after the login."</td><td>Restart Claude completely. Quit and reopen. The new login only loads on a fresh start.</td></tr><tr><td>"I upgraded to paid. Do I reinstall?"</td><td>No. Say "set up GHL Command" and paste only your email and new key. Everything you set up before is kept.</td></tr></table></div>
|
|
1520
1529
|
</div>
|
|
1521
1530
|
<p class="gfoot">Works in Claude Desktop and Claude Code. Stuck? Email support@ghlcommand.com and a human answers.</p>
|
|
1522
1531
|
</main></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elitedcs/ghl-mcp",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.80.0",
|
|
4
4
|
"mcpName": "io.github.drjerryrelth/ghl-command",
|
|
5
5
|
"description": "GoHighLevel MCP Server for Claude. 250 tools — full CRM, automation, marketing control, account-wide workflow audit, live funnel-capture verification, and the only programmatic GHL workflow builder, now multi-tenant across client accounts.",
|
|
6
6
|
"main": "dist/index.js",
|