Open OS Meets Open Agent: Leveraging FUB's Integrations Inside a Single Ace AI Prompt

By the Follow Up Ace team· Last updated
Quick answer

Follow Up Boss documents 200+ integrations across its platform. Follow Up Ace connects an AI agent — including Claude and ChatGPT via a single MCP URL — to that entire ecosystem. A single natural-language prompt can read lead data, check pipeline health, run a speed-to-lead audit, and surface Zillow follow-up playbooks, all without switching tabs.

Real estate agent typing a single AI prompt that simultaneously queries lead data, pipeline health, and Zillow speed-to-lead metrics inside Follow Up Boss

Why does Follow Up Boss have so many integrations?

Follow Up Boss was designed from the start as an open platform rather than a closed system. The philosophy is that a real estate team already uses a specific dialer, a particular IDX website provider, and preferred lead portals — FUB should fit into that stack, not replace it. The result is 200+ documented integrations spanning lead portals, email marketing, Google Workspace, dialers, transaction management, and more (per FUB's own published integration marketplace at followupboss.com/integrations).

The practical consequence: every lead source that pushes into FUB — Zillow, Realtor.com, RealScout, your IDX site — can be read and acted on through a single system of record. That matters enormously when you layer an AI agent on top.

What does "open agent" mean for a real estate CRM?

An open agent is an AI model — Claude, ChatGPT, or any MCP-compatible assistant — that can take actions inside external systems rather than just answering questions. For FUB users, that means the AI can read contact records, check pipeline stages, flag compliance issues, and surface coaching cues directly inside the CRM through structured tool calls, not copy-paste workflows.

Follow Up Ace exposes this capability through the Model Context Protocol (MCP): a standardized way for AI assistants to call external tools over a single authenticated URL. Two connector endpoints are active today (verified in chat-app/routes/embed.js):

Paste either URL into the respective AI client's connector settings and the assistant gains access to 170+ MCP tools across your FUB account — the full connector surface documented in the MCP server.

What can a single Ace AI prompt actually do across FUB integrations?

Once the MCP connector is active, a single natural-language prompt can chain together multiple tool calls that previously required four or five manual navigation steps. The 170+ MCP tools span contact management, pipeline analysis, lead-source performance, compliance scanning, and Zillow follow-up workflows. Here are four concrete examples drawn from tools verified in the codebase:

1. Pipeline health check

The pipeline-health-check tool (MCP server index.ts line 4198) runs a comprehensive analysis of your sales pipeline — stale deals, stage velocity, conversion gaps — and returns a structured report. One prompt, no manual filtering through FUB smart lists.

2. Speed-to-lead audit

The lead_speed_to_lead_check tool (verified in mcp-server/src/zillowTools.ts) checks whether a specific contact is still inside the critical 5-minute response window and returns average response time, percentage within the target, and trend data. Ask "Is Maria Chen still in my speed-to-lead window?" and the agent answers with numbers, not a guess.

See the Zillow Playbook for the full speed-to-lead workflow this tool supports.

3. Lead nurture optimizer

The lead-nurture-optimizer tool (MCP server index.ts line 4230) identifies which contacts in your pipeline are at risk of going dark and surfaces the recommended next action per contact. It works across every lead source that feeds FUB — the integration source does not matter because the data is already unified inside the CRM.

4. Fair Housing compliance scan

Before any AI-generated message leaves the platform, the scanForComplianceViolations() function (verified in chat-app/utils/complianceGuard.js line 293) checks the text against Fair Housing rules and licensing requirements. The agent will not send or surface language that triggers a violation. See the Compliance page for what the scan covers.

How does the Ace Score work inside FUB custom fields?

Even without the MCP connector, Ace writes scored data directly into FUB custom fields via webhooks — so the intelligence is visible on every contact card without opening a separate tool. The field system uses two tiers (verified in chat-app/shared/aceIntelligenceFieldsConfig.js):

Field What it tracks Tier
Ace Score Lead engagement score 0–100, updated live via webhooks Free
Ace Tier Hot / Warm / Cool / Cold / Dormant — temperature label from the score Free
Ace Velocity Score Engagement velocity (0–100) from 7-day and 30-day event windows Free
Ace Response Time Minutes to first response after lead creation Free
Ace Days Since Inbound Days since the contact last reached out Free
Ace Lead Type AI-classified Buyer / Seller / Investor / Buyer-Seller Ace Trove (paid)
Ace Buyer Readiness Ready Now / Actively Looking / Researching / Passive Ace Trove (paid)

These fields live inside FUB so agents can filter and build Smart Lists directly — without leaving the CRM to check a separate dashboard. Learn more about how the Ace Trove powers the paid intelligence fields.

How do you connect Ace's AI agent to Claude or ChatGPT?

Connecting takes under two minutes. The steps below assume you are already on an active Follow Up Ace account and have your MCP URL available in your account settings.

  1. Open Claude Desktop (or the Claude web interface with MCP support) and navigate to Settings > Integrations.
  2. Add a new integration and paste the Streamable HTTP connector URL: https://followupace.com/mcp.
  3. Authenticate with your Follow Up Ace credentials when prompted.
  4. In Claude, type a prompt referencing your FUB contacts or pipeline — for example, "Run a pipeline health check and tell me which deals haven't had contact in 14 days."
  5. Claude will call the relevant Ace MCP tools, retrieve live data from FUB, and return a structured answer in the chat window.

For ChatGPT, use the SSE URL (https://followupace.com/api/mcp/sse/) in ChatGPT's plugin or action connector settings. The workflow is otherwise identical.

What FUB Smart List recipes does Ace unlock?

Beyond one-off AI prompts, Ace ships with a pre-built recipe catalog that creates repeatable FUB Smart Lists from AI-scored fields. Each recipe is a named filter definition agents can apply directly — verified in chat-app/utils/aiEngineRecipes.js. Current recipes include:

Free-tier recipes use the always-on Ace Score fields. Paid-tier recipes activate when the Ace Trove is enabled on the account. Explore the Agentic page to see how these recipes fit into a fully automated follow-up workflow.

What does Ace cost compared to managing integrations manually?

Ace operates on three per-seat plan tiers (verified in chat-app/routes/embed.js and chat-app/routes/zillow.js):

Plan What is included Voice chat
Free Ace Score fields, basic AI chat, MCP connector access No
Regular Full AI chat, extended pipeline tools, priority support No
Pro ($55/mo per seat) All Regular features + Zillow Playbook tools + voice chat Yes

Teams that need account-wide AI analysis — nightly Seller Radar scans, warehouse-backed revenue analysis, bulk contact scoring across thousands of contacts — add the Ace Trove, which is priced by contact count from $49/mo (Starter, up to 5,000 contacts) to $899/mo (Enterprise, up to 500,000 contacts).

The manual alternative — stitching together Zapier automations, a separate analytics dashboard, and a standalone AI tool — typically costs more in both subscription fees and agent time spent switching between systems. The MCP connector eliminates the switching by making FUB queryable through whichever AI assistant the agent already uses.

What makes FUB's open architecture different from a closed CRM?

Closed CRMs lock data inside proprietary formats. Every integration requires the vendor's blessing, and AI features are limited to whatever the vendor ships. FUB's open architecture inverts that relationship: because FUB exposes a public API and accepts leads from any source that sends an email or posts to a webhook, the data is already interoperable before any AI layer arrives.

Ace takes that openness one step further by exposing the same API surface through the MCP standard. That means a team can use Claude today, switch to a different AI model next year, and the connector URL stays the same. The AI model is swappable; the CRM data and the tool definitions are not.

This is what "open OS meets open agent" means in practice: FUB is the open operating system for real estate data, and the MCP connector is the open interface that lets any compliant AI agent run inside it.

Which FUB integrations benefit most from an AI layer?

Not all integrations benefit equally. The highest-leverage combinations are those where the AI can act on data that already exists in FUB because an integration pushed it there:

In each case, the AI is reading data that FUB's integrations already collected — it is not duplicating work, it is making the existing data useful faster.

Does the AI agent work with Zillow leads specifically?

Yes. The Zillow speed-to-lead check is one of the most frequently used tools in the MCP surface. When a Zillow lead lands in FUB, the lead_speed_to_lead_check tool can be called immediately to determine whether the agent is still within the 5-minute contact window that Zillow's own research identifies as the threshold for meaningful connection rates.

The tool returns three data points: average first-response time, the percentage of leads contacted within the 5-minute target, and a trend indicator. If the agent is trending slower, the AI can escalate to a pipeline health alert without any manual report generation. See the dedicated Zillow Playbook for the full recommended workflow.

How do I get started with the MCP connector today?

  1. Create a free Follow Up Ace account at followupace.com/admin/signup — no credit card required.
  2. Connect Follow Up Boss in one click from the onboarding screen. Ace reads your FUB account's contacts and pipeline immediately.
  3. Copy your MCP URL from the Ace settings panel (Claude URL or ChatGPT SSE URL depending on your preferred AI assistant).
  4. Paste the URL into your AI client's connector or integration settings and authenticate.
  5. Run your first prompt: "Show me my top 10 leads by Ace Score and flag any that haven't been contacted in 7 days."

For more context on how the agentic layer fits into a full real estate workflow, see the Agentic overview and the Follow Up Boss integrations guide.

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