Scrape Amazon products, search, and async batch ASIN lookups across 20 marketplaces
If you already use Amazon Scraper API, the amazon scraper api mcp server is the piece that lets your assistant work with it directly. Scrape Amazon products, search, and async batch ASIN lookups across 20 marketplaces.
That's one prompt. Without MCP, your AI can't fetch Amazon pages (Amazon blocks LLM browsing) and has zero recency for prices and stock. With this MCP server, it calls amazon_search + amazon_product directly and comes back with structured data from Amazon Scraper API.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
amazon_product — Fetch one product by ASIN or URLamazon_search — Keyword search with sort/filteramazon_batch_create — Queue up to 1000 ASINs for async scrapeamazon_batch_status — Poll a batch's progressConfiguration is passed through the environment: ASA_API_KEY, INVALID_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
The server ships on npm as amazon-scraper-api-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
This sits in the search and retrieval group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Amazon Scraper API's toolset — amazon_product, amazon_search, amazon_batch_create and 1 more — is a fair guide to whether it matches your workflow. It is maintained by ChocoData-com; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Amazon Scraper API's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| amazon_product | Fetch one product by ASIN or URL |
| amazon_search | Keyword search with sort/filter |
| amazon_batch_create | Queue up to 1000 ASINs for async scrape |
| amazon_batch_status | Poll a batch's progress |
{
"mcpServers": {
"amazon-scraper": {
"command": "npx",
"args": ["-y", "amazon-scraper-api-mcp"],
"env": {
"ASA_API_KEY": "asa_live_..."
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| ASA_API_KEY | Credential the server authenticates with. | Yes |
| INVALID_API_KEY | Credential the server authenticates with. | Yes |
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.