close_list_opportunities
ActiveTool of Close Crm
List opportunities (pipeline deals) in Close. Returns a `data` array of opportunities with id, lead_id, status, value, currency, confidence, and expected close date, plus `has_more` / `total_results`. Pass `lead_id` to scope to one lead, or omit to list across the organization. Page with `_limit` / `_skip`.
Parameters schema
{
"type": "object",
"required": [
"_apiKey"
],
"properties": {
"_skip": {
"type": "number",
"description": "Number of results to skip for pagination (default 0)"
},
"_limit": {
"type": "number",
"description": "Results per page (default 100, max 200)"
},
"_apiKey": {
"type": "string",
"description": "Close API key"
},
"lead_id": {
"type": "string",
"description": "Optional lead ID to filter opportunities to a single lead"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Close Crm
https://github.com/pipeworx-io/mcp-close-crm
1/7 registries