Automated inventory purchasing bot for Target, Best Buy, Costco, Sam's Club, and other retailers.
- ARCHITECTURE.md - System design and component overview
- ANTI-DETECTION.md - Stealth techniques and bot evasion
- PROXIES.md - Proxy types, providers, and rotation strategies
- RETAILERS.md - Target, Best Buy, Costco, Sam's Club implementation
- FAST-CHECKOUT.md - Speed optimization, direct cart URLs, API shortcuts
- COSTCO-DEEP-DIVE.md - Costco-specific strategies for product drops
- DOCKER-MCP-ARCHITECTURE.md - Docker + MCP + GCP deployment architecture
- ROADMAP.md - Implementation phases and tasks
- Runtime: Node.js 20+
- Language: TypeScript
- Browser Automation: Playwright + Stealth Plugin
- AI Integration: MCP (Model Context Protocol)
- Proxies: Residential/ISP (Bright Data, Oxylabs, Smartproxy)
# Install dependencies
npm install
# Copy and edit environment config
cp .env.example .env
# Edit .env with your proxy credentials and Costco login
# Test browser stealth setup
npm run test:browser
# Run Costco stock monitor
npm run test:costcoThe bot includes an MCP server that allows Claude to control the browser:
# Run MCP server for Claude Desktop
npm run mcpSee SETUP.md for Claude Desktop configuration.
# Build and run with Docker
docker-compose up -d
# View logs
docker-compose logs -f monitor✅ Ready to use - Browser automation with MCP integration complete.
For personal use only. Respect retailer terms of service.