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
Name | Required | Description | Default |
---|---|---|---|
endLatitude | Yes | Destination latitude | |
endLongitude | Yes | Destination longitude | |
startLatitude | Yes | Starting location latitude | |
startLongitude | Yes | Starting location longitude | |
userId | Yes | Unique identifier for the user |