hs_search_contacts
ActiveTool of Hubspot
declared in 0.1.0
Search contacts by name, email, or custom properties. Use when you need to find specific people in your database.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "john@example.com"
},
{
"limit": 20,
"query": "Sarah Smith"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum number of results (default 10, max 100)"
},
"query": {
"type": "string",
"description": "Search query (e.g., name or email)"
}
}
}Parent server
Hubspot
https://github.com/pipeworx-io/mcp-hubspot
1/7 registries