4,500+ servers built on MCP Fusion
Vinkius
Funil de Vendas logo
Vinkius
CrewAI logo

How to Use the Funil de Vendas MCP in CrewAI

Deploy an autonomous crew of AI agents to manage your Funil de Vendas pipeline. Prospecting to reporting, fully automated.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Funil de Vendas MCP to CrewAI

Create your Vinkius account to connect Funil de Vendas 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

Assemble an Autonomous CrewAI Sales Team

Don't just run one agent. Deploy a specialized crew. Assign a 'Prospector' agent the `create_person` and `create_company` tools to add new leads into Funil de Vendas from a source list. It works methodically, adding one contact at a time. Once a prospect is created, it hands off to an 'Account Executive' agent. This agent's only job is to use `create_opportunity` to open a new deal, linking it to the person and company the Prospector just made. Each agent has a clear role, just like a real team.

Automate Pipeline Progression

Your Account Executive agent can do more than just open deals. Give it the `update_opportunity` tool and a set of rules. Based on incoming emails or calendar events, this agent can find the right deal with `list_opportunities` and move it to the next stage. To keep it from going off the rails, the agent can first consult the `list_funnels` tool to know exactly which stages are valid. This prevents errors and ensures the agent operates within your established sales process. It's disciplined, autonomous execution.

Delegate Reporting to a Manager Agent

You need oversight. Create a 'Sales Manager' agent that runs once a day. Its job is to use `get_people_stats` and `list_opportunities` to get a snapshot of the entire pipeline's health and the team's activity. This manager agent doesn't change any data. It's a read-only role, designed for analysis and reporting. It can summarize its findings and send a daily brief, giving you a constant, automated overview of your Funil de Vendas account without any manual work.

Setup guide

Set up Funil de Vendas 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 Funil de Vendas tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

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

When defining your `MCPServerHTTP` connection in CrewAI, use the `tool_filter` argument. This lets you create separate toolsets for each agent, so your 'analyst' agent only gets `list_opportunities` while your 'SDR' agent gets `create_person`.
Yes, this is a perfect task for a sequential crew. The first agent uses `create_company` and passes the new company's ID to the second agent. The second agent then uses that ID to execute `create_opportunity`, ensuring the two are linked correctly in Funil de Vendas.
Before attempting to update a deal, have your agent call the `list_funnels` tool. This tool returns the defined sales pipelines and their stages, so your agent can make valid calls to `update_opportunity` every time.
No, it's simple for basic use. Just pass your Vinkius MCP URL directly into the `mcps` list when you instantiate your Agent. CrewAI handles the connection and tool discovery automatically.
Vinkius isolates every single tool execution. When one agent calls `create_person` and another calls `get_opportunity`, those operations run in separate, stateless sandboxes. There's no cross-contamination; data like names, emails, and financial details from one task can't leak into another.

Start using the Funil de Vendas 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 Funil de Vendas. 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.