keepa_product

Pack: keepa · Endpoint: https://gateway.pipeworx.io/keepa/mcp

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: “B08N5WRWNW”, domain: 1, _apiKey: “your-key” })

Parameters

NameTypeRequiredDescription
asinstringyesAmazon ASIN, e.g. “B08N5WRWNW”
domainintegernoKeepa marketplace id (default 1=US): 1=US, 2=UK, 3=DE, 4=FR, 5=JP, 6=CA, 8=IT, 9=ES, 10=IN, 11=MX
stats_daysintegernoCompute stats over the last N days (default 90).
_apiKeystringyesKeepa API key (64-char hex; subscribe at keepa.com)

Example call

Arguments

{
  "asin": "B08N5WRWNW",
  "_apiKey": "your-keepa-api-key"
}

curl

curl -X POST https://gateway.pipeworx.io/keepa/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"keepa_product","arguments":{"asin":"B08N5WRWNW","_apiKey":"your-keepa-api-key"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('keepa_product', {
  "asin": "B08N5WRWNW",
  "_apiKey": "your-keepa-api-key"
});

More examples

{
  "asin": "B0C1VVNMFX",
  "domain": 2,
  "stats_days": 180,
  "_apiKey": "your-keepa-api-key"
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "keepa": {
      "url": "https://gateway.pipeworx.io/keepa/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 18, 2026