An MCP server that lets an LLM search and inspect products on amazon.in using local HTML scraping over stdio. It can return ranked search results, full product details, and a Keepa price-history link for an Amazon.in ASIN or URL.
From the registry: Search Amazon.in: cheapest in-stock, best-value picks, product details, Keepa price-history.

$ git clone https://github.com/justadityaraj/amazon-in-mcp.githttps://github.com/justadityaraj/amazon-in-mcp$ cd amazon-in-mcp && npm install && npm run buildPlease install the `amazon-in-mcp-server` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js 18 or later** — Node.js version 18 or newer is required to install dependencies and run the built MCP server.
- **Clone the repository** — Download the server source locally because the README only provides a local build/run installation path. Run: `git clone https://github.com/justadityaraj/amazon-in-mcp.git` (https://github.com/justadityaraj/amazon-in-mcp)
- **Install dependencies and build the server** — From the cloned repository, install npm dependencies and compile TypeScript to the dist/ directory before configuring your MCP client. Run: `cd amazon-in-mcp && npm install && npm run build`
Canonical MCP server config (stdio transport):
- command: `node`
- args: ["</absolute/path/to/amazon-in-mcp/dist/index.js>"]
- optional environment variables:
- `AMAZON_IN_AFFILIATE_TAG`: Optional Amazon Associates tag to append to returned amazon.in URLs. If unset, the author's affiliate tag is used by default. Set to your own tag to use that instead, or disable affiliate tagging with values like none, off, false, or an empty string. (example: `<your-amazon-associates-tag>`)
Note: Runs locally over stdio. No API keys or accounts are required. The README mentions a future npm/npx distribution, but it is not yet available, so the documented install path is clone + build.
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.AMAZON_IN_AFFILIATE_TAGOverrides the default Amazon Associates tag used in returned amazon.in URLs; can also disable affiliate tagging.MCP server for searching Airweave collections with natural language queries.