close_search_leads
ActiveTool of Close Crm
Search or list leads (companies/accounts in Close) using Close's query language. Returns a `data` array of leads (with id, display_name, contacts, status, custom fields) plus `has_more` and `total_results`. The `query` param accepts Close search syntax, e.g. `name:"Acme"`, `status_label:"Potential"`, `email_address:@example.com`, `lead_created_within:7d`, or free text. Omit `query` to list all leads. Page with `_limit` (max 200) and `_skip`.
Parameters schema
{
"type": "object",
"required": [
"_apiKey"
],
"properties": {
"_skip": {
"type": "number",
"description": "Number of results to skip for pagination (default 0)"
},
"query": {
"type": "string",
"description": "Close query string. Examples: `name:\"Acme Inc\"`, `status_label:\"Potential\"`, `email_address:@acme.com`, `lead_created_within:30d`. Free text also works. Omit to list all leads."
},
"_limit": {
"type": "number",
"description": "Results per page (default 100, max 200)"
},
"_apiKey": {
"type": "string",
"description": "Close API key"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Close Crm
https://github.com/pipeworx-io/mcp-close-crm
1/7 registries