
daily deals mcp server
MCP server to retrieve daily deals for different stores around Melbourne
Repository Info
About This Server
MCP server to retrieve daily deals for different stores around Melbourne
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Big Watermelon MCP Server
Big Watermelon is fruit & veggies wholesale store in the east of Melbourne. The daily deals are announced on their website each morning as a set of images.
This service will download the images ones per day, extract the deal details and makes them available as a MCP server for AI agents to consume.
Running
The service uses Google Gemini for image analysis and expects a valid Gemini API key
via the environment variable GEMINI_API_KEY, for example:
export GEMINI_API_KEY=ABCDE-XXXX-YYY-ETC
curl -X POST http://localhost:8080/mcp \
-H "Content-Type: application/json" \
-d '{
"action": "get-big-watermelon-deals",
"parameters": {},
"request_id": "123"
}'
Basic build and run:
make build
make run
Development workflow:
1. make dev # Start development server with hot reload
make fmt # Format code
make lint # Run linter
Testing:
make test
make coverage
Docker operations:
make docker-build
make docker-run
Quick Start
Clone the repository
git clone https://github.com/hebra/daily-deals-mcp-serverInstall dependencies
cd daily-deals-mcp-server
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.