shopping-agent-ai
Verified Safeby victorRT3868
Overview
An AI-powered shopping assistant for cross-platform price comparison and objective buying advice on e-commerce platforms (JD, Taobao, Vipshop).
Installation
streamlit run app.pyEnvironment Variables
- LLM_API_KEY
- LLM_BASE_URL
- LLM_MODEL
Security Notes
1. Browser session cookies are stored in plain JSON files (`auth.json`, `auth_zhihu.json`, `auth_xhs.json`), exposing login data if the host machine is compromised. 2. `src/scrapers/jd_gui.py` utilizes `pyautogui` to directly control the user's mouse and keyboard, which presents a significant operational risk; users must be fully aware and avoid system interaction during its execution. 3. Playwright in `headless=False` mode with anti-detection scripts, though necessary for certain platforms, might still trigger anti-bot measures, potentially leading to temporary IP bans or account restrictions on target e-commerce sites.
Similar Servers
gpt-researcher
The GPT Researcher MCP Server enables AI assistants to conduct comprehensive web research and generate detailed, factual, and unbiased reports. It supports multi-agent workflows, local document analysis, and integration with external tools via the Machine Conversation Protocol (MCP) for various research tasks.
deep-research
Generate comprehensive, AI-powered deep research reports, leveraging various LLMs and web search engines, with local knowledge base integration and report artifact editing.
mcp-server-browserbase
Enables LLMs to perform cloud browser automation tasks such as navigating, interacting with elements, extracting data, and capturing screenshots on web pages.
mcp
This server provides Hyperbrowser's Model Context Protocol (MCP) interface, offering tools for web scraping, structured data extraction, crawling, and general-purpose browser automation using AI agents like OpenAI's CUA and Anthropic's Claude Computer Use.