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

How to Use the Close MCP in CrewAI

Deploy an autonomous sales team for Close. Use CrewAI to have multiple agents collaborate on managing your leads and opportunities.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Close MCP to CrewAI

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

Create a Pipeline Monitoring Crew

Assign a crew of agents to watch your sales pipeline 24/7. One agent can act as a spotter, looking for problems, while another acts as an analyst, digging into the details. It's autonomous oversight for your sales process. Give your 'Monitor' agent the `list_opportunities` tool to scan for deals that haven't been updated recently. When it finds one, it passes the lead ID to an 'Analyst' agent. That agent then uses `get_lead_details` to pull all available information and flag it for a human sales rep.

Automate Lead Qualification with an Agent Crew

Set up a crew to handle new leads as they come in. This frees up your sales team to focus on selling, not data entry. One agent can create the lead, and another can verify it's been processed correctly. An 'Ingestion' agent's only job is to receive data and use the `create_lead` tool. Once done, a 'QA' agent can use `list_leads` with a filter to confirm the new lead appears in Close as expected. This separation of duties makes your automation cleaner.

Build a CrewAI Sales Reporting Team

Let a team of agents prepare your weekly sales reports. An 'Extractor' agent can pull all the raw numbers, and an 'Analyst' agent can process them. The whole process runs without you lifting a finger. This MCP Server gives your agents the tools they need. The Extractor agent would use `list_leads` and `list_opportunities` to get everything from Close. It then hands that raw data to the Analyst agent, which can summarize trends, identify top performers, and format a report.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

When you define your `Agent` in CrewAI, you can pass a specific list of tools. To give one agent access to `create_lead` and another access to `list_leads`, you would load the MCP Server tools and filter them before assigning them to each agent.
Absolutely. You just need to assign an agent the `create_lead` tool from this MCP server. Then, as part of a task, that agent can execute the tool to add a new lead to your Close account.
You pass the Vinkius MCP URL, which contains your auth token, into the `mcps` parameter when creating your CrewAI agent. CrewAI handles the connection, so your agents are automatically authenticated to perform actions in Close.
The `get_current_user` tool can help with that. You can have an agent use this tool at the start of its task to log which API key (representing a user or service account) is performing the actions. This is useful for auditing your crew's work.
Yes. Your crew's requests for lead and opportunity data are routed through Vinkius's zero-trust infrastructure. The MCP server that processes the request is isolated and ephemeral, meaning it's created just for the request and destroyed immediately after. Your data is not logged or stored.

Start using the Close MCP today

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

Built & Managed by Vinkius 30s setup 6 tools

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

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