Skip to main content
Glama

MCP Uber Server

uber_request_ride

Request an Uber ride by specifying user ID, product ID, start and destination coordinates. Enables AI assistants to book rides via MCP Uber Server.

Instructions

Request an Uber ride

Input Schema

NameRequiredDescriptionDefault
endLatitudeYesDestination latitude
endLongitudeYesDestination longitude
fareIdNoFare ID from price estimate
productIdYesUber product ID (from price estimates)
startLatitudeYesStarting location latitude
startLongitudeYesStarting location longitude
userIdYesUnique identifier for the user

Input Schema (JSON Schema)

{ "properties": { "endLatitude": { "description": "Destination latitude", "type": "number" }, "endLongitude": { "description": "Destination longitude", "type": "number" }, "fareId": { "description": "Fare ID from price estimate", "type": "string" }, "productId": { "description": "Uber product ID (from price estimates)", "type": "string" }, "startLatitude": { "description": "Starting location latitude", "type": "number" }, "startLongitude": { "description": "Starting location longitude", "type": "number" }, "userId": { "description": "Unique identifier for the user", "type": "string" } }, "required": [ "userId", "productId", "startLatitude", "startLongitude", "endLatitude", "endLongitude" ], "type": "object" }
Install Server

Other Tools from MCP Uber Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/199-biotechnologies/mcp-uber'

If you have feedback or need assistance with the MCP directory API, please join our Discord server