mcp-shopeefood-vn

2noScript/mcp-shopeefood-vn

3.2

If you are the rightful owner of mcp-shopeefood-vn and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP Server for interacting with ShopeeFood Vietnam, providing tools to search and retrieve restaurant information.

Tools
1
Resources
0
Prompts
0

ShopeeFood MCP Server

Overview

MCP Server for interacting with ShopeeFood Vietnam, providing tools to search and retrieve restaurant information.

Features

  • Search restaurants by location and keywords
  • Get list of supported cities and districts
  • Filter results by multiple criteria
  • Real-time data from ShopeeFood
  • Automated browser management
  • Resource-efficient operation

Installation

git clone https://github.com/2noScript/mcp-shopeefood-vn.git
cd mcp-shopeefood-vn
  • Normal
  uv pip install -r requirements.txt 
  uv run -m camoufox fetch
  uv run -m src.run
  • Docker Compose
docker-compose up -d --build
  • Configure the MCP server to use SSE as the transport protocol.
{
  "mcpServers": {
    "mcp-shopeefood-vn": {
      "url": "http://localhost:8000/sse",
      "disabled": false,
      "autoApprove": []
    }
  }
}

Tools

search_food_shop

List all information related to the specified keyword. Arguments:

  • city: city name (e.g. Hà Nội)
  • districts: Districts (e.g. ["Hoàn Kiếm", "Ba Đình"])
  • keyword: Keyword (e.g. Bún chả)
  • limit: Limit (e.g. 25)

Demo with CLINE

https://github.com/user-attachments/assets/0b4fffce-f86b-4ee3-a696-6383dfcf5051

Demo with n8n gemini agent