Skip to main content
Glama
devender

hubspot-multi-mcp

by devender

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
hubspot_list_instancesA

List which HubSpot portals are connected (by the names you gave them) and their account ids. READ-ONLY. Call this first to see what portals are available.

hubspot_list_objectsA

List the CRM object types available in a portal — the four standard ones plus any CUSTOM objects defined in that portal. READ-ONLY. Use this before searching a non-standard object.

hubspot_describe_objectA

List the properties (fields) of a CRM object type in a portal, so you know what to search on and what to request. READ-ONLY.

hubspot_searchA

Search a HubSpot CRM object in a chosen portal. READ-ONLY. Use query for a free-text search (name, email, company/domain); omit it to list recent records.

hubspot_getA

Fetch a single HubSpot record by id from a chosen portal. READ-ONLY.

hubspot_list_ownersA

List CRM owners (users) in a chosen portal, to resolve owner ids to people. READ-ONLY.

hubspot_find_acrossA

Search a free-text query across ALL connected HubSpot portals at once, and report which portal(s) matched. READ-ONLY. Use this when the user does not know which portal a record lives in (e.g. "find jane@example.com in any of my hubspots").

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/devender/hubspot-multi-mcp'

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