hs_list_contacts
ActiveTool of Hubspot
declared in 0.1.0
Browse all contacts in your HubSpot workspace. Returns contact IDs, names, emails, and properties. Paginate with limit and after parameters.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 25
},
{
"after": "next_page_cursor_abc123",
"limit": 50
}
],
"properties": {
"after": {
"type": "string",
"description": "Pagination cursor from a previous response"
},
"limit": {
"type": "number",
"description": "Maximum number of contacts to return (default 10, max 100)"
}
}
}Parent server
Hubspot
https://github.com/pipeworx-io/mcp-hubspot
1/7 registries