pipedrive_list_persons
ActiveTool of Pipedrive
declared in 0.1.0
View all contacts in your CRM. Returns names, email addresses, phone numbers, and associated organizations and deals.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-pipedrive-api-key"
},
{
"limit": 100,
"_apiKey": "your-pipedrive-api-key"
}
],
"required": [
"_apiKey"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results (max 500, default 50)"
},
"start": {
"type": "number",
"description": "Pagination start (default 0)"
},
"_apiKey": {
"type": "string",
"description": "Pipedrive API token"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Pipedrive
https://github.com/pipeworx-io/mcp-pipedrive
1/7 registries