close_list_contacts
Pack: close-crm · Endpoint: https://gateway.pipeworx.io/close-crm/mcp
List contacts (people) in Close. Returns a data array of contacts with id, lead_id, name, title, emails, and phones, plus has_more / total_results.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
_apiKey | string | yes | Close API key |
lead_id | string | no | Optional lead ID to filter contacts to a single lead |
_limit | number | no | Results per page (default 100, max 200) |
_skip | number | no | Number of results to skip for pagination (default 0) |
Example call
curl -X POST https://gateway.pipeworx.io/close-crm/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"close_list_contacts","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"close-crm": {
"url": "https://gateway.pipeworx.io/close-crm/mcp"
}
}
}
See Getting Started for client-specific install steps.