Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (e.g., info, debug, error) | info |
| UBER_SCOPE | Yes | OAuth scopes required (e.g., profile request history) | profile request history |
| UBER_SANDBOX | No | Whether to use sandbox mode (true/false) | true |
| UBER_CLIENT_ID | Yes | Uber application Client ID | |
| MCP_SERVER_NAME | No | MCP server name | uber-mcp-server |
| DEFAULT_LANGUAGE | No | Default language for the server | tr |
| UBER_API_BASE_URL | No | Production API URL | https://api.uber.com |
| UBER_REDIRECT_URI | Yes | OAuth redirect URI | http://localhost:3000/auth/callback |
| UBER_SERVER_TOKEN | No | Uber Server Token for simple API access | |
| MCP_SERVER_VERSION | No | MCP server version | 1.0.0 |
| UBER_CLIENT_SECRET | Yes | Uber application Client Secret | |
| SUPPORTED_LANGUAGES | No | Comma-separated list of supported languages | en,tr |
| UBER_SANDBOX_API_BASE_URL | No | Sandbox API URL | https://sandbox-api.uber.com |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |