Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

justadityaraj/amazon-in-mcp MCP server](https://glama.ai/mcp/servers/justadityaraj/amazon-in-mcp/badges/score.svg)](https://glama.ai/mcp/servers/justadityaraj/amazon-in-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Shop on amazon.in via LLM.

README.md

<p align="center"> <img src="./assets/social-preview.png" alt="amazon-in-mcp" width="900" /> </p>

<h1 align="center">amazon-in-mcp</h1>

<p align="center"> An <a href="https://modelcontextprotocol.io">MCP</a> server that lets your LLM shop on Amazon.in.<br/> Cheapest in-stock listing. Best-value pick. Price history. No paid APIs. </p>

<p align="center"> <a href="LICENSE"><img alt="License" src="https://img.shields.io/badge/license-MIT-black.svg"></a> <img alt="Node" src="https://img.shields.io/badge/node-%E2%89%A518-black.svg"> <a href="https://github.com/justadityaraj/amazon-in-mcp/releases"><img alt="Release" src="https://img.shields.io/github/v/release/justadityaraj/amazon-in-mcp?color=black"></a> <img alt="MCP" src="https://img.shields.io/badge/MCP-stdio-FF9900.svg"> <a href="https://coderabbit.ai"><img alt="CodeRabbit Reviews" src="https://img.shields.io/coderabbit/prs/github/justadityaraj/amazon-in-mcp?labelColor=171717&color=FF570A&label=CodeRabbit+Reviews"></a> </p>

---

What it does

Three tools your LLM can call against amazon.in:

| Tool | What it returns | |---|---| | search_amazon_in(query, max_results=5, page=1) | Ranked listings + two convenience picks: cheapest in stock and best value (rating Γ— log10(reviews) / √price). page fetches deeper result pages. | | get_product(asin_or_url) | Full product detail β€” price, MRP, discount, rating, reviews, stock, bullets, brand, seller, delivery | | price_history_link(asin_or_url) | A Keepa.com chart URL for the amazon.in domain. No network call. |

No API keys. No accounts. Runs locally over stdio. Direct HTML scraping with rotating user agents and retry on bot-check pages.

---

Quick start

1. Install (Claude Code):

git clone https://github.com/justadityaraj/amazon-in-mcp.git
cd amazon-in-mcp && npm install && npm run build
claude mcp add amazon-in -- node "$PWD/dist/index.js"

2. Restart your MCP client (Claude Code, Cursor, Claude Desktop, etc.)

3. Ask:

"Find me a good 1TB external SSD on amazon.in under β‚Ή10,000. Best value pick."

Your LLM will call search_amazon_in, rank by value, and hand back a real product with current price and a Keepa link for price history.

---

What it looks like

A real call to search_amazon_in("wireless mouse", max_results=3) returns:

{
  "query": "wireless mouse",
  "page": 1,
  "total_results": 3,
  "results": [
    {
      "asin": "B0CQRNWJM2",
      "title": "ZEBRONICS Blanc Slim Wireless Mouse...",
      "url": "https://www.amazon.in/dp/B0CQRNWJM2?tag=artech-21",
      "price_inr": 423,
      "mrp_inr": 799,
      "rating": 4.0,
      "review_count": 7801,
      "in_stock": true,
      "delivery": "FREE delivery Tomorrow",
      "price_history_url": "https://keepa.com/#!product/12-B0CQRNWJM2"
    }
  ],
  "cheapest_in_stock": { "asin": "...", "price_inr": 199, "...": "..." },
  "best_value":        { "asin": "...", "rating": 4.3, "...": "..." }
}

get_product adds bullets[], brand, seller, discount_percent, availability.

---

Configure your MCP client

<details> <summary><b>Claude Code</b></summary>

claude mcp add amazon-in -- node /absolute/path/to/amazon-in-mcp/dist/index.js

</details>

<details> <summary><b>Claude Desktop</b></summary>

Edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "amazon-in": {
      "command": "node",
      "args": ["/absolute/path/to/amazon-in-mcp/dist/index.js"]
    }
  }
}

</details>

<details> <summary><b>Cursor / Windsurf / others</b></summary>

Same JSON config as Claude Desktop. Drop it into the client's MCP settings file. </details>

---

Configuration

All optional. Set these in the env block of your MCP client config; defaults preserve the original behavior.

| Env var | Default | Purpose | |---|---|---| | AMAZON_IN_AFFILIATE_TAG | artech-21 | Amazon Associates tag on emitted URLs. none / off / "" disables. See funding. | | AMAZON_IN_CACHE_TTL_MS | 90000 | Lifetime of the in-memory page cache (ms). 0 disables caching. | | AMAZON_IN_PROXY | _unset_ | HTTP/HTTPS proxy URL for all requests, e.g. http://user:pass@host:8080. |

Example β€” route through a proxy and shorten the cache to 30 s:

{
  "mcpServers": {
    "amazon-in": {
      "command": "node",
      "args": ["/path/to/dist/index.js"],
      "env": {
        "AMAZON_IN_PROXY": "http://user:pass@proxy.example:8080",
        "AMAZON_IN_CACHE_TTL_MS": "30000"
      }
    }
  }
}

---

Automatic routing (no need to say "use the Amazon MCP")

Once installed, the server tells your client to reach for these tools on its own. It ships MCP server instructions (returned in the initialize handshake) that instruct the model to use search_amazon_in / get_product by default for any amazon.in shopping, price, availability, or reviews question β€” including when you just paste an amazon.in link or an ASIN. The tool descriptions carry the same trigger keywords as a fallback for clients that read tool descriptions but not server instructions.

So you can ask "find me a mechanical keyboard under 3000" or paste a product link and the client routes to this server without you naming it. Note this is model-level guidance surfaced by the host (Claude Code, Claude Desktop, Cursor, …), not a hard protocol guarantee β€” a client that ignores server instructions and tool descriptions won't be forced to route.

---

Image search

The server intentionally doesn't accept image input β€” keeps it provider-agnostic. Instead, paste the image into your LLM client, ask it to describe the product, and it'll call search_amazon_in with the right keywords automatically. Works the same in every MCP-capable client.

---

How "best value" is scored

Among in-stock listings with at least 10 reviews:

$$ \text{score} = \frac{\text{rating} \times \log_{10}(\text{reviews} + 10)}{\sqrt{\text{price}}} $$

The highest score wins. cheapest_in_stock is just the lowest price_inr among in-stock items β€” useful when you want raw cheapness instead of balance.

---

Robustness

| | | |---|---| | UA rotation | 5 modern desktop UAs (Chrome / Safari / Firefox on Mac / Win / Linux) | | Retries | 3 attempts, exponential backoff on 5xx, 429, and bot-check pages | | Bot detection | Scans first 8 KB for known CAPTCHA / robot markers | | Timeout | 20 s per request | | Caching | Successful pages cached in memory for 90 s (per URL) to skip duplicate fetches; tune with AMAZON_IN_CACHE_TTL_MS, 0 disables | | Proxy | Optional β€” set AMAZON_IN_PROXY to route requests through an HTTP/HTTPS proxy when a datacenter IP is blocked | | State | None persisted. Stdio, no cookies, no session β€” the cache is a short-lived, in-process buffer only |

Expect ~1–5% of requests to fail with a bot-check during heavy use. Wait 30–60 seconds and retry, run from a different network, or set AMAZON_IN_PROXY.

---

How this project is funded

By default, amazon.in URLs returned by this server include the author's Amazon Associates tag (artech-21). If you (or your LLM) click through and buy something, the author earns a small commission. You pay the same price. This is the only way the project stays free, MIT, and actively maintained.

Override or disable anytime with the AMAZON_IN_AFFILIATE_TAG env var:

| Value | Behavior | |---|---| | _unset_ | Author's tag (artech-21) β€” supports the project | | yourtag-21 | Your own Amazon Associates tag | | none / off / false / "" | No tag, raw amazon.in URLs |

Example β€” your own tag:

{
  "mcpServers": {
    "amazon-in": {
      "command": "node",
      "args": ["/path/to/dist/index.js"],
      "env": { "AMAZON_IN_AFFILIATE_TAG": "yourtag-21" }
    }
  }
}

---

Roadmap

  • [ ] Publish to npm so install becomes npx -y amazon-in-mcp-server
  • [ ] Optional Keepa API support (user-supplied key) for real price-history data
  • [ ] Filter helpers β€” min_rating, min_reviews, under_price
  • [ ] Smoke-test suite with cached HTML fixtures

---

Development

npm install
npm run dev      # tsx watch
npm run build    # tsc β†’ dist/
npm start        # node dist/index.js

Test interactively with the MCP Inspector:

npx @modelcontextprotocol/inspector node dist/index.js

Project layout:

src/
  index.ts        # MCP server + 3 tool registrations
  scraper.ts      # fetch with UA rotation, retry, bot-check, proxy, cache
  parse.ts        # cheerio selectors for search + product pages
  cache.ts        # in-memory TTL + LRU cache
  constants.ts    # UAs, headers, tuning constants, affiliate/proxy/cache config
  types.ts        # SearchResultItem, ProductDetail

---

Disclaimer

Fetches publicly accessible amazon.in pages for personal research and assistant use. Does not bypass authentication, paywalls, or CAPTCHAs β€” when Amazon serves a bot-check the tool stops and reports the error.

You are responsible for using this in line with Amazon's Terms of Service and any local laws. No warranty about uptime, accuracy, or fitness for any purpose. DOM selectors are best-effort and may break when Amazon updates its layout. PRs welcome.

---

License

MIT Β© Aditya Raj Singh

Issues, bug reports, and selector fixes welcome β€” Amazon's DOM shifts every few months, so this will break occasionally and need community help to keep current. <!-- by Aditya Raj Singh -->

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Search servers.