This is a POC of how you can build an MCP servers on top of Uber Eats
https://github.com/user-attachments/assets/05efbf51-1b95-4bd2-a327-55f1fe2f958b
The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external tools.
Ensure you have a virtual environment activated:
uv venv
source .venv/bin/activate # On Unix/Mac
Install required packages:
uv pip install -r requirements.txt
playwright install
Update the .env file with your API key:
ANTHROPIC_API_KEY=your_openai_api_key_here
Since we’re using stdio as MCP transport, we have disable all output from browser use
You can run the MCP inspector tool with this command
uv run mcp dev server.py
Mcp Crypto Price
A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.
Audius Mcp Atris
Model Context Protocol server for Audius. Perform market research, purchase premium tracks, upload songs, and much more!
Mcp Brianknows
Unofficial MCP to use BrianKnows API for DeFI knowledge
An MCP tool server that provides a stateful terminal.
An MCP (Model Context Protocol) tool that provides real-time weather data, forecasts, and historical weather information using the OpenWeatherMap API, specifically designed for Claude Desktop.