Amazon MCP

Amazon data MCP: products, reviews, niches, WIPO design/IP + US litigation, AI search & trends. Its 18 documented tools cover amazon, category, products, categories. It is available as a remote MCP endpoint.

Teams that want a hosted design endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 6 · #65 OF 74 MAINTAINED DESIGN · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Amazon MCP

before you install - you'll need

Set PANGOLINFO_API_KEY, PANGOLINFO_LANG before connecting.

Claude Code

claude mcp add pangolinfo-pangolinfo-mcp --transport http https://mcp.pangolinfo.com/mcp?api_key={api_key}

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "pangolinfo-pangolinfo-mcp": {
      "url": "https://mcp.pangolinfo.com/mcp?api_key={api_key}"
    }
  }
}

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

https://mcp.pangolinfo.com/mcp?api_key={api_key}

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

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 remote - your agent's requests go to mcp.pangolinfo.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

registry vendor namespace com.pangolinfo - domain-verified with the official MCP registry

03 · What Amazon MCP can do

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

What you can build

With this server connected, an agent can filter category nodes by criteria, and resolve full ancestor paths for a category node.

Capability map

Tools grouped from the project's README - what Amazon MCP lets an agent do.

read & search

5 tools - e.g. Amazon Bestsellers by category; Amazon New Releases by category; Catalog of products under one seller

list_bestsellers · list_new_releases · list_seller_products · search_categories · search_local_maps

Amazon

4 tools - e.g. Amazon keyword search → structured product list; Single-ASIN listing detail (title / bullets / features / aiReviewsSummary); Batch reviews for an ASIN (VOC mining)

search_amazon · get_amazon_product · get_amazon_reviews · search_amazon_alexa

Category

3 tools - e.g. All products in a category leaf; Drill down one level in the category tree; Resolve full ancestor paths for a category node

list_category_products · get_category_children · get_category_paths

Filter

2 tools - e.g. Filter category nodes by criteria; Niche discovery (size × competition × growth)

filter_categories · filter_niches

Wipo

1 tool - e.g. WIPO global design / trademark search (IP clearance). Set enableLitigation=true to also join related US patent-litigation (PACER) cases in the same call

wipo_search

other

1 tool - e.g. AI Search via Google SERP (AI Overview + organic, with compliance disclaimer)

ai_search

Keyword

1 tool - e.g. Keyword Trends via Google Trends (with compliance disclaimer)

keyword_trends

Scrape

1 tool - e.g. Power-user escape hatch: scrape a raw Amazon URL + parserName (non-standard pages)

scrape_url

Limitations (from the README)

If you're calling the endpoint directly (not through a standard MCP client): - POST your JSON-RPC body to /mcp. - The MCP streamable transport normally requires the request to advertise both application/json and text/event-stream in its Accept header. This server backfills the missing media type for you, so a plain Accept: application/json, Accept: /, or even a missing Accept header all work - you don't need to hand-

Latest releases

v0.7.2 · 2026-06-09

Bug fixes for hosted (remote HTTP) mode · Two bugs caused agents connecting to to fail even with a valid API key: · 1. Case-sensitive Bearer → spurious 401 · extractApiKey matched Bearer case-sensitively, but many…

v0.2.1 · 2026-05-22

pangolinfo-mcp v0.2.1 · Bug fixes uncovered by 3 rounds of independent subagent end-to-end testing of the Lobster GTM SKILL against the cloud MCP. No protocol or API changes - just fixes for incorrect self-reported…

v0.2.0 · 2026-05-22

pangolinfo-mcp v0.2.0 · Big release: adds HTTP transport so a single cloud-deployed instance can serve many users - each request brings its own API key in ?api_key= or Authorization: Bearer. Non-technical users no…

04 · Who maintains Amazon MCP

amazon-mcp is maintained by pangolinfo. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
design - ranked #65 of 74 actively-maintained design servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-06-09)
registry
com.pangolinfo/amazon-mcp (active, first published 2026-06-01 · 8 versions)

06 · Amazon MCP FAQ

Is Amazon MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Amazon MCP do?

With this server connected, an agent can filter category nodes by criteria, and resolve full ancestor paths for a category node.

How do I install Amazon MCP?

Run `claude mcp add pangolinfo-pangolinfo-mcp --transport http https://mcp.pangolinfo.com/mcp?api_key={api_key}`. The README documents 2 environment variables (PANGOLINFO_API_KEY, PANGOLINFO_LANG) to set first. Set PANGOLINFO_API_KEY, PANGOLINFO_LANG before connecting. You can also paste the ready-made client config above.

Does Amazon MCP require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Amazon MCP