
Ubereats
Wire Claude Code or Cursor so your agent can browse restaurants and place Uber Eats delivery orders from natural language.
Overview
io.github.markswendsen-code/ubereats is an MCP server for the Build phase that lets AI agents interact with Uber Eats for food delivery ordering.
What is this MCP server?
- npm package @striderlabs/mcp-ubereats at version 0.1.0 with stdio MCP transport
- Lets AI agents drive Uber Eats food delivery workflows from the agent chat
- Published with Model Context Protocol server.schema.json 2025-12-11 metadata
- Open-source repo at github.com/markswendsen-code/mcp-ubereats for self-hosted stdio wiring
- Server version 0.1.0 in MCP registry metadata
- npm identifier @striderlabs/mcp-ubereats with stdio transport
- Single published npm package entry in server.schema.json
What problem does it solve?
Switching between your coding agent and the Uber Eats app breaks flow when you want dinner ordered while you debug or deploy.
Who is it for?
Solo builders who already use MCP daily and want experimental personal delivery automation from Claude Code or Cursor.
Skip if: Teams that need a supported, audited commerce integration for customer-facing products or regulated meal programs.
What do I get? / Deliverables
After you register the stdio MCP server, your agent can call Uber Eats-oriented tools from the same session where you build and ship.
- Registered stdio MCP server entry for Uber Eats in your agent
- Agent-callable tools for Uber Eats delivery workflows per upstream implementation
- Repeatable local setup you can version-control in dotfiles or team MCP config
Recommended MCP Servers
Journey fit
MCP servers are cataloged on the Build shelf because they extend what your coding agent can do during product work and personal automation loops. Integrations is the right subphase: this server exposes Uber Eats as typed tools over stdio MCP, not a standalone app you ship.
How it compares
Uber Eats MCP integration for agents, not a Shopify-style ecommerce skill or a browser-only scraper skill.
Common Questions / FAQ
Who is io.github.markswendsen-code/ubereats for?
It is for developers running Claude Code, Cursor, Codex, or Windsurf who want Uber Eats exposed as MCP tools over stdio.
When should I use io.github.markswendsen-code/ubereats?
Use it when you are building agent workflows or personal automations that need to search restaurants and place delivery orders via MCP.
How do I add io.github.markswendsen-code/ubereats to my agent?
Install @striderlabs/mcp-ubereats from npm, add a stdio MCP server entry pointing at that package, restart the client, and complete any Uber account steps in the GitHub README.