{
  "name": "ShopSavvy",
  "description": "Product search, price comparison, and shopping intelligence across 100M+ products and tens of thousands of retailers. Founded in 2008 with 40M+ app downloads.",
  "url": "https://shopsavvy.com",
  "provider": {
    "organization": "Monolith Technologies, Inc.",
    "url": "https://shopsavvy.com/about"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false
  },
  "authentication": {
    "schemes": ["none", "bearer"],
    "note": "Free tier requires no authentication. API key (bearer token) required for higher rate limits."
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "product-search",
      "name": "Product Search",
      "description": "Search 100M+ products by name, keyword, barcode, ASIN, URL, or model number",
      "tags": ["shopping", "products", "search", "barcode", "upc"]
    },
    {
      "id": "price-comparison",
      "name": "Price Comparison",
      "description": "Compare real-time prices across tens of thousands of retailers for any product",
      "tags": ["pricing", "comparison", "deals", "offers"]
    },
    {
      "id": "price-history",
      "name": "Price History",
      "description": "View historical pricing data, trends, and price change timestamps for products",
      "tags": ["pricing", "history", "analytics", "trends"]
    },
    {
      "id": "deal-discovery",
      "name": "Deal Discovery",
      "description": "Find current deals, sales, and price drops across all tracked retailers",
      "tags": ["deals", "sales", "discounts", "alerts"]
    },
    {
      "id": "buying-guides",
      "name": "Expert Buying Guides",
      "description": "Access curated best-picks articles, TLDR product reviews, and when-to-buy timing advice",
      "tags": ["reviews", "recommendations", "buying-guide", "best-picks"]
    },
    {
      "id": "price-alerts",
      "name": "Price Alerts",
      "description": "Set up price monitoring and get notified when products drop to target prices",
      "tags": ["alerts", "monitoring", "notifications"]
    }
  ],
  "endpoints": {
    "mcp": {
      "url": "https://api.shopsavvy.com/mcp/sse",
      "transport": "sse",
      "npm": "shopsavvy-mcp"
    },
    "dataApi": {
      "url": "https://api.shopsavvy.com/v1",
      "documentation": "https://shopsavvy.com/data/documentation"
    },
    "searchApi": {
      "url": "https://api.shopsavvy.com/search",
      "documentation": "https://shopsavvy.com/search-api"
    },
    "website": "https://shopsavvy.com"
  },
  "llmResources": {
    "llmsTxt": "https://shopsavvy.com/llms.txt",
    "llmsFullTxt": "https://shopsavvy.com/llms-full.txt",
    "markdownSuffix": ".md",
    "acceptHeader": "text/markdown"
  }
}
