Skip to main content
Glama

HubSpot MCP Server

hubspot_search_contacts

Search for HubSpot contacts using email, name, or other criteria to quickly find customer information and manage CRM data.

Instructions

Search for contacts in HubSpot using a query string

Input Schema

NameRequiredDescriptionDefault
countNoMaximum number of contacts to return (default 10)
propertyListNoList of properties to include in the results
queryYesSearch query string (email, name, etc.)

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Maximum number of contacts to return (default 10)", "type": "number" }, "propertyList": { "description": "List of properties to include in the results", "items": { "type": "string" }, "type": "array" }, "query": { "description": "Search query string (email, name, etc.)", "type": "string" } }, "required": [ "query" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/scopiousdigital/hubspot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server