Back to MCP Servers

Shopsavvy

Complete product and pricing data solution for AI assistants. Search for products by barcode/ASIN/URL, access detailed product metadata, access comprehensive pricing data from thousands of retailers, view and track price history, and more.

search-data-extractionai

Installation

npx -y shopsavvy-mcp-server

Configuration

{
  "mcpServers": {
    "shopsavvy-mcp-server": {
      "command": "npx",
      "args": ["-y", "shopsavvy-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub