# HubSpot (verified)

Access your HubSpot CRM through AI assistants. Search contacts, view deal pipelines, check ticket status, pull company details, and explore your sales data through natural language.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add hubspot

# Browse available tools
npx -y @smithery/cli@latest tool list hubspot

# Get full schema for a tool
npx -y @smithery/cli@latest tool get hubspot search_crm_objects

# Call a tool
npx -y @smithery/cli@latest tool call hubspot search_crm_objects '{}'
```

## Direct MCP Connection

Endpoint: `https://hubspot.run.tools`

## Tools (7)

- `search_crm_objects` — Searches and retrieves CRM records from HubSpot based on filters and criteria.
- `get_properties` — Fetches property definitions including data types and enumeration values.
- `submit_feedback` — Collects and submits feedback to HubSpot on dissatisfaction or user request.
- `search_owners` — Lists and searches for owners who can be assigned to CRM records.
- `search_properties` — Finds the most relevant CRM property definitions using keyword-based search.
- `get_crm_objects` — Fetches multiple CRM objects of the same object type in a single request.
- `get_user_details` — Returns user and hub info; CRM/marketing object read/write availability.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get hubspot <tool-name>
```
