Amazon Scraper API
Rank #45,952io.github.ChocoData-com/amazon-scraper-api-mcp
Scrape Amazon products, search, and async batch ASIN lookups across 20 marketplaces
Amazon Scraper API is a Model Context Protocol (MCP) server published by chocodata-com. It ranks #45,952 of 132,113 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Amazon Scraper API is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Apr 21, 2026 and most recently updated on May 15, 2026.
Ranks ahead of 86,161 of 132,113 servers on MCP Toplist.
Use Amazon Scraper API
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add amazon-scraper-api-mcp -e "ASA_API_KEY=<your ASA_API_KEY>" -- npx -y amazon-scraper-api-mcpReplace each placeholder with your own value before saving.
[mcp_servers.amazon-scraper-api-mcp]
command = "npx"
args = ["-y", "amazon-scraper-api-mcp"]
[mcp_servers.amazon-scraper-api-mcp.env]
ASA_API_KEY = "<your ASA_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"amazon-scraper-api-mcp": {
"command": "npx",
"args": [
"-y",
"amazon-scraper-api-mcp"
],
"env": {
"ASA_API_KEY": "<your ASA_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"amazon-scraper-api-mcp": {
"command": "npx",
"args": [
"-y",
"amazon-scraper-api-mcp"
],
"env": {
"ASA_API_KEY": "<your ASA_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"amazon-scraper-api-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"amazon-scraper-api-mcp"
],
"env": {
"ASA_API_KEY": "<your ASA_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"amazon-scraper-api-mcp": {
"command": "npx",
"args": [
"-y",
"amazon-scraper-api-mcp"
],
"env": {
"ASA_API_KEY": "<your ASA_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"amazon-scraper-api-mcp": {
"command": "npx",
"args": [
"-y",
"amazon-scraper-api-mcp"
],
"env": {
"ASA_API_KEY": "<your ASA_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ChocoData-com%2Famazon-scraper-api-mcp)<a href="https://mcptoplist.com/server/io.github.ChocoData-com%2Famazon-scraper-api-mcp"><img src="https://mcptoplist.com/badge/io.github.ChocoData-com%2Famazon-scraper-api-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
chocodata-com
Other servers by chocodata-com
View all chocodata-com servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.4 | May 15, 2026 |
Frequently asked questions
- Who maintains Amazon Scraper API?
- Amazon Scraper API is maintained by chocodata-com, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Amazon Scraper API listed on the Official MCP Registry?
- Yes — Amazon Scraper API is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Amazon Scraper API have?
- MCP Toplist tracks 1 version of Amazon Scraper API, most recently published on May 15, 2026.
- Where can I find the source code for Amazon Scraper API?
- The source code for Amazon Scraper API is hosted at github.com/chocodata-com/amazon-scraper-api-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.