@elitedcs/ghl-mcp 3.60.0 → 3.62.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 +6 -6
- package/dist/index.js +1727 -1556
- package/guide/guide.html +410 -0
- package/package.json +4 -3
- package/skills/ghl-reports/SKILL.md +63 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,52 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.62.0 — The user guide ships inside the product
|
|
4
|
+
|
|
5
|
+
- **New tool `get_user_guide`** (free tier included): opens the full GHL Command
|
|
6
|
+
guide library in your browser — plain-English guides with copy-paste prompts,
|
|
7
|
+
bundled with the install as a single offline file (`guide/guide.html`) that
|
|
8
|
+
updates with the product. The response always includes the file path, so a
|
|
9
|
+
blocked browser launch still leaves a copyable route in.
|
|
10
|
+
- The same library is on the web at https://ghlcommand.com/skills/ — the bundled
|
|
11
|
+
edition is the identical content, rendered for offline in-app use (no forms,
|
|
12
|
+
no site-relative links; roadmap cards read "Coming in an update").
|
|
13
|
+
- Guide render drift-guard now also hashes the page CSS/JS (a style-only fix
|
|
14
|
+
could previously ship stale rendered pages without failing the build) and
|
|
15
|
+
covers the bundled `guide/guide.html`.
|
|
16
|
+
- Tool count: 235 across 50 modules (free tier: 109 usable read-only tools).
|
|
17
|
+
/free page copy in the website repo should say 109 when next touched.
|
|
18
|
+
- Docs: CLAUDE.md corrected — bundle size note (~1.1MB, was stale at ~428KB) and
|
|
19
|
+
`internal_notification.selectedUser` now documented as REQUIRING a real user
|
|
20
|
+
ID (GHL rejects the old empty-string "all users" form; live-verified 2026-08-06).
|
|
21
|
+
|
|
22
|
+
## 3.61.0 — Verified counts: get_contact_count + the GHL Reports skill
|
|
23
|
+
|
|
24
|
+
A customer asked for "new contacts in the last 7 days" and watched Claude burn
|
|
25
|
+
97,000 tokens across 15 minutes, cap out at one page of a 39,776-contact book,
|
|
26
|
+
and finally offer a number it admitted it never verified. The gap was
|
|
27
|
+
structural: `search_contacts` rides the legacy list endpoint (no date filters),
|
|
28
|
+
so counting forced client-side pagination and improvisation.
|
|
29
|
+
|
|
30
|
+
- **New tool `get_contact_count`** (free tier included): one call to GHL's own
|
|
31
|
+
index answers any "how many contacts in this window" question. Date-only
|
|
32
|
+
bounds resolve in the LOCATION's timezone (from = start of day, to = end of
|
|
33
|
+
day, both inclusive) and the response echoes the exact resolved window next
|
|
34
|
+
to the total. When the count can't be verified it answers
|
|
35
|
+
`status: "unavailable"` with the reason — never an estimate, never a silent 0.
|
|
36
|
+
- **One counting code path product-wide:** the windowed-count logic is shared
|
|
37
|
+
with `get_account_health_summary` (extracted to `src/contact-window.ts`), so
|
|
38
|
+
two parts of the product can never report two different "new contacts"
|
|
39
|
+
numbers for the same window.
|
|
40
|
+
- **Anti-guessing rules now live in the tool descriptions** (always loaded, no
|
|
41
|
+
restart needed): `search_contacts` points count questions at
|
|
42
|
+
`get_contact_count`; the counter's description mandates reporting the number
|
|
43
|
+
with its window echo.
|
|
44
|
+
- **New bundled skill: GHL Reports** — count/list/report recipes (one-call
|
|
45
|
+
counts, CSV list pagination with count reconciliation, composed account
|
|
46
|
+
summaries), auto-installed like Blueprint and Clone Site.
|
|
47
|
+
- Tool count: 233 → 234 (free tier 107 → 108). Sites listing free-tier counts
|
|
48
|
+
(ghlcommand.com/free) need the 108 figure.
|
|
49
|
+
|
|
3
50
|
## 3.60.0 — One install for every tier, and upgrading is just the license key
|
|
4
51
|
|
|
5
52
|
A real free-tier user installed, was told "Setup complete!", asked for the
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# GHL Command — GoHighLevel MCP Server
|
|
2
2
|
|
|
3
|
-
**Full GoHighLevel API access for Claude.**
|
|
3
|
+
**Full GoHighLevel API access for Claude.** 235 tools across 50 modules — manage contacts, conversations, pipelines, calendars, funnels, workflows, invoices, custom objects, webhooks, and more. **Includes full workflow builder, funnel/page editor, form builder, pipeline builder, bulk operations, account export, and workflow cloning** — capabilities no other GHL tool offers. **Multi-tenant:** one install can run the workflow builder across multiple clients' GHL accounts.
|
|
4
4
|
|
|
5
5
|
**Distributed via npm as [`@elitedcs/ghl-mcp`](https://www.npmjs.com/package/@elitedcs/ghl-mcp).** Buyers install with one config block — no git, no Node.js setup, no terminal commands. Updates flow automatically (`npx @latest` re-resolves on every Claude restart).
|
|
6
6
|
|
|
@@ -8,11 +8,11 @@ Works with **both the Claude Desktop App and Claude Code terminal** — your cho
|
|
|
8
8
|
|
|
9
9
|
**License required.** Get it at [ghlcommand.com](https://ghlcommand.com?utm_source=npm&utm_medium=readme) — $97/mo, covering UNLIMITED GoHighLevel sub-accounts on up to 3 machines (never billed per account). **30-day time-back guarantee**: save 5+ hours on one client build or your first month back.
|
|
10
10
|
|
|
11
|
-
**Try it FREE (read-only tier).** Grab an instant free key at [ghlcommand.com/free](https://ghlcommand.com/free?utm_source=npm&utm_medium=readme) —
|
|
11
|
+
**Try it FREE (read-only tier).** Grab an instant free key at [ghlcommand.com/free](https://ghlcommand.com/free?utm_source=npm&utm_medium=readme) — 109 read-only tools on your own GHL account once the two-step install is finished (the same install as the paid tier — upgrading later is just a license swap): the account-wide workflow audit (`audit_workflows` finds the silently broken references GHL never warns you about), account health, and every read across contacts, pipelines, funnels, and workflows. Write tools stay visible and answer with upgrade info. Buying later with the same email upgrades your key in place — 1 machine on free, 3 when you upgrade.
|
|
12
12
|
|
|
13
13
|
**How this differs from HighLevel's official MCP.** HighLevel ships an official Anthropic MCP that reads and writes your CRM (contacts, conversations, calendars, opportunities, payments, social) over the public API — it's free and it's good; use it for that. What it *cannot* do, because the public API doesn't expose it: **build or edit workflows, build funnels/landing pages, or build forms.** That's exactly what GHL Command does — the programmatic Workflow Builder, funnel/page builder, form builder, deep workflow cloning, the silent-failure `audit_workflows`, and Blueprint (build a whole client account from one intake — ships as a guided skill that **installs itself automatically** with this package; nothing to download), all on GHL's internal APIs. **Official MCP = read/write your CRM. GHL Command = build and fix it.** They stack fine together.
|
|
14
14
|
|
|
15
|
-
**Bundled skills (install automatically).** The package ships guided skills that teach Claude complete multi-step workflows on top of the raw tools. On every start the server installs/updates them into your `~/.claude/skills/` (never overwriting files you've edited — your version wins and is reported). Current skills: **Blueprint** — turn one client intake into a complete reviewed GHL account build; **Clone Site** — point at a live URL and get a rebranded, deploy-ready copy for a client, with a recorded rights declaration, a style-only lane when you have no rights, and a mandatory pre-launch report of every lead/booking/payment destination, borrowed testimonial and inherited claim still belonging to the original owner. Verify or repair any time by asking Claude to `run install_skills`, then fully restart Claude so new skills load.
|
|
15
|
+
**Bundled skills (install automatically).** The package ships guided skills that teach Claude complete multi-step workflows on top of the raw tools. On every start the server installs/updates them into your `~/.claude/skills/` (never overwriting files you've edited — your version wins and is reported). Current skills: **Blueprint** — turn one client intake into a complete reviewed GHL account build; **Clone Site** — point at a live URL and get a rebranded, deploy-ready copy for a client, with a recorded rights declaration, a style-only lane when you have no rights, and a mandatory pre-launch report of every lead/booking/payment destination, borrowed testimonial and inherited claim still belonging to the original owner; **GHL Reports** — counts, lists, and weekly reports that come back fast and verified (one-call windowed contact counts via `get_contact_count`, clean CSV list recipes, composed account summaries — never a guessed number, works on the free tier). Verify or repair any time by asking Claude to `run install_skills`, then fully restart Claude so new skills load.
|
|
16
16
|
|
|
17
17
|
Built by [Elite DCs, LLC](https://elitedcs.com).
|
|
18
18
|
|
|
@@ -135,7 +135,7 @@ Run setup_ghl_mcp to activate GHL Command:
|
|
|
135
135
|
ghl_location_id: YOUR_LOCATION_ID
|
|
136
136
|
```
|
|
137
137
|
|
|
138
|
-
Approve the tool call. Server validates your license, verifies your GHL credentials, writes them to a per-user config file. **Quit Claude one more time and reopen** — the full core toolset is now unlocked (
|
|
138
|
+
Approve the tool call. Server validates your license, verifies your GHL credentials, writes them to a per-user config file. **Quit Claude one more time and reopen** — the full core toolset is now unlocked (235 tools total with the optional Workflow Builder Firebase add-on).
|
|
139
139
|
|
|
140
140
|
### 4. Try it
|
|
141
141
|
|
|
@@ -175,7 +175,7 @@ https://app.gohighlevel.com/v2/location/YOUR_LOCATION_ID/dashboard
|
|
|
175
175
|
|
|
176
176
|
## Enable the Workflow Builder
|
|
177
177
|
|
|
178
|
-
The builder + cloner + validator tools (workflow builder, funnel builder, form builder, pipeline builder, workflow cloner, validate_workflow) use GHL's internal API and require Firebase credentials. Without them, the other
|
|
178
|
+
The builder + cloner + validator tools (workflow builder, funnel builder, form builder, pipeline builder, workflow cloner, validate_workflow) use GHL's internal API and require Firebase credentials. Without them, the other 183 tools work fine — you just won't have workflow/funnel/form/pipeline editing. This is the flagship feature: do this step.
|
|
179
179
|
|
|
180
180
|
**One-click capture (v3.49.0+, the supported path):**
|
|
181
181
|
|
|
@@ -798,7 +798,7 @@ Source repo is private. Contributors need an invitation from `drjerryrelth`. The
|
|
|
798
798
|
|
|
799
799
|
### Reducing context / token usage
|
|
800
800
|
|
|
801
|
-
Every registered MCP tool's schema is shipped to the model on every message. With
|
|
801
|
+
Every registered MCP tool's schema is shipped to the model on every message. With 235 tools that's a meaningful per-message context cost even in chats that never touch GHL. If you only use a slice of GHL Command, restrict the tool surface with `GHL_ENABLED_MODULES` and/or `GHL_ENABLED_TOOLS`:
|
|
802
802
|
|
|
803
803
|
```jsonc
|
|
804
804
|
// Claude Desktop config — enable whole modules
|