This tool acts as an MCP server, providing a standardized interface to interact with GoHighLevel CRM contact data. It enables comprehensive management of contacts, including creating, retrieving, updating, deleting, and upserting records, along with advanced search capabilities. Leveraging an async HTTP client and Pydantic models for typed responses, it offers a robust and reliable way to integrate GoHighLevel contact functionalities into other applications or workflows, particularly those that use the Model Context Protocol.
주요 기능
01List and search contacts using various filters
020 GitHub stars
03Upsert contacts with built-in duplicate detection
04Provides typed responses using Pydantic models for data integrity
05Perform full CRUD operations on GoHighLevel contacts
06Utilizes an async HTTP client for efficient communication