pricecharting

addisonking/pricecharting
★ 0 stars Python 🔍 Search Updated 1d ago
Unofficial PriceCharting scraper with REST API and MCP server
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pricecharting": {
      "command": "uvx",
      "args": [
        "pricecharting"
      ]
    }
  }
}

Or install with pip: pip install pricecharting

README Excerpt

unofficial scraper + rest api + mcp server for pricecharting.com works for games, consoles, and hardware ```bash pip install -r requirements.txt ``` ```bash uvicorn api:app --host 0.0.0.0 --port 8000 ``` - `GET /game/{slug}` — prices + recent sales for games, consoles, or hardware - `GET /search?q=...` — search by title

Topics

ebayfastapigame-priceslm-studiomcp-serverpricechartingpythonrest-apiscrapervideo-games