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

How to Use the LeafLink MCP in CrewAI

Deploy a collaborative team of specialized agents to run your wholesale cannabis operations using CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect LeafLink MCP to CrewAI

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

Coordinate CrewAI teams for order fulfillment

Do not rely on a single agent to manage your wholesale cannabis pipeline. With CrewAI, you can set up an inventory agent that monitors stock using `list_wholesale_products` and a logistics agent that handles shipping updates. The CrewAI agents share memory and execute tasks sequentially. Once the inventory agent confirms stock levels, the logistics agent can execute `update_order_status` to move the wholesale order to the next stage.

Specialized product catalog management

Let specialized CrewAI agents manage your LeafLink brand listings autonomously. A researcher agent can identify catalog gaps, while a writer agent prepares details to execute `create_new_product` directly on this MCP Server. To set this up, install using `pip install crewai "crewai[tools]"` and pass the Vinkius URL in the agent's `mcps` array. This keeps your python-based cannabis automation clean and modular.

Autonomous customer and brand auditing

Run scheduled compliance audits across your LeafLink distributor network. Your crew can pull data from `list_wholesale_customers` and cross-reference active inventory via `get_product_details` to flag discrepancies. If an audit fails, the monitoring agent can flag the issue and update the status of pending shipments using `update_order_status` to prevent unauthorized deliveries.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

You can pass your Vinkius HTTP URL directly into the agent's `mcps` list during initialization, or use `MCPServerHTTP` for advanced filtering of specific tools.
Yes. CrewAI's shared memory allows different agents to collaborate, so one agent can fetch details with `get_order_details` while another updates the status.
Use the `MCPServerHTTP` class from the `crewai.mcp` package and apply a `tool_filter` to expose only specific tools like `list_wholesale_products` to certain agents.
The integration supports stdio, SSE, and Streamable HTTP transports, making it easy to run your crew locally or in a containerized cloud environment.
Your inventory counts and brand records are queried directly from LeafLink using a zero-trust model. Vinkius isolates the runtime environment, ensuring no wholesale data is cached or exposed.

Start using the LeafLink MCP today

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

Built & Managed by Vinkius 30s setup 9 tools

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

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