Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Amazon.in MCP Server

NPM · AMAZON-IN-MCP-SERVER · SCANNED AUG 3

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

+24 this week 66 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (117 of 122), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (117 of 122), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability62
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 860 tokens (~286/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · amazon-in-mcp-server

# add to Claude Code
claude mcp add justadityaraj-amazon-in-mcp-server -- npx -y amazon-in-mcp-server
# add to Codex CLI
codex mcp add justadityaraj-amazon-in-mcp-server -- npx -y amazon-in-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "justadityaraj-amazon-in-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "amazon-in-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add justadityaraj-amazon-in-mcp-server --command npx --arg -y --arg amazon-in-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  justadityaraj-amazon-in-mcp-server:
    command: "npx"
    args: ["-y", "amazon-in-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "justadityaraj-amazon-in-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "amazon-in-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +47
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Tool coverage: 100 → unverified functional
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Stability: unverified → 0.20 functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 31 Jul 26 −24
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 42

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 117 packages

117 packages in the resolved dependency tree · 117 deprecated · 31 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 3 exposed · ~860 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_product ~290

Fetch a single amazon.in product's details by ASIN or URL. Scrapes the product page and returns price, MRP, discount %, rating, review count, availability, bullets, brand, seller, delivery info, and a Keepa price-history URL. Args: - asin_or_url (string): plain 10-char ASIN (e.g., "B0BDHWDR12") or any amazon.in product URL containing /dp/<ASIN> Returns: JSON with schema: { "asin": string, "title": string, "url": string, "image": string, "price_inr": number, "price_display": string, "mrp_inr": number, "discount_percent": number, "rating": number, "review_count": number, "in_stock": boolean, "availability": string, "bullets": string[], "brand": string, "seller": string, "delivery": string, "price_history_url": string } Error handling: - "Could not extract ASIN" → input was not a valid ASIN or amazon.in URL - "Bot-check page" → retry after a delay

NameTypeReqDescription
asin_or_urlstringyesAmazon.in ASIN (10 chars) or any product URL containing /dp/<ASIN>

No output schema declared.

No examples provided.

price_history_link ~146

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_url": string }

NameTypeReqDescription
asin_or_urlstringyesASIN or amazon.in URL — Keepa link is built for the amazon.in domain

No output schema declared.

No examples provided.

search_amazon_in ~424

Search amazon.in for products by keyword and return ranked listings. This tool scrapes the public amazon.in search page (no API key needed). It returns a normalised list of results plus two convenience picks: - cheapest_in_stock: lowest price among listings showing stock - best_value: weighted score = rating × log10(reviews+10) / sqrt(price), requires >=10 reviews Args: - query (string, 2-200 chars): search keywords - max_results (int, 1-20, default 5): number of listings to return - include_sponsored (bool, default false): include ad listings Returns: JSON with schema: { "query": string, "total_results": number, // total listings parsed from the page (pre-slice) "returned": number, // how many are in results[] after applying max_results "results": [ { "asin": string, "title": string, "url": string, "image": string, "price_inr": number, "price_display": string, "mrp_inr": number, "rating": number, "review_count": number, "prime": boolean, "sponsored": boolean, "in_stock": boolean, "delivery": string, "price_history_url": string } ], "cheapest_in_stock": <SearchResultItem>, "best_value": <SearchResultItem> } Error handling: - "Amazon served a bot-check page" → wait 30-60s and retry - "Failed to reach amazon.in" → transient network or throttling

NameTypeReqDescription
include_sponsoredbooleanInclude sponsored / ad listings. Defaults to false.
max_resultsintegerMaximum listings to return (1-20). Default 5.
querystringyesKeyword search query (e.g., 'bluetooth speaker under 2000')

No output schema declared.

No examples provided.