AI Industry Trends
AI Ops

HubSpot AI Glossary: MCP, Write Plans, Portal Audits, Explained

Part of: Daeda AI: AI-Powered HubSpot Operations
Tikita Tolley

If you’ve spent any time reading about HubSpot AI in the last 6 months, the vocabulary has exploded. This post is the plain-English reference.

For the full pillar context: What Is HubSpot MCP? and the 5-minute executive guide.


Breeze AI

HubSpot’s first-party suite of AI features inside the HubSpot UI. Covers content generation, insights, and in-record copilots. Bundled into paid HubSpot tiers. Distinct from MCP-based tooling (which lives outside the HubSpot UI). Most teams run both. See HubSpot MCP vs Breeze AI for the comparison.

Capability Catalogue

The browsable index at daeda.tech/ai-capabilities - a live catalogue of real things teams build with Daeda AI, each with a short demo and a full walkthrough. Intended as the first landing place for new Daeda AI users.

Consultant Plan / Agency Plan

Daeda AI’s two pricing tiers. Consultant: $125/month, 1 user, 5 connected portals. Agency: $375/month, unlimited users, 5 portals. Both include a 7-day free trial, Write Plans, portal audits, troubleshooting, dependency mapping, and multi-portal operations. Add-on portals available.

daeda-mcp

An open-source npm package (not a HubSpot product) that syncs a narrow slice of your portal - contacts, companies, and deals only - to an encrypted SQLite database on your own machine at ~/.daeda-mcp/data/. Authenticates via a HubSpot private-app token with exactly four scopes (crm.export, crm.objects.contacts.read, crm.objects.companies.read, crm.objects.deals.read). Strictly read-only via its get_raw_sql tool - SELECT/WITH only, INSERT/UPDATE/DELETE/DROP blocked. Runs as npx -y daeda-mcp. Nothing leaves your machine. Purpose-built for sub-second local queries on those three objects without network round-trips. Different product, different architecture from Daeda AI. Install guide: How to install HubSpot MCP.

Daeda AI

The full Daeda app on the HubSpot Marketplace. An AI-powered HubSpot operations platform for portal audits, troubleshooting, dependency mapping, multi-portal operations, and Human-Approved Write Plans. The Automation Suite connects your AI assistant (Claude Desktop, Cursor, or similar) to Daeda’s managed database service - so it is not local-first; the synced portal mirror lives in Daeda-hosted infrastructure, not on your laptop. Authenticates via HubSpot OAuth with deep optional scopes, supports existing custom objects, multi-portal switching from inside your AI assistant, and builds writes as human-approved Write Plans you review, approve, or reject inside Daeda AI in HubSpot. Pricing on the product page.

Deep Optional Scopes

Daeda AI’s permission model. Instead of all-or-nothing app access, you explicitly grant read or write access object-by-object - Contacts, Companies, Deals, Tickets, and any custom objects. Write Plans and connected AI tools respect the same scope model.

HubSpot MCP

Shorthand for “an MCP server that talks to HubSpot”. In practice since 2026-04-13 it almost always means the first-party HubSpot Remote MCP Server (see below). Some people still use the term for third-party servers that talk to HubSpot - the free daeda-mcp npm package, Daeda AI’s Automation Suite, and a small number of others. See the pillar page for the full explainer.

HubSpot Remote MCP Server

HubSpot’s first-party hosted MCP endpoint at https://mcp.hubspot.com. Generally available since 2026-04-13, free across all hubs and tiers. Authenticates via OAuth 2.1 + PKCE (you create an MCP Auth App in HubSpot at Development > MCP Auth Apps). Exposes 12 tools and supports read and write on 12 standard CRM object types (contacts, companies, deals, tickets, carts, products, orders, line items, invoices, quotes, subscriptions, segments) and all 5 engagement types (calls, emails, meetings, notes, tasks), plus read-only access to organizational context (users, teams, roles, seats) and marketing content (campaigns, landing pages, website pages, blog posts). Respects existing HubSpot user permissions. Does not currently expose custom object schemas - that’s the clearest capability gap at GA. If Sensitive Data is enabled on the account, engagement objects are blocked from MCP access. Covered in the HubSpot MCP pillar guide and Official MCP vs daeda-mcp.

HubSpot Developer MCP Server

A separate HubSpot MCP product, not to be confused with the Remote MCP Server. Installed locally via the HubSpot CLI (hs mcp setup), generally available since 2026-02-19. Aimed at developers building HubSpot apps and CMS content inside Claude Code, Cursor, VS Code, OpenAI Codex, or Gemini CLI. Different endpoint, different setup, different audience - developers, not RevOps.

HubSpot Connector for ChatGPT

A managed install path for using HubSpot from inside ChatGPT. Uses HubSpot’s MCP machinery under the hood but is installed and managed from inside ChatGPT’s own UI (the ChatGPT workspace admin approves the connector, users re-authenticate inside ChatGPT). Supports read and write via HubSpot’s audit log, with a 10-record bulk cap per request on create/update actions. Same Sensitive Data caveat as the direct Remote MCP. Details in HubSpot’s February 2026 announcement.

Human in the Loop

An operating model where the AI drafts changes but a person reviews and approves them before they run in production. The default for any write-capable HubSpot AI tool. Daeda AI implements this as Human-Approved Write Plans (see below).

Human-Approved Write Plan

A reviewable plan of HubSpot changes the AI drafts after you describe what you need. You read the full plan, edit it in conversation, then approve or reject it inside Daeda AI in HubSpot. Once approved, the changes execute against your portal - properties created, workflows updated, lists added, associations linked. The plan document itself becomes the audit record of what was built and why. The canonical alternative to “autonomous AI agents.”

MCP (Model Context Protocol)

An open standard released by Anthropic in late 2024 for connecting AI assistants to external tools and data. Think of it as the USB-C of AI tooling - one plug, any compatible device. Now supported across Claude, ChatGPT, Cursor, VS Code, and most modern AI development environments.

Multi-Portal Operations

Running the same ops workflows (audits, list building, system design, Write Plans) across multiple HubSpot portals simultaneously. Daeda AI’s plans include 5 connected portals by default, with add-on portals available. Built for agencies and consultants managing 5+ portals.

Portal Audit

A point-in-time assessment of a HubSpot portal’s health - workflows, data quality, property hygiene, association gaps, ICP fit. Previously a two-hour manual walkthrough. With MCP-based tooling, it’s about ten minutes of conversation with the AI.

Private App Token

A HubSpot-generated access token from the Settings → Integrations → Private Apps flow. Used by daeda-mcp and other third-party tools to authenticate to your portal. Stored in your OS keychain, never in plaintext.

Write Operations

Changes the AI makes to your portal - creating records, updating properties, logging activities, building workflows. As of 2026-04-13, HubSpot’s first-party Remote MCP Server supports writes on standard CRM objects and engagements via its manage_crm_objects tool, respecting existing HubSpot user permissions and auditing through HubSpot’s standard audit log. daeda-mcp is still strictly read-only by design. Daeda AI’s Automation Suite goes further, building writes as human-approved Write Plans reviewed inside Daeda AI before they execute.


Missing a term?

If you hit a HubSpot AI term we haven’t covered, email us or drop it in a LinkedIn comment - we’ll add it. The HubSpot MCP pillar is the long-form companion; this glossary is the quick reference.

Frequently asked questions

Model Context Protocol. It's an open standard for connecting AI assistants to external tools and data. Released by Anthropic in late 2024; now supported by Claude, ChatGPT, Cursor, VS Code, and most modern AI clients.