keepa_search

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

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” })

Parameters

NameTypeRequiredDescription
termstringyesKeyword search term, e.g. “mechanical keyboard”
domainintegernoKeepa marketplace id (default 1=US). See keepa_product for the full list.
_apiKeystringyesKeepa API key

Example call

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_search","arguments":{}}}'

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 July 4, 2026