hs_get_contact
ActiveTool of Hubspot
declared in 0.1.0
Fetch a contact's full profile by ID. Returns name, email, phone, company, and all custom properties.
Parameters schema
{
"type": "object",
"examples": [
{
"id": "12345"
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "HubSpot contact ID"
}
}
}Parent server
Hubspot
https://github.com/pipeworx-io/mcp-hubspot
1/7 registries