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

How to Use the Uber MCP in CrewAI

Autonomous Uber ride management: Build specialized crews with CrewAI's MCP Server integration.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Uber MCP to CrewAI

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

Plan routes using the Uber MCP Server

You can assign a 'Route Planner Agent' to use `get_place_autocomplete`. This agent researches valid pickup and dropoff locations, returning structured address components for the team. The final step is to have the 'Estimator Agent' run `get_ride_estimate`, using the validated coordinates from the first agent.

Review past trips with the Uber MCP Server

Build a dedicated 'Billing Agent' that runs `get_trip_history`. This allows the crew to pull comprehensive records, including product used, distance, and price for review. The agent can then summarize this data for an end-user report or calculate expenses automatically.

Identify available ride types with the Uber MCP Server

Before any planning starts, assign a 'Product Agent' to use `get_products`. This agent lists all available ride options at a specific location using product IDs and descriptions. This lets your crew decide if the user needs an SUV or just a standard sedan before wasting time on price estimates.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

A 'Memory Agent' can run `get_saved_places` first. This agent pulls all saved spots, which are then passed to a 'Validator Agent' for quick reference during the trip planning cycle.
Have one agent run `get_price_estimate` comparing two general points, and have another agent run `get_ride_estimate` for a specific product to provide the final, detailed cost.
Yes. A 'Dispatch Agent' should check `get_time_estimate`. This gives the crew a crucial metric on how quickly an Uber can arrive at a specified location, helping the user make a timely decision.
You'll use `get_user_profile` early in your operation. This confirms which account is connected to the session, ensuring that all subsequent actions are correctly attributed to the right user.
The server touches location coordinates and trip history details. These include start/end locations, which your autonomous crew must treat as highly sensitive personal information.

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