ghl-internal-cli

drkavner/ghl-internal-cli
★ 0 stars Python AI/LLM Updated 2d ago
CLI and MCP server for accessing GoHighLevel internal APIs
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ghl-internal-cli": {
      "command": "uvx",
      "args": [
        "ghl-internal-cli"
      ]
    }
  }
}

Or install with pip: pip install ghl-internal-cli

README Excerpt

This repository provides access to GoHighLevel's **internal** v2 API endpoints that are not exposed in the public REST API. It can be used in two ways: 1. **As a Hermes MCP skill** – integrate with Hermes Agent (or any MCP-compatible host) to let Claude Code or another AI agent call GHL functions naturally.

Tools (1)

mcp_servers