Skip to main content
Glama

HubSpot MCP Server

hubspot_list_companies

Retrieve and paginate through HubSpot company records with customizable property selection for CRM data access and management.

Instructions

List companies in HubSpot with pagination

Input Schema

NameRequiredDescriptionDefault
afterNoPagination cursor for next page of results
limitNoMaximum number of companies to return (default 10, max 100)
propertiesNoList of properties to include in the results

Input Schema (JSON Schema)

{ "properties": { "after": { "description": "Pagination cursor for next page of results", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of companies to return (default 10, max 100)", "type": "number" }, "properties": { "description": "List of properties to include in the results", "items": { "type": "string" }, "type": "array" } }, "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