An MCP server that connects AI clients to Amazon Scraper API so they can fetch live Amazon product data, search results, and batch scrape jobs. It returns structured Amazon marketplace data such as price, rating, availability, images, and product details across 20+ marketplaces.
From the registry: Scrape Amazon products, search, and async batch ASIN lookups across 20 marketplaces
Please install the `amazon-scraper-api-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js and npm** — Required to run the MCP server via npx. (https://nodejs.org/)
- **Get an Amazon Scraper API key** — Create an account and obtain an API key for the server to authenticate requests to Amazon Scraper API. (https://app.amazonscraperapi.com/)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","amazon-scraper-api-mcp"]
- required environment variables:
- `ASA_API_KEY`: Amazon Scraper API key used to authenticate API requests. (example: `<your-api-key>`)
Note: The README provides client-specific examples, but the canonical MCP configuration is a stdio server launched with npx and configured with the ASA_API_KEY environment variable.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.ASA_API_KEYrequiredAPI key for authenticating with Amazon Scraper API.MCP server for Firecrawl web scraping, structured data extraction and web search integration.