4,500+ servers built on MCP Fusion
Vinkius
Tray.io logo
Vinkius
CrewAI logo

How to Use the Tray.io MCP in CrewAI

Get teams working autonomously with CrewAI and Tray.io MCP tool access.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Tray.io MCP to CrewAI

Create your Vinkius account to connect Tray.io 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

Identify the team's operational context

Give your agent a starting point using `get_authenticated_user`. This pulls the current user's details, letting the specialized crew know exactly who they are talking to. It keeps all tasks targeted and relevant. The initial identity check ensures that every action taken by the collaborating agents is tied back to the correct account context within Tray.io.

Scope out available automations

Before starting a task, you need full context. Run `list_workflows` to see every automation defined in your Tray.io account. This gives the crew a complete map of potential operations. For structuring responses, check `list_integration_solutions`. These solutions provide ready-made ways for the agents to collaborate and execute complex tasks.

Analyze run history step by step

If a task goes sideways, you need visibility. Call `list_workflow_executions` to track the history of recent runs across Tray.io. This provides immediate debugging information. You can also dig into details using `get_workflow_details` for precise step-by-step analysis, letting your monitor agent pinpoint exactly where a process broke down.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

CrewAI exposes the available tools to its specialized agents. When an agent needs data—say, checking a connector list—it calls the tool via the MCP Server, getting real-time results from Tray.io.
Yes. The `list_workflows` tool allows your crew's monitor agent to pull a complete roster of every automation defined across the account within Tray.io.
The tools allow specialized agents to collaborate autonomously. For example, one agent can use `list_available_connectors` while another uses that list to build a connection template.
CrewAI accesses user details through the `get_authenticated_user` tool. This retrieves basic account information needed for specialized agents to operate within the correct user context in Tray.io.
Absolutely. You use `list_workflow_executions`. This tool provides a log of recent runs, letting your crew monitor the performance and status of automations running on Tray.io.

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