How to Use the Follow Up Boss MCP in Cursor
Configure your .cursor/mcp.json to let your Cursor agent use this MCP Server to query Follow Up Boss deals and generate custom real estate workflows.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Follow Up Boss MCP to Cursor
Create your Vinkius account to connect Follow Up Boss to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Query live leads with this MCP Server
The `get_person` and `list_people` tools feed real Follow Up Boss contact records directly into your Cursor chat. When writing a custom lead-routing script, your Cursor agent runs these tools to verify API payloads against actual Follow Up Boss database records. This stops you from writing Cursor code against outdated Follow Up Boss API documentation. Cursor pulls the exact fields your real estate team uses, helping you build custom Follow Up Boss integrations that work on the first run.
Write notes and tasks inside Cursor
The `add_note` and `create_task` tools let your Cursor agent write updates to your Follow Up Boss CRM while you write code. If you are testing a webhook in Cursor, the agent logs a note or schedules a task to verify the integration works in Follow Up Boss. You do not have to open a browser window to check if your Cursor test script succeeded in Follow Up Boss. Cursor reads the return payload from Follow Up Boss to confirm the record was created.
Track deals in your Cursor agent workspace
The `get_deal` and `list_deals` tools let your Cursor workspace query your Follow Up Boss pipeline values and transaction stages. Your Cursor agent uses these tools to build custom reporting scripts or export Follow Up Boss sales metrics directly into your codebase. Combining these deal tools with `list_events` allows your Cursor agent to map Follow Up Boss lead website activity. You can build custom Cursor triggers that flag when a high-value buyer views a listing in Follow Up Boss.
Set up Follow Up Boss MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Follow Up Boss MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Follow Up Boss transactions." If the MCP tools are loaded correctly, Cursor will call the Follow Up Boss tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"follow-up-boss-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Follow Up Boss. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Follow Up Boss MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Follow Up Boss MCP today
We host it, we monitor it, we maintain it. You just paste one token.