Skip to main content
Glama

MCP Uber Server

uber_get_price_estimates

Retrieve Uber ride price estimates between two locations by providing start and destination coordinates, along with a user ID, using the MCP Uber Server.

Instructions

Get price estimates for a ride between two locations

Input Schema

NameRequiredDescriptionDefault
endLatitudeYesDestination latitude
endLongitudeYesDestination longitude
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" }, "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", "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