io.github.northrosetech/ghl-mcp-server✓
io.github.northrosetech/ghl-mcp-server · v1.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
"name": "io.github.northrosetech/ghl-mcp-server",
"description": "GoHighLevel CRM for AI agents. 60+ tools for contacts, messaging, calendars, and payments.",
"repository": {
"url": "https://github.com/northrosetech/ghl-mcp-server",
"source": "github"
},
"version": "1.0.1",
"packages": [
{
"registryType": "npm",
"identifier": "@northrosetech/ghl-mcp-server",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "GoHighLevel Private Integration Token. Create at: GHL Settings → Private Integrations → Create New Integration.",
"isRequired": true,
"isSecret": true,
"name": "GHL_API_KEY"
},
{
"description": "GoHighLevel sub-account (location) ID. Visible in the URL when viewing a sub-account.",
"isRequired": true,
"name": "GHL_LOCATION_ID"
},
{
"description": "GHL API base URL. The default works for all standard installs.",
"default": "https://services.leadconnectorhq.com",
"name": "GHL_BASE_URL"
},
{
"description": "Value for the GHL API Version header.",
"default": "2021-07-28",
"name": "GHL_API_VERSION"
},
{
"description": "Transport mode: 'stdio' for Claude Desktop / Claude Code, 'http' for N8N and remote clients.",
"default": "stdio",
"name": "TRANSPORT"
},
{
"description": "Log verbosity.",
"default": "info",
"name": "LOG_LEVEL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}