Uber Eats MCP Server
Uber Eats MCP サーバー
これは、Uber Eats上にMCPサーバーを構築する方法のPOCです。
https://github.com/user-attachments/assets/05efbf51-1b95-4bd2-a327-55f1fe2f958b
MCPとは何ですか?
モデル コンテキスト プロトコル (MCP)は、LLM アプリケーションと外部ツール間のシームレスな統合を可能にするオープン プロトコルです。
Related MCP server: SupaUI MCP Server
前提条件
Python 3.12以上
Anthropic APIキーまたはその他のサポートされているLLMプロバイダー
設定
仮想環境がアクティブになっていることを確認します。
uv venv source .venv/bin/activate # On Unix/Mac必要なパッケージをインストールします。
uv pip install -r requirements.txt playwright installAPI キーを使用して
.envファイルを更新します。ANTHROPIC_API_KEY=your_openai_api_key_here
注記
MCPトランスポートとしてstdioを使用しているため、ブラウザからの出力をすべて無効にしています。
デバッグ
このコマンドでMCPインスペクタツールを実行できます。
uv run mcp dev server.pyThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA demonstration implementation of the Model Context Protocol server that facilitates communication between AI models and external tools while maintaining context awareness.
- AlicenseCqualityDmaintenanceA Model Context Protocol server that enables AI agents to generate, fetch, and manage UI components through natural language interactions.3227ISC
- AlicenseBqualityDmaintenanceAn educational implementation of a Model Context Protocol server that demonstrates how to build a functional MCP server integrating with various LLM clients.2MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that bridges MCP clients with local LLM services, enabling seamless integration with MCP-compatible applications through standard tools like chat completion, model listing, and health checks.
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Hosted MCP server to manage a restaurant menu from AI agents - 39 tools over the DuckHub API.
A Model Context Protocol server for Wix AI tools
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ericzakariasson/uber-eats-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server