Mmcp.market

Amazon.in MCP Server

by justadityaraj·io.github.justadityaraj/amazon-in-mcp-server·v0.1.1

Search Amazon.in: cheapest in-stock, best-value picks, product details, Keepa price-history.

A88/100grade A
What users say
No reviews yet
Be the first
Safety scan
A88/100

full report

Adoption
Growing

9 stars53 downloads/wk

Reviews

Write one

Nobody has reviewed Amazon.in MCP Server yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Amazon.in MCP Server tools (3)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • get_product
  • price_history_link

    Build a Keepa.com price-history URL for an amazon.in ASIN. No network call. Keepa renders historical price charts in the browser using the format keepa.com/#!product/12-<ASIN>, where 12 is the amazon.in domain code. This tool is offline — just a deterministic URL builder. Args: - asin_or_url (string): plain ASIN or amazon.in URL containing /dp/<ASIN> Returns: JSON { "asin": string, "price_history_

  • search_amazon_in

Public scan report

scanner v0.1.9 · 2026-09-27 · same rubric, same numbers if you re-run it

no findings
  • Code scan11 source files scanned25/25
  • –Live reliabilityno gateway calls yet and no remote to proben/a
  • –Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 78 days ago12/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 88/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Amazon.in MCP Server repository's README, as published. We do not edit it. Read it on GitHub

amazon-in-mcp

An MCP server that lets your LLM shop on Amazon.in. Cheapest in-stock listing. Best-value pick. Price history. No paid APIs.

What it does

Three tools your LLM can call against amazon.in:

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 searchamazonin, 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 searchamazonin("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, "...": "..." }
}

getproduct adds bullets[], brand, seller, discountpercent, availability.

Configure your MCP client

Claude Code

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

Claude Desktop

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

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

Cursor / Windsurf / others

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

Configuration

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

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y amazon-in-mcp-server on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add amazon-in-mcp-server -- npx -y amazon-in-mcp-server
Add to Cursor

Amazon.in MCP Server: common questions

Is Amazon.in MCP Server safe?
Yes, by our scan: it is graded A (88/100). Read the Amazon.in MCP Server safety report
How do I install Amazon.in MCP Server?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Amazon.in MCP Server need an API key?
No secret keys are declared. It reads 1 setting from the environment.
Is Amazon.in MCP Server maintained?
The last commit was 78 days ago (2026-07-11). The latest release is v0.1.1.
What can I use instead of Amazon.in MCP Server?
Servers from other publishers that do the same job: HasData Amazon MCP server, Apiguru Amazon Data MCP server and Tiny MCP server. Compare all Amazon.in MCP Server alternatives.

Alternatives to Amazon.in MCP Server

Same job from other publishers: the closest match first, then the best rated.

All Amazon.in MCP Server alternatives →
  • HasData Amazon
    Amazon keyword search, product details, seller profiles and seller catalogues, as structured JSON.
    A
  • Apiguru Amazon Data
    Live Amazon product, review, search, deal, offer/stock and seller data across 20 marketplaces.
    A
  • Tiny
    MCP server for Tiny ERP — products, stock, warehouses, price lists, orders, invoices, AP/AR
    B
  • Shopware
    Query and safely manage a Shopware 6 shop: products, orders, customers, stock, audits, reports.
    B
  • DSers Official MCP Server
    Official DSers MCP for dropshipping: import, edit, price, and publish products to Shopify and Wix.
    A

More from justadityaraj →