Price_Claw_MCP

DrBoom-233/Price_Claw_MCP
★ 1 stars Python 🤖 AI/LLM Updated today
A MCP server that can utilize LLM to extract price information from e-commerce websites.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "price_claw_mcp": {
      "command": "uvx",
      "args": [
        "price-claw-mcp"
      ]
    }
  }
}

Or install with pip: pip install price-claw-mcp

README Excerpt

> A lightweight MCP service that uses a large language model (LLM) to extract price and product information from e‑commerce pages. --- ✨ Highlights - Adapts to many e-commerce layouts and page structures. - Extracts fields like product name, price, size, color, country/region, etc. - No hardcoded rules, just describe your needs in natural language.

Topics

datae-commercemining