#!/usr/bin/env node /** * ShopSavvy Data API MCP Server * * A Model Context Protocol server that provides AI assistants with access to * ShopSavvy's comprehensive product data, pricing information, and historical price tracking. * * Features: * - Product lookup by barcode, ASIN, URL, model number, or ShopSavvy ID * - Current pricing offers from multiple retailers * - Historical pricing data with date ranges * - Product scheduling for automatic price monitoring * - API usage tracking and credit management * * Requires a ShopSavvy Data API key. Get yours at: https://shopsavvy.com/data */ export {}; //# sourceMappingURL=index.d.ts.map