ChatGPT Integration Coming Soon: FollowUpAce Leads the Real Estate AI Revolution
Follow Up Ace already supports ChatGPT and Claude as AI clients through a live Model Context Protocol (MCP) connector — no waiting required. Connect ChatGPT to your Follow Up Boss CRM via the SSE endpoint at https://followupace.com/api/mcp/sse/ and instantly access 170+ tools covering contacts, leads, deals, compliance, and lead scoring. Pro plan required ($55/seat/mo).
What does ChatGPT integration mean for real estate agents?
For years, "AI integration" in real estate meant an email subject-line suggestion or a vague "smart" drip sequence. That bar has moved substantially. Today, the phrase describes connecting a general-purpose AI model — ChatGPT, Claude, or similar — directly to your CRM so it can read contact data, write notes, update stages, check compliance, and take action on your behalf, without you switching tabs or copying data between tools.
The practical benefit is straightforward: AI tools are powerful in isolation, but they become genuinely useful when they have context. Telling ChatGPT to "draft a follow-up for this buyer" is far more productive when it can actually see the buyer's activity history, pipeline stage, and last message thread — without you pasting all of that in manually.
The technology that makes this possible is the Model Context Protocol (MCP) — an open standard that lets AI assistants connect to external systems via a structured tool interface. Follow Up Ace exposes Follow Up Boss through an MCP server, which means ChatGPT and Claude can interact with your CRM using the same kind of function-call interface that developers have used for years.
How does FollowUpAce connect ChatGPT to Follow Up Boss?
Follow Up Ace ships two live MCP endpoints that work with different AI clients today:
| AI Client | Protocol | Endpoint |
|---|---|---|
| Claude Desktop / Claude.ai | Streamable HTTP | https://followupace.com/mcp |
| ChatGPT (and SSE-compatible clients) | Server-Sent Events (SSE) | https://followupace.com/api/mcp/sse/ |
Both endpoints surface the same core CRM toolkit covering contacts, notes, tasks, deals, action plans, smart lists, email/SMS drafting, lead scoring, compliance scanning, and property data — 170+ tools on the web Connector surface (Claude.ai and ChatGPT), and 215 tools on the stdio surface (Claude Desktop). The only requirement is an active Pro subscription ($55/seat/month), since MCP access is gated to the Pro plan.
How to connect ChatGPT to Follow Up Ace in three steps
- Upgrade to (or confirm you have) an active Ace Pro subscription — the MCP connector requires Pro, as verified in
chat-app/routes/embed.js. - In ChatGPT settings, navigate to Connectors (or the equivalent in your ChatGPT plan) and add a new MCP connector. Enter the SSE URL:
https://followupace.com/api/mcp/sse/. Authenticate with your Follow Up Ace credentials when prompted. - Start a ChatGPT conversation. You can now instruct it to pull up a contact, log a note, check pipeline health, or draft a message — all backed by live Follow Up Boss data.
The Claude integration uses the same flow but points to https://followupace.com/mcp instead. If you use the Claude Desktop app, the DXT extension handles the configuration automatically.
What can AI actually do inside Follow Up Boss through this connector?
The Follow Up Ace MCP library covers most day-to-day CRM actions — 170+ tools on the web Connector and 215 on stdio (Claude Desktop). Below are the categories most relevant to agents:
Lead management and pipeline tools
- Read and update contact records, notes, tags, and custom fields
- Move deals between pipeline stages
- Create and resolve tasks
- Draft and send emails or SMS messages
- Run pipeline-health-check to surface at-risk deals across your whole book (verified:
mcp-server/src/index.ts:4198) - Run lead-nurture-optimizer to identify contacts overdue for follow-up (verified:
mcp-server/src/index.ts:4230)
Speed-to-lead and Zillow workflows
The zillow_speed_to_lead_check tool (verified: mcp-server/src/zillowTools.ts:261) lets an AI assistant check whether a new lead from Zillow or another portal has been contacted within your target response window. You can ask ChatGPT to run this check on all new leads created in the last two hours and surface any that haven't had a first touch — without opening a single filter in FUB. See the full Zillow playbook for the broader speed-to-lead workflow.
Fair Housing compliance scanning
Before any message goes out through the AI connector, agents can run it through scanForComplianceViolations() (verified: chat-app/utils/complianceGuard.js:293). This checks draft text for language that may violate Fair Housing or licensing rules. It runs as a standalone MCP tool, so ChatGPT or Claude can flag compliance issues in a draft before you confirm sending. Learn more on the compliance page.
How does AI lead scoring work in real estate CRM?
Follow Up Ace writes lead intelligence directly into Follow Up Boss custom fields, so it's visible on every contact card — no separate dashboard to check. There are two tiers of scoring:
Free fields (all accounts, webhook-driven)
These update automatically as activity flows in from Follow Up Boss webhooks — no manual trigger, no Ace Trove subscription required. Verified in chat-app/shared/aceIntelligenceFieldsConfig.js:
- Ace Score — engagement score 0–100, updated live
- Ace Tier — Hot / Warm / Cool / Cold / Dormant bucket
- Ace Status — pipeline status auto-updated from activity (New, Contacted, Engaged, Active Client, etc.)
- Ace Response Time — minutes to first agent response after lead creation
- Ace Velocity Score — engagement velocity 0–100 from 7-day and 30-day event windows
- Ace Days Since Inbound — days since the contact last reached out
- Ace Preferred Channel — SMS, email, or call, based on recency-weighted engagement
Paid Ace Trove fields (Ace Trove add-on)
With an Ace Trove subscription ($49/month for up to 5,000 contacts, scaling to $899/month for up to 500,000), additional AI-driven fields are populated for tagged contacts:
- Ace Lead Type — Buyer, Seller, Investor, Buyer-Seller, or Unknown
- Ace Property Profile — synthesized property preferences from IDX search data
- Ace Search Area — geographic search areas derived from IDX behavior
- Ace Buyer Readiness — Ready Now / Actively Looking / Researching / Passive
- Ace Lead Summary — AI-generated summary from notes and activity patterns
- Ace Next Action — recommended next step for this contact
- Ace Seller Score — propensity-to-sell 0–100 from property and behavioral signals
All of these fields surface inside Follow Up Boss directly — no external app to open. When ChatGPT connects via MCP, it can read these fields and use them to give more relevant drafts, prioritization recommendations, and action suggestions.
How does AI improve real estate follow-up workflows?
The highest-leverage area for AI in real estate CRM is not generating content — it's prioritization and routing. Most agents have more contacts than they can actively work. AI helps by:
- Surfacing who to call today. The Ace Score and Ace Velocity Score rank contacts by current engagement momentum, not just lead date. Agents working the highest-velocity contacts first tend to catch buyers at peak interest.
- Flagging stale pipeline deals. The pipeline-health-check MCP tool identifies deals that have not had agent activity in a configurable window, so nothing falls through the cracks during a busy week.
- Reducing response time for inbound leads. The Ace Response Time field makes response speed visible on every contact card. When combined with the Zillow speed-to-lead automation, agents can see which new leads hit the 5-minute threshold and which did not.
- Drafting context-aware messages. Because ChatGPT reads the contact's actual FUB data via MCP — including their property profile, search area, and buyer readiness — it can draft first-touch messages that reference what the buyer is actually looking for, not a generic template.
- Checking messages before sending. Running draft messages through the compliance scanner before delivery reduces Fair Housing exposure with no additional workflow step.
What is the Ace Trove and how does it differ from the base Ace plan?
Follow Up Ace has two separate billing dimensions:
| Dimension | What it covers | Pricing |
|---|---|---|
| Per-seat plan | Chat assistant, voice (Pro), MCP connector (Pro), compliance scanner, lead scoring fields | $25/seat/mo (Regular) or $55/seat/mo (Pro) |
| Ace Trove (account-wide) | Paid Ace Trove fields, nightly seller radar scan, smart playbooks for all pool leads, knowledge base | $49–$899/mo based on contact count |
The per-seat plan is billed per agent. The Ace Trove is an account-level flat rate and unlocks the deeper intelligence fields — lead type classification, buyer readiness, seller tier — for all contacts in the account's Follow Up Boss database. Teams often combine both: individual agents on Pro for MCP access and voice, plus the Ace Trove for account-wide contact analysis. See the full breakdown on the Ace Trove page.
Does voice integration work with AI in Follow Up Boss?
Yes. Voice chat is included on the Pro plan and lets agents update contacts, log notes, create tasks, and draft messages hands-free — useful while driving between appointments. The voice feature requires an active Pro plan (verified: voiceChatEnabled: toPlan === 'pro' in chat-app/routes/embed.js:2647). It works within the embedded Follow Up Boss app and does not require a separate desktop application for basic use.
The MCP connector and voice mode are independent capabilities that both sit on the Pro tier. An agent on Pro can use either or both depending on their workflow.
How does FollowUpAce compare to other AI tools for Follow Up Boss?
The core differentiator is depth of CRM integration. Most AI tools for real estate agents operate outside the CRM — they generate content, suggest responses, or analyze data independently. Follow Up Ace is built specifically for Follow Up Boss and writes intelligence back into the CRM directly as custom fields. This means:
- Lead scores are visible on every contact card in FUB — no tab switching
- MCP tools can read and write FUB data in real time, not from a static export
- Compliance scanning runs on actual drafts before they leave FUB
- Pipeline health checks operate on live deal data, not a weekly report
For a structured comparison against other platforms, see the competitor comparison pages.
What should real estate agents know before adopting AI CRM tools?
A few practical points worth understanding before connecting AI to your CRM:
- AI does not replace agent judgment on offers or disclosures. MCP tools can draft messages and surface data, but an agent should review every communication before it reaches a client. The compliance scanner helps catch issues but is not a legal opinion.
- Response time still matters more than message quality for new inbound leads. Research consistently shows speed-to-lead is the dominant factor in contact rate for internet leads (source: NAR research on lead conversion). AI-drafted messages matter less if they go out 45 minutes late.
- Custom fields require initial setup. The Ace Score and related fields are written to Follow Up Boss custom fields that Ace creates on first connection. If your FUB account has strict field permissions, you may need an admin to authorize the field creation.
- Ace Trove fields use AI analysis on contact data you already own. The Ace Trove fields (Lead Type, Buyer Readiness, etc.) are generated from activity already recorded in Follow Up Boss — notes, emails, IDX behavior. They do not pull external data without explicit configuration.
For teams thinking about how to roll out AI tools across a brokerage, the Guides section covers onboarding patterns and admin configuration in more depth.
What is the real estate AI landscape heading into 2026?
The industry is moving from AI as a content generator to AI as an operational layer inside existing CRM workflows. The shift is driven partly by model quality improvements (GPT-4 class models handling nuanced instructions reliably) and partly by infrastructure like MCP that makes CRM integration practical without custom engineering.
For agents on Follow Up Boss, the practical implication is that the investment in a well-maintained FUB database now has a multiplier: AI tools that can read, analyze, and act on that data in real time. Agents who have clean contact records, consistent note-taking habits, and active pipelines get more value from AI integration than those starting from an empty or stale CRM.
The best preparation for AI-augmented workflows is not tool adoption — it is data hygiene. A contact with three months of logged activity, IDX search data, and accurate stage information gives an AI assistant far more to work with than a contact record with only a name and phone number.
Try Follow Up Ace in your Follow Up Boss
Free to start, no sales call. Connect Follow Up Boss in one click and Ace works inside your CRM.
Get Started Free