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

How to Use the Trefle MCP in CrewAI

Coordinate botanical research with Trefle using CrewAI multi-agent teams.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Trefle MCP to CrewAI

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

Search Botanical Records Across the Board

The `search_plants` tool lets your crew search through all main plant species. Assign one agent to this task, and it quickly narrows down thousands of entries using keyword matching. For broader searches involving sub-taxa, another agent can use `search_species`. You assign roles—one researches general plants, the other tackles detailed species taxonomy.

Define Plant Distribution Zones

Need to know what's native to a region? The `get_distribution_plants` tool requires you to specify parameters like 'native' establishments. A monitoring agent can use this to validate the scope of research. This allows your multi-agent crew to perform geo-targeted analysis, checking specific distribution zones against known plant life.

Access Core Taxonomic Details

The `get_genus` and `get_species` tools retrieve core details for a given taxonomic level. A specialized agent can handle this by first identifying the genus, then pulling all associated species data. This structured approach ensures that your crew builds its understanding of the flora systematically, one level at a time.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

You'll use `list_species` to pull all species, including sub-taxa. Another agent can then run `list_genera` to map out the high-level groups for context.
Yes, your crew can manage data quality by invoking tools like `report_species_error`. This lets a dedicated 'QA Agent' submit findings or flag bad data points for human review.
The MCP Server deals with objective botanical information: plant names, species lists, and distribution zone coordinates. It has no access to private user or personal data.
Start by calling `list_distributions`. This provides the complete catalog of zones, which you can then pass to other agents for targeted plant searches.
Use `get_species` or simply call `list_plants`. The latter is better if you just want the main roster of plant names, excluding lower-level variations.

Start using the Trefle 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 Trefle. 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.