Skip to main content
Glama

MCP Uber Server

uber_set_access_token

Set the Uber access token for a user after OAuth callback to enable AI assistants to book and manage rides via the MCP Uber Server.

Instructions

Set the access token for a user after OAuth callback

Input Schema

NameRequiredDescriptionDefault
accessTokenYesUber access token for the user
userIdYesUnique identifier for the user

Input Schema (JSON Schema)

{ "properties": { "accessToken": { "description": "Uber access token for the user", "type": "string" }, "userId": { "description": "Unique identifier for the user", "type": "string" } }, "required": [ "userId", "accessToken" ], "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