{
  "name": "amazonoffercode-mcp",
  "title": "AmazonOfferCode MCP",
  "version": "0.1.0",
  "description": "MCP server for AmazonOfferCode, an aggregator of curated Amazon promo codes and deals. Use search_coupons to find active deals by keyword, brand, or category. Use list_brands to discover brands with active coupons. Use get_coupon to fetch full details for a specific coupon_code.",
  "url": "https://fjqzknavlxawemmqmxvc.supabase.co/functions/v1/mcp",
  "transport": "streamable-http",
  "auth": { "type": "none" },
  "tools": [
    {
      "name": "search_coupons",
      "title": "Search Amazon coupons",
      "description": "Search active Amazon coupons and deals on AmazonOfferCode. Filter by keyword, brand, or category. Returns product title, discount, coupon code, brand, category, star rating, and Amazon link."
    },
    {
      "name": "list_brands",
      "title": "List brands with active coupons",
      "description": "List distinct brands that currently have active coupons on AmazonOfferCode, with a count of active coupons per brand."
    },
    {
      "name": "get_coupon",
      "title": "Get coupon details",
      "description": "Get full details of a specific coupon by its coupon_code. Returns product title, description, brand, category, discount, rating, image, expiry, and affiliate Amazon link."
    }
  ]
}
