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

How to Use the Cabify MCP in CrewAI

Deploy autonomous agent crews to coordinate corporate travel and logistics using CrewAI and Cabify.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Cabify MCP to CrewAI

Create your Vinkius account to connect Cabify 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 corporate travel with CrewAI teams

The `get_available_products` tool allows your logistics agent to query available vehicle tiers and capacities at any coordinate. In a CrewAI setup, this agent works alongside a scheduling agent to match vehicle sizes with employee headcount. Once the optimal tier is identified, a booking agent uses `request_ride` to secure the vehicle. The entire process runs autonomously, allowing your team to focus on the event while the crew handles the transit.

Audit travel expenses using this MCP Server

The `get_ride_history` tool pulls past corporate trips, complete with costs, dates, and expense categories. An auditor agent in your crew analyzes this data to detect anomalies or policy violations. If the auditor agent finds an issue, it passes the trip ID to a reporting agent. The crew can then cross-reference coordinates using `get_saved_locations` to verify if the trip was for a registered business destination.

Monitor active trips autonomously

The `get_ride_details` tool tracks active trips, providing real-time updates on driver status and route progress. A dispatcher agent monitors this data to ensure rides are progressing as planned. If a delay occurs, the dispatcher agent queries `get_time_estimate` to calculate the new arrival time. Should the delay exceed your threshold, the agent can trigger a Slack alert or call `cancel_ride` if a replacement is needed.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Pass your Vinkius server URL directly into the agent's `mcps` parameter. For granular control, use `MCPServerHTTP` from the `crewai.mcp` package to filter which tools each agent can access.
Yes. If a meeting is rescheduled, your scheduling agent can pass the ride ID to a logistics agent, which then executes `cancel_ride` to avoid cancellation fees.
Agents use CrewAI's shared memory to pass coordinates and location IDs retrieved from `get_saved_locations` or `add_saved_location` to coordinate multi-passenger pickups.
Yes. Your financial planning agent can call `get_price_estimate` to compare costs across different Cabify tiers before authorizing the booking agent to request the ride.
Yes. All location coordinates, ride history details, and transaction costs are processed inside Vinkius's zero-trust V8 sandbox. This MCP server isolates your data, ensuring your sensitive logistics data is never shared or stored.

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