HasData Amazon MCP Server

A hosted Model Context Protocol (MCP) server that gives Claude, Cursor, Windsurf and any other MCP client four read-only Amazon tools. Run a keyword search, read one product by its ASIN, look up a seller, and page through what that seller stocks, all as structured JSON, with no Amazon developer account and nothing to host. Its 5 documented tools cover hasdata, amazon, seller.

People who work with hasdata, amazon and seller and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-14 · ★ 14 · #14 OF 52 MAINTAINED E-COMMERCE · VERIFIED 2026-09-18

MIT · JavaScript servers · how we verify → /methodology

01 · Install HasData Amazon

before you install - you'll need

HASDATA_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add hasdata-amazon-mcp --transport http https://mcp.hasdata.com/api/mcp?apis=amazon

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "hasdata-amazon-mcp": {
      "url": "https://mcp.hasdata.com/api/mcp?apis=amazon"
    }
  }
}

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.hasdata.com/api/mcp?apis=amazon

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-18

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

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

repo age created 2026-09-09 - young repo, little track record yet

license MIT - declared in the repository

npm package @hasdata/amazon-mcp - published under the repo owner's npm scope (@hasdata)

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

03 · What HasData Amazon can do

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

What you can build

An agent gets 5 documented tools spanning hasdata, amazon, seller, including hasdata_amazon_product_getProductDetails, hasdata_amazon_reviews_getProductReviews, hasdata_amazon_search_getSearchResults, hasdata_amazon_seller_getSellerDetails.

The 5 tools it gives your agent

Extracted from the project's README - what HasData Amazon lets an agent do.

hasdata_amazon_product_getProductDetails
- Title, brand, current/list/deal price, currency, availability, Buy Box seller, Prime eligibility, bullet points, A+ description, rating and review count, images
hasdata_amazon_reviews_getProductReviews
- Per-review title, body, star rating, author name and profile, review date, country, verified-purchase flag, helpful-vote count, variant/format attributes, and a
hasdata_amazon_search_getSearchResults
- The organic results list with ASIN, title, thumbnail, product URL, price and list price, currency, star rating, review count, Prime/sponsored flags, and positio
hasdata_amazon_seller_getSellerDetails
- Business name, seller logo, About-this-seller text, overall feedback rating and lifetime/12-month/90-day/30-day rating breakdown, feedback count, business addre
hasdata_amazon_seller_products_getSellerProducts
- Each product row with ASIN, title, image, product URL, price and list price, currency, star rating, review count, and Prime flag. 5 credits a call

Latest releases

v1.0.0 · 2026-09-09

First release. Four read-only Amazon tools over HasData's hosted MCP server: keyword search, product details by ASIN, seller profile and seller catalogue. · Published as @hasdata/amazon-mcp on npm and…

04 · Who maintains HasData Amazon

HasData Amazon is maintained by hasdata. We track 26 MCP servers from hasdata - 26 actively maintained, 332 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from hasdata.

  1. HasData Instagram Public Instagram profiles and post feeds by handle, with hashtags and mentions parsed. ★ 22
  2. HasData Google Search (SERP) Google SERP as JSON: organic, AI Overview, People Also Ask, AI Mode, news, shopping. No Cloud setup. ★ 22
  3. HasData TikTok Public TikTok profiles, videos, comments and keyword search as JSON. No developer account. ★ 15
  4. HasData YouTube Search YouTube and read video, channel and transcript data as JSON. No Google Cloud project. ★ 6
  5. HasData Google Trends Google Trends interest over time, by region, and related queries and topics, as JSON. ★ 6
  6. HasData Airbnb Airbnb stays by location and dates, and full listing details, as structured JSON. ★ 6

05 · Facts

category
e-commerce - ranked #14 of 52 actively-maintained e-commerce servers as of 2026-09-18.
release cadence
1 release in the last 90 days (latest 2026-09-09)
registry
com.hasdata/amazon (active, first published 2026-09-09)
packages
npm:@hasdata/amazon-mcp · pypi:hasdata-amazon-mcp

06 · HasData Amazon FAQ

Is HasData Amazon still maintained?

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

What can HasData Amazon do?

An agent gets 5 documented tools spanning hasdata, amazon, seller, including hasdata_amazon_product_getProductDetails, hasdata_amazon_reviews_getProductReviews, hasdata_amazon_search_getSearchResults, hasdata_amazon_seller_getSellerDetails.

How do I install HasData Amazon?

Run `npx -y @hasdata/amazon-mcp`. The README documents one environment variable (HASDATA_API_KEY) to set first. You can also paste the ready-made client config above.

Does HasData Amazon require authentication?

Yes - when we probed the endpoint on 2026-09-18, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to HasData Amazon