Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Uber
car

Uber MCP Server

Ride-sharing service

transportationridestravel

About

## Uber MCP Server: Ride-Sharing Platform The **Uber MCP Server** integrates the global ride-sharing platform directly into Google Antigravity, enabling AI assistants to request rides, estimate fares, and manage transportation across the Uber network programmatically. This integration brings worldwide ride-sharing to your development workflow. ### Why Uber MCP? - **Global Coverage**: Access to rides in hundreds of cities worldwide - **Multiple Services**: Ride options from UberX to Black, plus Uber Eats integration - **Business Profiles**: Support for Uber for Business expense management - **Real-Time ETAs**: Accurate pickup and arrival time estimates - **Price Lock**: Lock in prices with upfront fare confirmation ### Key Features #### 1. Fare Estimates ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get Uber fare estimates from Times Square to JFK Airport" }], tools=[{ "name": "uber_estimate", "description": "Get fare estimates" }] ) ``` #### 2. Ride Booking ```python # Book a ride response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Book an Uber Black from the hotel to the conference venue" }], tools=[{"name": "uber_request", "description": "Request rides"}] ) ``` #### 3. Trip Tracking ```python # Track active trip response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Track my current Uber ride and share the trip details" }], tools=[{"name": "uber_track", "description": "Track trips"}] ) ``` #### 4. Trip History ```python # Access trip history response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get all my business Uber trips from last quarter with receipts" }], tools=[{"name": "uber_history", "description": "Trip history"}] ) ``` ### Configuration ```json { "mcpServers": { "uber": { "command": "npx", "args": ["-y", "@anthropic/mcp-uber"], "env": { "UBER_CLIENT_ID": "your-client-id", "UBER_CLIENT_SECRET": "your-client-secret" } } } } ``` ### Use Cases **Travel Coordination**: Integrate ride booking into travel and hospitality applications. **Business Travel**: Automate business travel transportation with expense categorization. **Event Management**: Coordinate ground transportation for conferences and events. **Delivery Integration**: Combine ride-sharing with delivery services for logistics apps. The Uber MCP Server brings global ride-sharing integration directly into your development workflow, enabling comprehensive transportation solutions.

Installation

Configuration
{
  "mcpServers": {
    "uber": {
      "mcpServers": {
        "uber": {
          "env": {
            "UBER_CLIENT_ID": "your-client-id",
            "UBER_CLIENT_SECRET": "your-secret"
          },
          "args": [
            "-y",
            "uber-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Register Uber developer app
  2. 2Get OAuth credentials
  3. 3Access rides API

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers