Operator-narrative review · Updated 2026-05-22
Close MCP Review (2026): the inside-sales CRM with the sharpest write-surface gating on the market
Close ships its hosted MCP server at https://mcp.close.com/mcp, using HTTP Streamable transport with OAuth 2.0 and Dynamic Client Registration. The shipped permission model is the part that should change how you think about MCP-CRM security: the Close-Scope header gates writes into three distinct levels — read, write_safe, write_destructive — so an agent loop that creates 50 leads can't accidentally also delete 50 leads. Combined with Chloe AI bundling and $9-$139/user/mo per-seat pricing, this is the cleanest LLM-native CRM shape for inside-sales motions in 2026.
Quick context. We run StackSwap MCP — a GTM-focused MCP server. We're a Close affiliate (we use it for our own RevOps tracking and recommend it to operators); the analysis below is the same one we'd give a friend evaluating Close MCP against Attio MCP and HubSpot MCP cold.
Want to try Close?
Close + native MCP is the cleanest LLM-native inside-sales shape in 2026
Power Dialer, SMS, Chloe AI, and full CRM write access — all reachable from Claude via OAuth + Dynamic Client Registration. Solo $9/user/mo, Essentials $35, Growth $99, Scale $139.
Start with Close →Affiliate link — StackSwap earns a commission if you sign up for Close. We only partner with tools we'd recommend anyway.What Close MCP is, in operator terms
Close runs a hosted MCP server at https://mcp.close.com/mcp. You connect Claude Desktop, claude.ai, Claude Code, ChatGPT, Cursor, n8n, or VSCode via OAuth — Dynamic Client Registration means the MCP client registers itself with the OAuth server automatically, no manual OAuth-app provisioning required. Once connected, the LLM sees Close CRM records (leads, opportunities, contacts, activities, calls, SMS, emails, tasks, notes) plus the Chloe AI context (call summaries, follow-up drafts, enrichment data).
Two distinctions worth marking. First, this is hosted by Close, not self-hosted. No deployment, no patching the API client when Close ships a schema change, no separate cost — MCP access is included on every Close tier. Second, the HTTP Streamable transport handles long-lived sessions cleanly (which matters for agent loops that pull large amounts of CRM data) where older stdio-based MCP transports would have struggled.
The Close-Scope permission model is the headline
Most MCP servers ship one of two write-permission shapes: either "you authenticated, you have full access to do whatever the API allows" (Apollo, HubSpot) or "every write requires confirmation in the client" (Attio). Close splits the surface a third way: the Close-Scope request header gates the MCP session into one of three levels, and the LLM operates inside that level for the duration of the session.
read— search and retrieve only. No writes of any kind. Safe default for exploratory sessions and analytical workflows.write_safe— create and update operations that don't destroy existing data. Add leads, log activities, send messages, create tasks, update opportunity stages. This is the default for most production agent workflows; the LLM can be productive without risking irreversible damage.write_destructive— full delete + bulk-modification capability. Use only for sessions that explicitly require it (cleanup, deduplication, mass-archive). Treat the same as a workspace-admin token in blast radius.
The structural value is that Close-Scope makes the most dangerous capability (destroy data) opt-in per session rather than opt-out per call. An over-eager agent loop running under write_safe can create 100 unnecessary leads, but it can't delete the existing 100. The damage is bounded by the scope you connected under — not by the LLM's enthusiasm or the MCP client's confirmation UX.
Chloe AI integration — the second-order advantage
Chloe is Close's bundled AI agent: notetaker on calls (transcription + summary), draft follow-up emails after calls, contact enrichment, the voice agent rolling out in 2026. Close MCP exposes Chloe's outputs as first-class CRM data — call summaries, pending follow-up drafts, enrichment data — so an MCP-connected Claude session can read Chloe's work and orchestrate the next step.
The realistic workflow: Chloe runs on every sales call (notetaker, summary, draft follow-up). At end-of-day, Claude reads via MCP all of today's call summaries from Chloe, identifies the deals with stalled signals, drafts re-engagement copy grounded in both the call summary and the deal stage context, and queues the drafts under write_safe scope for human review the next morning. The composition (Chloe captures context inside Close → Claude orchestrates across the day's calls) is the kind of workflow that requires either deep custom integration or MCP. Close ships MCP.
What you can actually do with Close MCP
- Pipeline summarization on demand. Ask Claude to summarize this week's call activity, surface stalled deals, identify accounts with no touch in 14+ days. No Smart View rebuilding.
- Multi-entity follow-up drafting. The LLM reads person + lead + opportunity + Chloe call-summary in a single agent turn — follow-up emails that reference both the relationship history and the call context.
- Bulk operations under write_safe. Update opportunity stages or reassign tasks via natural-language prompt. Bounded blast radius via Close-Scope.
- Cross-tool orchestration with Apollo + Smartlead. Apollo MCP sources contacts, Close MCP creates leads, Smartlead MCP runs cadences — all in one Claude conversation. The composable shape is the whole point of MCP.
- Chloe-context-driven re-engagement. Daily Claude task: read all of today's Chloe call summaries, surface deals with negative signals, draft re-engagement copy, queue for human review.
Close MCP vs Attio MCP vs HubSpot MCP — head-to-head
| Dimension | Close MCP | Attio MCP | HubSpot MCP |
|---|---|---|---|
| Endpoint | https://mcp.close.com/mcp | Hosted by Attio | Remote HTTP (developers.hubspot.com/mcp) |
| Transport | HTTP Streamable | HTTP / OAuth | Remote HTTP |
| Auth | OAuth 2.0 + Dynamic Client Registration | OAuth only | OAuth |
| Write gating | Close-Scope header (read / write_safe / write_destructive) | Writes require confirmation in client | Standard OAuth scopes |
| Bundled AI agent | Chloe AI (notetaker, drafts, enrichment, voice) | None — bring your own | Breeze AI (Prospecting, Customer, Content, Social, Data) |
| Fits best when | Inside-sales motion, phone-led, 20+ dials/day | Relationship-led, deep object model | Marketing-led, contact-lifecycle, unified hub |
| Entry pricing | $9/user/mo Solo, $35 Essentials, $99 Growth, $139 Scale | Included in Attio subscription | Free CRM real; Pro/Enterprise scales up |
The honest framing: pick the CRM by motion fit, then enjoy the MCP layer it ships with. Close MCP earns the inside-sales eval when phone-led outbound is the engine — the Chloe integration plus the call/SMS write surface are second-order advantages no relationship- or marketing-led CRM matches. Attio fits relationship-led teams with deep object models. HubSpot fits marketing-led pipelines with unified hub. All three ship serious native MCP; the differentiation is motion fit, not MCP capability.
The setup gotcha — scoped user, conservative initial scope
Same advice as every MCP server with a write surface: don't connect your Close admin account. Create a separate Close user with scoped permissions for AI work — limited pipelines, no destructive permissions in Close itself, restricted to lower Close-Scope values for the connection.
For the first month, connect under read scope and observe how the LLM uses the surface. Once you have calibration on what the agent actually does, escalate to write_safe for the production workflows that need it. Reserve write_destructive for one-off cleanup sessions where a human is actively driving the conversation. The split scoping is the shipped safety mechanism; using it as designed eliminates 95% of the risk.
Where StackSwap MCP fits
Close MCP exposes Close data. The cross-vendor question — "should I keep Close or migrate to HubSpot as we scale past 25 reps", "what's our actual GTM tooling spend including Close + the rest", "which outbound sequencing tool pairs cleanest with Close" — sits at a different layer. That's where StackSwap MCP slots in: ~400 GTM tools with monthly costs, AI-readiness scores, 104 hand-verified overlap pairs, and operator-narrative KB articles. Both MCPs load into the same Claude session. No middleware between them.
Want to try Close?
Close ships the sharpest write-surface gating on the market — and bundles Chloe AI on every tier above Solo
The Close-Scope header model (read / write_safe / write_destructive) is the structural advantage no other MCP-shipping CRM has. Pair with the bundled Power Dialer + Chloe AI surface for the cleanest inside-sales motion in 2026.
Start with Close →Affiliate link — StackSwap earns a commission if you sign up for Close. We only partner with tools we'd recommend anyway.FAQ
Related reading
- Close — full operator review
- Is Close worth it in 2026?
- Best Close alternatives 2026
- Close MCP + Claude integration — setup walkthrough
- Close MCP vs Zapier — when each wins
- Close vs HubSpot — motion-fit comparison
- Close vs Pipedrive
- MCP Server for CRM — the ranked landscape
- StackSwap MCP — cross-vendor GTM meta-layer
- What is MCP for B2B SaaS operators
- Best MCP servers for B2B SaaS operators 2026
Canonical URL: https://stackswap.ai/close-mcp-review. Disclosure: StackSwap is a Close affiliate.