# HubSpot MCP Server

Interact seamlessly with HubSpot CRM to manage your Note engagements. Create, update, delete, and fetch summary records effortlessly, enhancing your workflow and productivity. Streamline your communi…

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get KaranThink41/hubspot_private_app create_shared_summary

# Call a tool
npx -y @smithery/cli@latest tool call KaranThink41/hubspot_private_app create_shared_summary '{}'
```

## Tools (4)

- `create_shared_summary` — Step 1: Accept a title, summary, and author.
- `get_summaries` — Retrieve summary notes from HubSpot with flexible filters.
- `update_shared_summary` — Step 1: Provide an explicit Engagement ID OR a search query (query) to locate the note.
- `delete_shared_summary` — Delete a summary note from HubSpot.

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

---

Source: https://github.com/KaranThink41/hubspot_private_app | License: MIT
