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

How to Use the Arrivy MCP in CrewAI

Deploy an autonomous field service team using CrewAI. Your agents collaborate to manage Arrivy bookings, dispatch, and monitoring 24/7.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Arrivy MCP to CrewAI

Create your Vinkius account to connect Arrivy 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 a booking and scheduling crew

With CrewAI, you can assign specialized roles to different agents. Create a 'Booking Agent' that uses the `create_customer` tool and a 'Scheduling Agent' that uses `create_task`. They can work together, sharing information through CrewAI's shared memory to process new job requests. Another agent, the 'Verification Specialist', could use `list_customers` to prevent duplicates before the Booking Agent acts. This divides the labor, letting each agent focus on one part of the problem, which is how CrewAI builds complex autonomous systems.

Run a fully autonomous dispatch operation

Build a 'Dispatch Crew' to manage your field operations. A 'Lookout Agent' can periodically run `list_tasks` to find unassigned jobs. It passes these jobs to a 'Dispatcher Agent', which then uses `list_crews` to find available personnel and `update_task` to make the assignment. This isn't just a script; it's a team of agents coordinating. You can even add a 'Notification Agent' that messages the customer after the `update_task` tool is successfully called. This MCP server gives your crew the specific actions they need to run your business.

Use an agent crew to monitor Arrivy health

You can dedicate a simple CrewAI crew to system monitoring. One agent's only job is to run `get_account_check` every few minutes. If it fails, it passes a work item to an 'Escalation Agent' that notifies an administrator. This is a perfect example of using an MCP server for autonomous oversight. Your crew becomes a reliable, always-on monitor for your connection to Arrivy. It's a simple, powerful way to ensure your operations are never down because of a dropped connection.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Assign roles. Create one agent to handle customer creation with `create_customer` and another to schedule the job with `create_task`. They can work sequentially, with the first agent passing the new customer ID to the second, all managed by CrewAI's process.
Yes, that's a perfect use case. Set up a 'Dispatcher' agent that uses `list_tasks` to find work, `list_crews` to find people, and `update_task` to assign the job. You can run this crew on a schedule to continuously clear your unassigned queue.
When configuring your agents in CrewAI, you can pass a filtered list of tools to each one. This lets you create specialized agents. For example, a 'Billing' agent might only have access to read-only tools, while a 'Dispatcher' agent can use `update_task`.
Absolutely. Create a simple, two-agent crew. The first agent's sole purpose is to periodically run the `get_account_check` tool from this MCP. If it ever fails, it tasks the second agent to send an alert.
Your data is handled in a secure, isolated environment. Vinkius runs the Arrivy MCP Server inside a V8 Isolate sandbox for each request. This means your data, including customer details, crew info, and task specifics, is only present for the duration of the tool execution and is never stored on the server.

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