Amazon.in MCP Server

An MCP server that lets your LLM shop on Amazon.in. Cheapest in-stock listing. Best-value pick. Price history. No paid APIs. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-11 · ★ 7 · #142 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Amazon.in MCP Server

before you install - you'll need

Set AMAZON_IN_CACHE_TTL_MS, AMAZON_IN_AFFILIATE_TAG before connecting. AMAZON_IN_PROXY is optional or environment-specific per the README.

Claude Code

claude mcp add justadityaraj-amazon-in-mcp -- npx -y amazon-in-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "justadityaraj-amazon-in-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "amazon-in-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package amazon-in-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.justadityaraj is GitHub-verified and matches the repo owner

03 · What Amazon.in MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.3 · 2026-07-11

First published build carrying automatic routing (server instructions from v0.1.2, which was never shipped to npm) plus the v0.1.3 reliability work. No breaking changes; all new inputs and env vars are optional and…

v0.1.2 · 2026-07-11

Ships MCP server instructions so clients reach for the Amazon India tools by default - no need for the user to name the MCP. · Added · Server instructions (returned in the initialize handshake): clients now treat…

v0.1.1 · 2026-05-24

Reliability + correctness pass. No breaking changes, no new tools, same API surface. · Fixed · search_amazon_in.total_results was misleading - it reported the post-slice count, so it always equalled max_results when…

04 · Who maintains Amazon.in MCP Server

Amazon.in MCP Server is maintained by justadityaraj. We track 2 MCP servers from justadityaraj - 2 actively maintained, 8 combined GitHub stars, oldest repo from May 2026.

05 · Facts

category
finance - ranked #142 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-07-11)
registry
io.github.justadityaraj/amazon-in-mcp-server (active, first published 2026-05-19 · 2 versions)
packages
npm:amazon-in-mcp-server

06 · Amazon.in MCP Server FAQ

What is Amazon.in MCP Server?

An MCP server that lets your LLM shop on Amazon.in. Cheapest in-stock listing. Best-value pick. Price history. No paid APIs. It runs locally over stdio via the published package.

Is Amazon.in MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-11 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Amazon.in MCP Server?

Run `npx -y amazon-in-mcp-server`. The README documents 3 environment variables (AMAZON_IN_PROXY, AMAZON_IN_CACHE_TTL_MS, AMAZON_IN_AFFILIATE_TAG) to set first. Set AMAZON_IN_CACHE_TTL_MS, AMAZON_IN_AFFILIATE_TAG before connecting. AMAZON_IN_PROXY is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Amazon.in MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Amazon.in MCP Server