Skip to main content
Glama

MCP Uber Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
UBER_CLIENT_IDYesYour Uber API Client ID from the Uber Developer Dashboard
UBER_ENVIRONMENTNoThe Uber API environment (sandbox or production)sandbox
UBER_REDIRECT_URINoThe redirect URI for OAuth callbackhttp://localhost:3000/callback
UBER_CLIENT_SECRETYesYour Uber API Client Secret from the Uber Developer Dashboard

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
uber_get_auth_url

Get the Uber authorization URL for user to authenticate

uber_set_access_token

Set the access token for a user after OAuth callback

uber_get_price_estimates

Get price estimates for a ride between two locations

uber_request_ride

Request an Uber ride

uber_get_ride_status

Get the current status of a ride request

uber_cancel_ride

Cancel an ongoing ride request

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