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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jayson-svg/backcrew-mcp-gohighlevel'
If you have feedback or need assistance with the MCP directory API, please join our Discord server