MCP.so
Sign In

Uber

Get Uber price & time estimates for any ride option

Documentation

About Uber

Uber provides real-time ride-option estimates, fares, ETAs, and product details for trips in the United States. Its connector gives assistants transportation context for comparing ride choices before handing booking actions to the official Uber app.

Connection details

https://mcp.uber.com/claude/rides-3p/mcp

Transport

Streamable HTTP

Authentication

OAuth

Setup

claude mcp add uber --transport http https://mcp.uber.com/claude/rides-3p/mcp

Frequently asked questions

What is the Uber remote MCP server?

The Uber remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.uber.com/claude/rides-3p/mcp, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the Uber MCP server?

Add the endpoint https://mcp.uber.com/claude/rides-3p/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Uber MCP server require authentication?

Yes. Uber uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Uber MCP server use?

Uber exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

More remote MCP servers