4,500+ servers built on MCP Fusion
Vinkius
Follow Up Boss logo
Vinkius
CrewAI logo

How to Use the Follow Up Boss MCP in CrewAI

Deploy autonomous agent crews to manage your Follow Up Boss CRM. Let them handle lead routing, tasking, and reporting.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Follow Up Boss MCP on Cursor AI Code Editor MCP Client Follow Up Boss MCP on Claude Desktop App MCP Integration Follow Up Boss MCP on OpenAI Agents SDK MCP Compatible Follow Up Boss MCP on Visual Studio Code MCP Extension Client Follow Up Boss MCP on GitHub Copilot AI Agent MCP Integration Follow Up Boss MCP on Google Gemini AI MCP Integration Follow Up Boss MCP on Lovable AI Development MCP Client Follow Up Boss MCP on Mistral AI Agents MCP Compatible Follow Up Boss MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Follow Up Boss MCP to CrewAI

Create your Vinkius account to connect Follow Up Boss to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Build a Lead Qualification Crew

Don't just run one agent, run a specialized team. Your "Scout" agent's only job is to run `list_smart_lists` every five minutes to find new "Hot Leads". When it finds one, it passes the contact ID to the "Analyst" agent. The Analyst agent takes the ID, uses `get_person` to pull all details, and runs `list_person_notes` to check their history. Based on your rules, it decides which sales agent gets the lead and passes the final assignment to a "Dispatcher" agent, which uses `create_task` to make the official assignment in Follow Up Boss.

Automate Pipeline Monitoring

Set up a crew to watch your pipeline so you don't have to. A "Monitor" agent can run `list_deals` hourly to find deals that haven't been updated in 7 days. It hands this list off to an "Enforcer" agent. The Enforcer agent then goes to work. For each stalled deal, it uses `get_deal` to find the owner, then uses `create_task` to assign them a task: "Update this deal now." It's an autonomous system for keeping your pipeline clean and moving.

An MCP Server for Your Entire Crew

This Follow Up Boss MCP server gives your whole crew the tools they need to operate. You can give every agent in your CrewAI setup access to all 12 tools, or you can use a filter to give them only the specific tools their role requires. For instance, a "Reporting" agent might only need read-only access to `list_people` and `list_tasks`. This lets you enforce roles at the infrastructure level. Just point your agents to the Vinkius URL and they're ready to collaborate.

Setup guide

Set up Follow Up Boss MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Follow Up Boss tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Follow Up Boss Analyst",
    goal="Access and analyze Follow Up Boss data via MCP.",
    backstory="Expert analyst with direct Follow Up Boss access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Follow Up Boss transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

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 CrewAI

When defining your Agent in CrewAI, you can use the `tool_filter` option in the `MCPServerHTTP` class. This lets you specify exactly which tools from this MCP server, like `create_person` or `list_deals`, that particular agent is allowed to use.
Yes, that's the point. One agent can find a contact with `list_people`, pass the ID to a second agent to `add_note`, which then triggers a third agent to `create_task`. They all operate on the same Follow Up Boss data through a shared context.
A solid starter team is a "Finder" agent using `list_people` to watch for new leads, and an "Assigner" agent that uses `create_task` to assign them to a human. This simple CrewAI setup automates your speed-to-lead.
Have one of your agents use the `list_crm_users` tool. It will return a list of all active users in your Follow Up Boss account, which you can then use to dynamically assign tasks.
Yes. Your CrewAI agents communicate with the MCP server over an encrypted channel using a single access token. The server itself is sandboxed and only ever interacts with Follow Up Boss CRM data (people, deals, tasks). Your core API keys are never exposed to the agents.

Start using the Follow Up Boss MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 12 tools

We've already built the connector for Follow Up Boss. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 12 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.