@elitedcs/ghl-mcp 3.66.1 → 3.67.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 +70 -0
- package/README.md +4 -4
- package/dist/index.js +746 -84
- package/guide/guide.html +101 -7
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,75 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.67.0 — the offboarding kit
|
|
4
|
+
|
|
5
|
+
Every agency has an onboarding checklist. Almost none have an offboarding one, so
|
|
6
|
+
the day a client leaves turns into a week of hunting for logins, exports, and
|
|
7
|
+
"wait, who owns the pixel?"
|
|
8
|
+
|
|
9
|
+
Ask Claude to build the offboarding kit for an account and you get the whole exit
|
|
10
|
+
package in one go: every contact as a real export rather than the first hundred,
|
|
11
|
+
an inventory of what the account contains, a map of every person and connected
|
|
12
|
+
account that can still get in, and a handoff document written for whoever picks
|
|
13
|
+
the account up next.
|
|
14
|
+
|
|
15
|
+
Three things it deliberately will not do.
|
|
16
|
+
|
|
17
|
+
It will not print your keys. GoHighLevel does not hand key values to any tool,
|
|
18
|
+
including this one, so instead you get a list of every place a key lives and the
|
|
19
|
+
instruction to rotate it. That was the useful half anyway.
|
|
20
|
+
|
|
21
|
+
It will not guess who owns what. GoHighLevel stores nothing about ownership, so
|
|
22
|
+
the kit asks once and writes the answers into the client's own account as custom
|
|
23
|
+
values, where they outlive this tool and the client can read them without asking
|
|
24
|
+
you. Answer them the day you take the client on and every later run is instant.
|
|
25
|
+
Anything unanswered is listed as unanswered, never assumed.
|
|
26
|
+
|
|
27
|
+
It will not let a short export look like a complete one. The contact export
|
|
28
|
+
reports its own count and GoHighLevel's index count side by side rather than
|
|
29
|
+
claiming they agree, and if it stopped early the handoff document says INCOMPLETE
|
|
30
|
+
in its own text, not in a field somebody has to notice. A section that could not
|
|
31
|
+
be read says so and why, instead of showing zero.
|
|
32
|
+
|
|
33
|
+
The account you name is the account you get. Both new tools require the
|
|
34
|
+
sub-account explicitly and reach for that account's own key, and the parts that
|
|
35
|
+
depend on the workflow builder refuse outright when the builder is pointed
|
|
36
|
+
somewhere else. Handing one client's webhooks to another on their way out is the
|
|
37
|
+
one mistake an exit package must not be able to make.
|
|
38
|
+
|
|
39
|
+
**New: `build_offboarding_kit` and `record_asset_ownership`.** 241 tools.
|
|
40
|
+
|
|
41
|
+
## 3.66.2 — an export could describe the wrong client
|
|
42
|
+
|
|
43
|
+
If you asked for one client's account and the server had been started pointing at
|
|
44
|
+
another, part of the report came from the other account. Not an error, not a
|
|
45
|
+
warning: the workflows and funnels of a different business, sitting under the
|
|
46
|
+
name of the one you asked about.
|
|
47
|
+
|
|
48
|
+
It happened because the export asked two different places for "which account",
|
|
49
|
+
and only one of them listened to the account you named. That is now a single
|
|
50
|
+
answer. If the two ever disagree, the export refuses those sections and tells you
|
|
51
|
+
which account it is actually holding and how to switch, rather than answering for
|
|
52
|
+
the wrong one. Everything else in the report was always correct.
|
|
53
|
+
|
|
54
|
+
Every section also explains itself when it fails now. They used to all say
|
|
55
|
+
"Error fetching", which told you nothing and hid a real permissions error behind
|
|
56
|
+
what looked like a hiccup.
|
|
57
|
+
|
|
58
|
+
**New guide: Clone and rebrand a site.** Point Claude at a page you have the
|
|
59
|
+
rights to, and get it rebuilt for your client with their name, colours and
|
|
60
|
+
contact details, plus a review list of everything still belonging to whoever
|
|
61
|
+
owned the original: where the leads and payments still go, other people's
|
|
62
|
+
testimonials, claims that came along with the copy. Proven against a real site
|
|
63
|
+
before it was written.
|
|
64
|
+
|
|
65
|
+
That guide is deliberately separate from building a page inside GHL. Cloning an
|
|
66
|
+
existing page and composing a new one are different jobs that fail in different
|
|
67
|
+
ways, and one guide covering both served neither.
|
|
68
|
+
|
|
69
|
+
**Blog guide parked.** Reading a list of blog posts does not work — the address
|
|
70
|
+
it calls does not exist, on any account. Rather than ship a guide that depends on
|
|
71
|
+
it, the blog tools are marked as not guide material until that is fixed.
|
|
72
|
+
|
|
3
73
|
## 3.66.1 — the tool count was wrong, and so was the thing that checked it
|
|
4
74
|
|
|
5
75
|
GHL Command has served 239 tools since v3.60.0. Every place we stated the number
|
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.** 241 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
|
|
|
@@ -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 (241 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 186 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 241 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
|