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.
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_lookupproduct_lookup_batchproduct_offersproduct_offers_retailerproduct_price_historyproduct_scheduleproduct_unschedulescheduled_products_listapi_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
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
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.