Back to All Tools
⚡ Model Context Protocol (MCP) ServerMCP Servers0 Stars

Amazon Scraper Api

Amazon Scraper API — REST/JSON API for extracting structured Amazon product, search, and batch data across 20 marketplaces, with key-based authentication, official SDKs, a CLI, and a local MCP server. Operated independently under the ChocoData namespace; not affiliated with Amazon.com, Inc.

#cloudflare-os#mcp-servers

Installation & Setup Quickstart

Copy commands or configuration snippets for this tool

{
  "mcpServers": {
    "amazon-scraper-api": {
      "command": "npx",
      "args": [
        "-y",
        "github:api-evangelist/amazon-scraper-api"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "<YOUR_CLOUDFLARE_API_TOKEN>"
      }
    }
  }
}