@pipeworx/keepa
Connect: https://gateway.pipeworx.io/keepa/mcp · Install: one-click buttons
Tools: 4
Tools
- keepa_product — Price & sales-rank history + stats for an Amazon ASIN — the historical low/high/avg, current Amazon/New/Used/Buy-Box prices, sales rank, and est. monthly units sold. Example: keepa_product({ asin: “B0
- keepa_bestsellers — Bestsellers in an Amazon category — returns the top ASINs by sales rank for a given category node id. Example: keepa_bestsellers({ category: “281052”, domain: 1, _apiKey: “your-key” })
- keepa_deals — Current Amazon deals — recent price drops across the marketplace, optionally filtered to a minimum % off. Example: keepa_deals({ domain: 1, min_percent_off: 20, _apiKey: “your-key” })
- keepa_search — Search Amazon for a keyword → ASINs. Returns matching product ASINs (and titles when available) for a search term. Example: keepa_search({ term: “mechanical keyboard”, domain: 1, _apiKey: “your-key” }
Tools
-
keepa_bestsellers— Bestsellers in an Amazon category — returns the top ASINs by sales rank for a given category node id. Example: keepa_bestsellers({ category: 281052 , domain: 1, _apiKey: your-key }) -
keepa_deals— Current Amazon deals — recent price drops across the marketplace, optionally filtered to a minimum % off. Example: keepa_deals({ domain: 1, min_percent_off: 20, _apiKey: your-key }) -
keepa_product— Price & sales-rank history + stats for an Amazon ASIN — the historical low/high/avg, current Amazon/New/Used/Buy-Box prices, sales rank, and est. monthly units sold. Example: keepa_product({ asin: B08 -
keepa_search— Search Amazon for a keyword → ASINs. Returns matching product ASINs (and titles when available) for a search term. Example: keepa_search({ term: mechanical keyboard , domain: 1, _apiKey: your-key })