Enterprise DNA
M MCP Servers Developer low

shopsavvy/shopsavvy-mcp-server

by Various

Model Context Protocol (MCP) server for ShopSavvy Data API - provides product lookup, pricing, and historical data tools for AI assistants.

S

MCP

shopsavvy/shopsavvy-mcp-server

Added 1 June 2026

Overview

This is a Model Context Protocol (MCP) server that wraps the ShopSavvy Data API. It provides tools for product lookup, current pricing, and historical price data to AI assistants. The server is written in JavaScript and exposes these capabilities through the standard MCP interface.

Best for

Best for
Developers building AI assistants that need product pricing and historical data

Use cases

  • Look up current prices for a product by barcode or search
  • Retrieve historical pricing trends for a specific item
  • Get detailed product information for comparison shopping

How to use

Install

npm install @shopsavvy/mcp-server

Tools exposed

  • product_lookup
  • product_lookup_batch
  • product_offers
  • product_offers_retailer
  • product_price_history
  • product_schedule
  • product_unschedule
  • scheduled_products_list
  • api_usage

Tested with

Claude Desktop

Example client config

{\n  "mcpServers": {\n    "shopsavvy": {\n      "command": "npx",\n      "args": [\n        "@shopsavvy/mcp-server"\n      ],\n      "env": {\n        "SHOPSAVVY_API_KEY": "your_api_key_here"\n      }\n    }\n  }\n}

Notes

This is a Model Context Protocol (MCP) server that wraps the ShopSavvy Data API. It provides tools for product lookup, current pricing, and historical price data to AI assistants. The server is written in JavaScript and exposes these capabilities through the standard MCP interface.

7 stars on GitHub. Last updated 2026-04-04. Licensed MIT.

Use cases

  • Look up current prices for a product by barcode or search
  • Retrieve historical pricing trends for a specific item
  • Get detailed product information for comparison shopping

Pros

  • Open source and available on GitHub for transparency
  • Uses the standard MCP protocol for easy integration with MCP-compatible AI assistants
  • Provides access to real-time and historical pricing data from ShopSavvy

Cons

  • Low star count (7) indicates limited community adoption and testing
  • Requires a ShopSavvy API key, adding a dependency on an external service
  • Only implemented in JavaScript, limiting language flexibility

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Open source and available on GitHub for transparency
  • Uses the standard MCP protocol for easy integration with MCP-compatible AI assistants
  • Provides access to real-time and historical pricing data from ShopSavvy

Cons

  • Low star count (7) indicates limited community adoption and testing
  • Requires a ShopSavvy API key, adding a dependency on an external service
  • Only implemented in JavaScript, limiting language flexibility
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks