leadconnector_list_contacts
ActiveTool of Leadconnector
Search or list CRM contacts in a GoHighLevel/LeadConnector account. Free-text query matches name, email, or phone. Returns a {contacts:[...], meta} envelope with contact IDs, names, emails, phones, tags, and custom fields.
Parameters schema
{
"type": "object",
"required": [
"_apiKey"
],
"properties": {
"limit": {
"type": "number",
"description": "Max contacts to return (default 20, max 100)"
},
"query": {
"type": "string",
"description": "Free-text search across contact name, email, and phone"
},
"_apiKey": {
"type": "string",
"description": "GoHighLevel/LeadConnector Location API key (Settings → Business Profile → API Key)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Leadconnector
https://github.com/pipeworx-io/mcp-leadconnector
1/7 registries