MCP (Model Context Protocol) server for Amazon Scraper API. Plugs into Claude Desktop, Cursor, Claude Code, Continue, or any MCP-compatible AI client. Gives your model live Amazon product data as a first-class tool call.
What it unlocks
"Find me the highest-rated wireless earbuds under $150 on amazon.com, then check if they're cheaper on amazon.de"
With this MCP server, it calls amazon_search + amazon_product directly and comes back with structured data from Amazon Scraper API (https://amazonscraperapi.com/).
Server Config
{
"mcpServers": {
"amazon-scraper": {
"command": "npx",
"args": [
"-y",
"amazon-scraper-api-mcp"
],
"env": {
"ASA_API_KEY": "asa_live_..."
}
}
}
}