4,500+ servers built on MCP Fusion
Vinkius
Enrich CRM logo
Vinkius
CrewAI logo

How to Use the Enrich CRM MCP in CrewAI

Deploy autonomous CrewAI research teams that run background lookups using the Enrich CRM MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Enrich CRM MCP to CrewAI

Create your Vinkius account to connect Enrich CRM 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

Divide and conquer lead research

The `enrich_company` tool allows your researcher agent to map out a target account's technographics while a separate outreach agent uses `enrich_person` to find the decision-maker. They share this context in real time. CrewAI manages the handoff between these specialized agents. This means your team doesn't waste API calls running duplicate lookups on the same account.

CrewAI agents verify contact channels autonomously

Your team can assign the `find_email` and `find_phone` tools to a dedicated validation agent. This agent's sole job is to confirm contact details before passing the lead to the sales writer agent. The model autonomously decides which lookup tool to use based on the quality of the initial lead record. It operates completely in the background without needing manual intervention.

Monitor team tool usage automatically

A supervisor agent uses `get_account_info` to track the remaining lookup balance for the entire crew. If the balance drops too low, the supervisor agent pauses the pipeline. This prevents your autonomous loops from running into hard API errors that could crash your entire execution queue. It keeps the team running smoothly.

Setup guide

Set up Enrich CRM 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 Enrich CRM tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent Enrich CRM 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 Enrich CRM MCP in CrewAI

You can pass your Vinkius MCP server URL directly into the `mcps` array when initializing your CrewAI agents. The framework automatically parses the server and exposes all five tools to the team.
Yes, you can use the `MCPServerHTTP` class from `crewai.mcp` and apply a `tool_filter`. This lets you restrict tools like `find_phone` to your sales agent while keeping them hidden from your research agent.
CrewAI uses shared memory, allowing an agent running `enrich_company` to write firmographic data to the task context. Subsequent agents in the crew can read this data to customize their outreach emails.
Both. Since the MCP server is hosted securely on Vinkius, your local Python scripts and your cloud-deployed crews can access the same endpoints using standard HTTP transports.
The firmographic and technographic data retrieved by `enrich_company` is passed directly to your active agent session. We do not cache or log your target company profiles on Vinkius, keeping your market intelligence private.

Start using the Enrich CRM MCP today

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

Built & Managed by Vinkius 30s setup 5 tools

We've already built the connector for Enrich CRM. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 5 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.