io.github.davidandradebar/ghl-master
NPM · GHL-MASTER · SCANNED SEP 25
The GoHighLevel MCP for Claude — 214 tools, programmatic workflow builder, multi-tenant.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 97 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: no source repository is declared. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 55 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 586 tokens (~146/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
- Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.davidandradebar/ghl-master MCP server?
io.github.davidandradebar/ghl-master runs locally as an npm package, launched with npx -y ghl-master. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · ghl-master
claude mcp add davidandradebar-ghl-master -- npx -y ghl-master
{
"mcpServers": {
"davidandradebar-ghl-master": {
"command": "npx",
"args": [
"-y",
"ghl-master"
]
}
}
} {
"servers": {
"davidandradebar-ghl-master": {
"command": "npx",
"args": [
"-y",
"ghl-master"
]
}
}
} codex mcp add davidandradebar-ghl-master -- npx -y ghl-master
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"davidandradebar-ghl-master": {
"type": "local",
"command": [
"npx",
"-y",
"ghl-master"
],
"enabled": true
}
}
} openclaw mcp add davidandradebar-ghl-master --command npx --arg -y --arg ghl-master
mcp_servers:
davidandradebar-ghl-master:
command: "npx"
args: ["-y", "ghl-master"] {
"McpServers": {
"davidandradebar-ghl-master": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"ghl-master"
]
}
}
} assistant mcp add davidandradebar-ghl-master -t stdio -c npx -a -y ghl-master
{
"mcpServers": {
"davidandradebar-ghl-master": {
"command": "npx",
"args": [
"-y",
"ghl-master"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 25 Sept 26 +1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 24 Sept 26 −3
- Stability: pass → 0.80 functional
- 23 Sept 26 0
- Stability: 0.97 → pass security
- 22 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 −3
- Stability: pass → 0.80 functional
- 16 Sept 26 0
- Stability: 0.97 → pass security
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 25 Sept 2026 · Analysed npm/ghl-master@1.0.4
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 97 packages
| Packages resolved | 97 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
auto_capture_firebase_script ~96
Get the browser-console script that auto-extracts the 3 Firebase fields needed to enable the Workflow Builder. Run this, copy the script, paste it into Chrome DevTools Console on a tab logged into GHL, press Enter, and the result lands in your clipboard. Then paste the JSON into setup_ghl_mcp's firebase_paste field (or enable_workflow_builder's). No manual IndexedDB digging.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_mcp_version ~66
Check the installed version of GHL Master (the GoHighLevel MCP server) against the latest version published to npm. Use this to confirm an upgrade landed after restarting Claude. Returns installed version, latest version, whether up-to-date, and the one-line restart instruction if not.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
request_license ~122
Get a GHL Master license. Use this if you installed from npm but don't have a license yet (or setup_ghl_mcp says your license is missing/invalid). GHL Master is $97 one-time — 212 tools across 43 modules, 3-machine activation, no subscription. Leave your email and we'll send the purchase link + setup help; the tool also returns where to buy right now.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Your email — where to send the purchase link and setup help. | |
| name | string | – | Your name (optional). |
No output schema declared.
No examples provided.
setup_ghl_mcp ~302
First-run setup for GHL Master MCP. Validates your license and GHL credentials, then writes them to a per-user credentials file. Restart Claude after this completes to load all 212 tools (163 if you skip the optional Firebase fields; add Firebase later with enable_workflow_builder).
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Email used at purchase. | |
| firebase_paste | string | – | (Workflow Builder, one-paste path) Paste the JSON output from auto_capture_firebase_script here. Replaces the three separate Firebase fields below. |
| ghl_api_key | string | yes | GHL Private Integration key (starts with 'pit-'). Created INSIDE the sub-account at Settings > Integrations > Private Integrations. |
| ghl_company_id | string | – | (Agency only) Company ID for multi-location access. |
| ghl_firebase_api_key | string | – | (Workflow Builder, manual path) Firebase API Key starting with 'AIza'. Prefer firebase_paste instead. |
| ghl_firebase_refresh_token | string | – | (Workflow Builder, manual path) Firebase refresh token. Prefer firebase_paste instead. |
| ghl_location_id | string | yes | GHL Location ID (sub-account ID). Found in your GHL URL: /location/THIS_PART/dashboard. |
| ghl_user_id | string | – | (Workflow Builder, manual path) Firebase User ID. Prefer firebase_paste instead. |
| license_key | string | yes | License key from your purchase email. |
No output schema declared.
No examples provided.
What is the io.github.davidandradebar/ghl-master MCP server?
io.github.davidandradebar/ghl-master is an MCP server listed in the public MCP registry as io.github.davidandradebar/ghl-master. The GoHighLevel MCP for Claude, 214 tools, programmatic workflow builder, multi-tenant. This page covers its npm package (ghl-master).
Is the io.github.davidandradebar/ghl-master MCP server safe to use?
io.github.davidandradebar/ghl-master scores 77 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.davidandradebar/ghl-master MCP server expose?
io.github.davidandradebar/ghl-master exposes 4 tools: get_mcp_version, setup_ghl_mcp, request_license, auto_capture_firebase_script. Their descriptions and schemas cost roughly 586 tokens of context every time the server is loaded.
Is the io.github.davidandradebar/ghl-master MCP server still maintained?
io.github.davidandradebar/ghl-master is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.davidandradebar/ghl-master MCP server under?
io.github.davidandradebar/ghl-master declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.