BackCrew GoHighLevel MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GHL_MCP_MODE | No | Operation mode: read_only, office-ops, or admin. | read_only |
| GHL_MCP_PROFILE | No | Profile level: readonly-owner, office-ops, or admin. | readonly-owner |
| GOHIGHLEVEL_LOCATION_ID | Yes | The GoHighLevel Location (sub-account) ID to operate on. | |
| GOHIGHLEVEL_PRIVATE_TOKEN | Yes | Your GoHighLevel Private Integration Token for the specific Location. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_contactsB | Search contacts in this account. Maps to POST /contacts/search. [tier: readonly-owner] |
| get_contactA | Get a single contact by ID. Maps to GET /contacts/{id}. [tier: readonly-owner] |
| search_opportunitiesB | Search/list opportunities (sales pipeline entries), with filtering and pagination. Maps to GET /opportunities/search. [tier: readonly-owner] |
| get_opportunityA | Get a single opportunity by ID. Maps to GET /opportunities/{id}. [tier: readonly-owner] |
| list_pipelinesA | List the sales pipelines and their stages configured for this account. Maps to GET /opportunities/pipelines. [tier: readonly-owner] |
| search_conversationsC | Search/list conversations (SMS, email, call, chat threads), with filtering. Maps to GET /conversations/search. [tier: readonly-owner] |
| get_conversationB | Get a single conversation thread by ID. Maps to GET /conversations/{id}. [tier: readonly-owner] |
| list_messagesC | List the individual messages in a conversation thread. Maps to GET /conversations/{id}/messages. [tier: readonly-owner] |
| list_calendarsA | List the calendars configured for this account. Maps to GET /calendars/. [tier: readonly-owner] |
| get_free_slotsA | Get available booking slots for a calendar within a date range. Maps to GET /calendars/{calendarId}/free-slots. [tier: readonly-owner] |
| list_calendar_eventsB | List calendar events (appointments and blocked slots) within a date range. Maps to GET /calendars/events. [tier: readonly-owner] |
| get_appointmentB | Get a single appointment by ID. Maps to GET /calendars/events/appointments/{id}. [tier: readonly-owner] |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 12 tools
Each tool targets a distinct resource and action (search/list/get). Contacts, opportunities, conversations, and calendars are clearly separated, with no overlap in functionality.
All tools follow a consistent verb_noun pattern: search_, get_, list_. The naming is uniform and predictable across all resources.
12 tools is a well-scoped count for a read-only CRM data server. Each tool serves a distinct purpose without being overwhelming or too sparse.
The set covers the main retrieval needs for contacts, opportunities, conversations, and calendars. Minor gaps exist (e.g., no direct search for a contact's opportunities), but agents can work around using filters.