Amazon.in MCP Server
NPM · AMAZON-IN-MCP-SERVER · SCANNED SEP 20
Search Amazon.in: cheapest in-stock, best-value picks, product details, Keepa price-history.
Available components
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 → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 33 of 118 dependencies flagged as unhealthy (1 deprecated). View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 70 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability69
- 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 Management90
- Stability observed for 27 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
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 3 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the Amazon.in MCP Server server?
Amazon.in MCP Server runs locally as an npm package, launched with npx -y amazon-in-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · amazon-in-mcp-server
claude mcp add justadityaraj-amazon-in-mcp-server -- npx -y amazon-in-mcp-server
{
"mcpServers": {
"justadityaraj-amazon-in-mcp-server": {
"command": "npx",
"args": [
"-y",
"amazon-in-mcp-server"
]
}
}
} {
"servers": {
"justadityaraj-amazon-in-mcp-server": {
"command": "npx",
"args": [
"-y",
"amazon-in-mcp-server"
]
}
}
} codex mcp add justadityaraj-amazon-in-mcp-server -- npx -y amazon-in-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"justadityaraj-amazon-in-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"amazon-in-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add justadityaraj-amazon-in-mcp-server --command npx --arg -y --arg amazon-in-mcp-server
mcp_servers:
justadityaraj-amazon-in-mcp-server:
command: "npx"
args: ["-y", "amazon-in-mcp-server"] {
"McpServers": {
"justadityaraj-amazon-in-mcp-server": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"amazon-in-mcp-server"
]
}
}
} assistant mcp add justadityaraj-amazon-in-mcp-server -t stdio -c npx -a -y amazon-in-mcp-server
{
"mcpServers": {
"justadityaraj-amazon-in-mcp-server": {
"command": "npx",
"args": [
"-y",
"amazon-in-mcp-server"
]
}
}
} 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.
- 19 Sept 26 +1
- Security disclosure: unverified → fail ▼ functional
- 18 Sept 26 0
- Security disclosure: fail → unverified ▼ functional
- 16 Sept 26 −3
- Stability: pass → 0.77 functional
- 15 Sept 26 +1
- Stability: 0.97 → pass security
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 11 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 9 Sept 26 −3
- Stability: pass → 0.80 functional
- 8 Sept 26 +1
- Stability: 0.97 → pass security
- Security disclosure: unverified → fail ▼ functional
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 20 Sept 2026 · Analysed npm/amazon-in-mcp-server@0.1.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 118 packages
| Packages resolved | 118 |
|---|---|
| Deprecated | 1 |
| Stale | 33 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
get_product Get Amazon.in Product Detail ~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
| Name | Type | Req | Description |
|---|---|---|---|
| asin_or_url | string | yes | Amazon.in ASIN (10 chars) or any product URL containing /dp/<ASIN> |
No output schema declared.
No examples provided.
price_history_link Price History Link (Keepa) ~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 }
| Name | Type | Req | Description |
|---|---|---|---|
| asin_or_url | string | yes | ASIN or amazon.in URL — Keepa link is built for the amazon.in domain |
No output schema declared.
No examples provided.
search_amazon_in 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
| Name | Type | Req | Description |
|---|---|---|---|
| include_sponsored | boolean | – | Include sponsored / ad listings. Defaults to false. |
| max_results | integer | – | Maximum listings to return (1-20). Default 5. |
| query | string | yes | Keyword search query (e.g., 'bluetooth speaker under 2000') |
No output schema declared.
No examples provided.
What is the Amazon.in MCP Server server?
Amazon.in MCP Server is listed in the public MCP registry as io.github.justadityaraj/amazon-in-mcp-server. Search Amazon.in: cheapest in-stock, best-value picks, product details, Keepa price-history. This page covers its npm package (amazon-in-mcp-server).
Is the Amazon.in MCP Server server safe to use?
Amazon.in MCP Server scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the Amazon.in MCP Server server expose?
Amazon.in MCP Server exposes 3 tools: search_amazon_in, get_product, price_history_link. Their descriptions and schemas cost roughly 860 tokens of context every time the server is loaded.
Is the Amazon.in MCP Server server still maintained?
Amazon.in MCP Server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the Amazon.in MCP Server server under?
Amazon.in MCP Server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.