HasData

Amazon MCP Server

Connect your AI agents to HasData's Amazon MCP server. Scrape live Buy Box prices, ratings with review counts, and seller storefronts in structured JSON over streamable HTTP.

https://mcp.hasdata.com/api/mcp?apis=amazon
Transport
Streamable HTTP
Auth
OAuth or API key
Tools
4 Amazon tools
Price
5 credits / call
Get API Key Read the docs 1,000 free credits. No credit card required.
Data teams at
ClientsClients
Playground

See the Amazon MCP server in action

Select a sample prompt to inspect the tool it chooses and the JSON payload your agent receives.

Amazon · 4 tools Enter to send
Find the best-rated wireless earbuds under $100 and tell me which one to buy
amazon_search · 200 OK sample call
20,000 results. The one to buy is the obvious one:
Apple AirPods 4 · $99, down from $129 · 4.5★ (34,200 reviews)
Amazon's Choice, and 10K+ bought in the past month.
JBL Vibe Beam 2 · 4.1★ (6,800)
HAOYUYAN Wireless Earbuds · $23.98 · 367 reviews, no rating yet
amazon_search { "q": "wireless earbuds" }
{
"url": "https://api.hasdata.com/scrape/amazon/search?q=wireless+earbuds",
"status": 200,
"json": {
"productResults": [
{ "position": 1, "asin": "B0DGHMNQ5Z", "title": "Apple AirPods 4 Wireless Earbuds",
"price": { "symbol": "$", "currentPrice": 99, "beforePrice": 129 },
"reviews": { "rating": 4.5, "totalReviews": 34200 },
"badges": { "amazonChoice": true }, "boughtInPastMonth": "10K+" }
],
"pagination": { "totalResults": 20000, "currentPage": 1 }
}
}
Find the best-rated wireless earbuds under $100 and tell me which one to buy
amazon_search · 200 OK sample call
20,000 results. The one to buy is the obvious one:
Apple AirPods 4 · $99, down from $129 · 4.5★ (34,200 reviews)
Amazon's Choice, and 10K+ bought in the past month.
JBL Vibe Beam 2 · 4.1★ (6,800)
HAOYUYAN Wireless Earbuds · $23.98 · 367 reviews, no rating yet
amazon_search { "q": "wireless earbuds" }
{
"url": "https://api.hasdata.com/scrape/amazon/search?q=wireless+earbuds",
"status": 200,
"json": {
"productResults": [
{ "position": 1, "asin": "B0DGHMNQ5Z", "title": "Apple AirPods 4 Wireless Earbuds",
"price": { "symbol": "$", "currentPrice": 99, "beforePrice": 129 },
"reviews": { "rating": 4.5, "totalReviews": 34200 },
"badges": { "amazonChoice": true }, "boughtInPastMonth": "10K+" }
],
"pagination": { "totalResults": 20000, "currentPage": 1 }
}
}
What's the current price and seller for ASIN B0DGHMNQ5Z?
amazon_product · 200 OK sample call
$99, sold by Amazon.com. Was $129, so 23% off.
Apple AirPods 4, in stock. Others start at $92.18.
3.25 x 3.25 x 1.5 inches, 1.6 ounces, per the specification block.
amazon_product { "asin": "B0DGHMNQ5Z" }
{
"url": "https://api.hasdata.com/scrape/amazon/product?asin=B0DGHMNQ5Z",
"status": 200,
"json": { "product": {
"asin": "B0DGHMNQ5Z", "title": "Apple AirPods 4 Wireless Earbuds", "brand": "Apple",
"price": { "currentPrice": 99, "beforePrice": 129, "discount": "-23%", "priceFrom": 92.18 },
"seller": "Amazon.com", "isAvailable": true, "boughtInPastMonth": "10K+",
"specification": [{ "key": "Item Weight", "value": "1.6 ounces" }]
} }
}
Who is the seller behind storefront A2L77EE7U53NWQ?
amazon_seller · 200 OK sample call
The storefront profile: business name, feedback rating and the rating breakdown over 30, 90 and 365 days, plus the business address.
A storefront that publishes none of it comes back with the id and the URL only.
amazon_seller { "sellerId": "A2L77EE7U53NWQ" }
{
"url": "https://api.hasdata.com/scrape/amazon/seller?sellerId=A2L77EE7U53NWQ",
"status": 200,
"json": { "seller": {
"sellerId": "A2L77EE7U53NWQ",
"url": "https://www.amazon.com/sp?seller=A2L77EE7U53NWQ"
} }
}
What does storefront A2L77EE7U53NWQ list on Amazon?
amazon_seller_products · 200 OK sample call
Sixteen products on page one, and it is not what the name suggests.
Nintendo Switch 2 System · B0F3GWXLTS
The rest of the page is consoles and games.
Each row carries the ASIN, the title, the specification, the reviews block and the badges.
amazon_seller_products { "sellerId": "A2L77EE7U53NWQ", "page": 1 }
{
"url": "https://api.hasdata.com/scrape/amazon/seller-products?sellerId=A2L77EE7U53NWQ&page=1",
"status": 200,
"json": {
"productResults": [
{ "position": 1, "asin": "B0F3GWXLTS", "title": "Nintendo Switch 2 System",
"url": "https://www.amazon.com/Nintendo-Switch-2-System/dp/B0F3GWXLTS" }
],
"pagination": { "currentPage": 1, "nextPageUrl": "…&page=2" }
}
}
Tools

The Amazon tools your agent can call

4 active · 1 deprecated

Typed parameters, required flags, and structured JSON fields for each tool. Search products, inspect ASIN specifications and variants, and price them for a delivery ZIP across 23 Amazon domains.

+ hasdata_amazon_search_getSearchResults Keyword search across listings 4 params 5 creditsTry
Parameters of hasdata_amazon_search_getSearchResults
ParameterTypeRequiredExample
qstringrequired"wireless earbuds"
domainenumoptional"www.amazon.com"
deliveryZipstringoptional"10001"
sortByenumoptional"bestSellers"
response
  • asin
  • title
  • price
  • reviews
  • badges
  • boughtInPastMonth
  • deliveryInfo
+ hasdata_amazon_product_getProductDetails Full detail for one ASIN 4 params 5 creditsTry
Parameters of hasdata_amazon_product_getProductDetails
ParameterTypeRequiredExample
asinstringrequired"B0C33XXV8L"
domainenumoptional"www.amazon.de"
deliveryZipstringoptional"10001"
otherSellersbooleanoptionaltrue
response
  • asin
  • title
  • brand
  • price
  • seller
  • specification
  • variants
  • images
+ hasdata_amazon_seller_getSellerDetails Storefront profile for one seller 2 params 5 creditsTry
Parameters of hasdata_amazon_seller_getSellerDetails
ParameterTypeRequiredExample
sellerIdstringrequired"A2L77EE7U53NWQ"
domainenumoptional"www.amazon.com"
response
  • sellerId
  • url
  • name
  • rating
  • feedback
  • address
+ hasdata_amazon_seller_products_getSellerProducts Everything one seller lists 2 params 5 creditsTry
Parameters of hasdata_amazon_seller_products_getSellerProducts
ParameterTypeRequiredExample
sellerIdstringrequired"A2L77EE7U53NWQ"
pagenumberoptional2
response
  • position
  • asin
  • title
  • url
  • specification
  • reviews
  • badges
+ hasdata_amazon_reviews_getProductReviews deprecated Deprecated, use product details 1 param 5 credits
Parameters of hasdata_amazon_reviews_getProductReviews
ParameterTypeRequiredExample
asinstringrequired"B0C33XXV8L"
response
  • rating
  • title
  • body
  • date

Every call is 5 credits. Failed calls are not billed.

Connect

One endpoint, any MCP client

Config blocks for Claude Desktop, Cursor, VS Code, Windsurf and Claude Code, in each one’s native format. Authenticate with browser OAuth or an x-api-key header.

Claude Code

zsh — hasdata-amazon
$claude mcp add --transport http hasdata-amazon \
> https://mcp.hasdata.com/api/mcp?apis=amazon \
> --header "x-api-key: YOUR_API_KEY"
· One line, no restart. Run /mcp to confirm 5 tools.
Check the tools are thereIn the session
/mcp
hasdata-amazon · connected · 5 tools

Cursor

~/.cursor/mcp.json
{
"mcpServers": { "hasdata-amazon": {
"url": "https://mcp.hasdata.com/api/mcp?apis=amazon",
"headers": { "x-api-key": "YOUR_API_KEY" }
} }
}
· Add this entry to ~/.cursor/mcp.json. Servers already in the file stay as they are.
· Project-level config also works at .cursor/mcp.json
Check the tools are thereAfter saving the file
Settings → MCP
hasdata-amazon · 5 tools enabled

Claude Desktop

Recommended · OAuth connector
1.Settings → Connectors → Add custom connector
2.Paste https://mcp.hasdata.com/api/mcp?apis=amazon
3.Sign in with HasData
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": { "hasdata-amazon": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.hasdata.com/api/mcp?apis=amazon",
"--header", "x-api-key:YOUR_API_KEY"]
} }
}
· Add this entry to ~/Library/Application Support/Claude/claude_desktop_config.json. Servers already in the file stay as they are.
· The config file only takes stdio servers, so a static key rides the mcp-remote bridge. On Windows the file lives at %APPDATA%\Claude\claude_desktop_config.json.
Check the tools are thereReopen the app
Settings → Connectors
hasdata-amazon · connected · 5 tools

VS Code / Copilot

.vscode/mcp.json
{
"servers": { "hasdata-amazon": {
"type": "http",
"url": "https://mcp.hasdata.com/api/mcp?apis=amazon",
"headers": { "x-api-key": "YOUR_API_KEY" }
} }
}
· Add this entry to .vscode/mcp.json. Servers already in the file stay as they are.
· Agent mode picks the server up on save.
Check the tools are thereAgent mode
Ctrl/⌘ + Shift + P → MCP: List Servers
hasdata-amazon · running · 5 tools

Windsurf

~/.codeium/windsurf/mcp_config.json
{
"mcpServers": { "hasdata-amazon": {
"serverUrl": "https://mcp.hasdata.com/api/mcp?apis=amazon",
"headers": { "x-api-key": "YOUR_API_KEY" }
} }
}
· Add this entry to ~/.codeium/windsurf/mcp_config.json. Servers already in the file stay as they are.
· Windsurf reads serverUrl, not url. Header auth only.
Check the tools are thereIn Cascade
Cascade → MCP servers
hasdata-amazon · 5 tools

Codex CLI

~/.codex/config.toml
[mcp_servers.hasdata-amazon]
url = "https://mcp.hasdata.com/api/mcp?apis=amazon"
env_http_headers = { "x-api-key" = "HASDATA_API_KEY" }
· Add this entry to ~/.codex/config.toml. Servers already in the file stay as they are.
· TOML, not JSON. Codex reads the key from the HASDATA_API_KEY environment variable, so export it in the shell that starts Codex.
Check the tools are thereIn the terminal
codex mcp list
hasdata-amazon · 5 tools

Raw HTTP / curl

zsh — hasdata-amazon
$curl -N https://mcp.hasdata.com/api/mcp?apis=amazon \
> -H "x-api-key: YOUR_API_KEY" \
> -H "Content-Type: application/json" \
> -H "Accept: application/json, text/event-stream" \
> -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
· Fallback for any client not listed. Streamable HTTP wants both Accept types, and leaving one out returns 406.
Check the tools are thereCall it yourself
curl … tools/list
{ "tools": [ … 5 items ] }
Scope

Amazon plus whatever else you need

Name the services in the query string and the server exposes only their tools. Every one draws from the same key and the same balance.

Amazon 4 tools See the full MCP server →
https://mcp.hasdata.com/api/mcp?apis=amazon,google_serp,tiktok
18tools in your server
Build vs Buy

Free on GitHub, paid in hours

Anyone can clone a free MCP to scrape Amazon. Whether that stays free depends on the shape of your project.

Scenario

A script I run once

Self-hosted from GitHubyour machine, your upkeep
$0/ mo, runs locally
+ 3–6 h onceof someone’s time
Setup (clone, wire, run)3–6 h once
Markup changesnot yet
Retries and concurrencynot needed
Proxy and hosting$0
Nothing to own. You get the answer and delete the folder.
mcp.hasdata.comFree tier
$0/ mo
+ 0 hof someone’s time
Setup one line
Parser upkeep included
Retries and concurrency included
~50 calls 250 of 1,000 credits
The free tier renews every month. No card.
leans self-hosted
Take the free repo
Nothing has to keep working tomorrow, so upkeep never appears. Both cost nothing, so take whichever is already in front of you.

A weekly report

Self-hosted from GitHubyour machine, your upkeep
$0–40/ mo
+ 2–4 h / moof someone’s time
Setup (proxy, hosting, wiring)3–6 h once
Markup changes2–4 h / mo
Retries and concurrency2–4 h once
Proxy and hosting$0–40 / mo
Someone looks at it when the numbers come back wrong, which is how you find out.
mcp.hasdata.comFree tier
$0/ mo
+ 0 hof someone’s time
Setup one line
Parser upkeep included
Retries and concurrency included
~200 calls a month 1,000 of 1,000 credits
Exactly the free tier, so a heavier month moves you to Startup.
dead even
Either works
The repo is free if you have somewhere to run it, ours is free up to the credit ceiling. The two to four hours a month decide it.

A pipeline in production

Self-hosted from GitHubyour machine, your upkeep
$40–120/ mo
+ 6–10 h / moof someone’s time
Setup (proxy, hosting, wiring)3–6 h once
Markup changes2–4 h / mo
Retries, concurrency, rate limits4–8 h once
Proxy and hosting$40–120 / mo
Someone owns this permanently, and it is never the top of their list.
mcp.hasdata.comStartup, 200K credits, 5 concurrent
$49/ mo
+ 0 hof someone’s time
Setup one line
Parser upkeep included
Retries and concurrency included
10,000 calls 50K of 200K credits
A quarter of the plan used, and the rest is headroom.
leans hosted
Use the hosted server
The proxy and hosting bill alone is in the range of the whole plan, and that is before anyone spends the six to ten hours.

A feature in my product

Self-hosted from GitHubyour machine, your upkeep
$300+/ mo
+ on-callof someone’s time
Setup (proxy, hosting, wiring)3–6 h once
Markup changes, plus on-call2–4 h / mo
Retries, concurrency, rate limitsongoing
Proxy and hosting$300+ / mo
The thing your customers touch depends on one volunteer's spare evening.
mcp.hasdata.comBasic, 1M credits, 15 concurrent
$99/ mo
+ 0 hof someone’s time
Setup one line
Parser upkeep included
Retries and concurrency included
100,000 calls 500K of 1M credits
Same endpoint at ten calls and at ten million. One invoice.
leans hosted
Use the hosted server
A third of the price, and nobody has to carry a pager for a dependency your customers touch.
Pricing

One balance, every interface

A flat monthly price against a known credit ceiling. Move up a plan when you outgrow it.

Free
$0 /mo
Free forever
200 tool calls / month
1,000 credits / month
1 concurrent request
Every MCP tool on every plan
Failed calls are not billed
One balance across MCP and REST
Community support
Start free
Startup
$49 /mo
$1.23 / 1k tool calls
40K tool calls / month
200K credits / month
5 concurrent requests
Every MCP tool on every plan
Failed calls are not billed
One balance across MCP and REST
Email support
Get started
Basic
Recommended
$99 /mo
$0.50 / 1k tool calls
200K tool calls / month
1M credits / month
15 concurrent requests
Every MCP tool on every plan
Failed calls are not billed
One balance across MCP and REST
Priority email support
Get started
Growth
$208 /mo
$0.35 / 1k tool calls
3M credits / month
50 concurrent requests
Every MCP tool on every plan
Failed calls are not billed
One balance across MCP and REST
Dedicated account manager
Get started
Monthly tool call volume
Free 200K 1M 4M
Best fit
Basic
tool calls / mo
200K
Concurrency
15
$ / 1k tool calls
$0.50
$99 /mo
Get Started
Enterprise
Custom price based on required volume

Past 20M credits a month, or terms the self-serve plans do not cover. We shape the contract around your workload.

Credits rollover
Unused credits carry into the next billing period.
Concurrency 2000+
Parallel request limits set to your peak load.
#1 request priority
Highest speed, always first in the queue.
Personal manager
A direct line to the founding team.
SSO
SAML single sign-on for the whole team.
SOC-2 compliance
Security review, DPA, and audit reports.
Talk to sales Quote within one business day
FAQ

Before you wire it in

Do I need an Amazon account or seller credentials?

No. Every tool reads the public product pages a signed-out visitor sees, so there is nothing to connect on Amazon’s side.

Is scraping Amazon legal?

The tools only read pages any visitor can open, and never anything behind a login. Whether a particular use fits your jurisdiction and Amazon’s terms is a call for your own counsel, not something we can answer for you.

How fresh is the data? Is anything cached?

Every tool call fetches the page at that moment, so prices and stock are current. Nothing is served from a cache, which is why a call takes a couple of seconds instead of milliseconds.

Which Amazon marketplaces are supported?

Pass a domain to any tool. Twenty-three are accepted, from www.amazon.com through co.uk, de, fr, it, es, nl, se, pl, ca, com.mx, com.br, co.jp, in, com.au, ae, sa, sg and co.za. It defaults to www.amazon.com.

How many calls can run in parallel?

One on the free tier, five on Startup, fifteen on Basic, and fifty on Growth. The larger Growth volumes raise it to 200, 300 and 500.

What happens when I run out of credits?

Nothing is charged on top of the plan. Calls stop until the billing cycle renews.

Does it work with Claude Desktop, Cursor, VS Code and Claude Code?

Yes, all four, plus anything else that speaks MCP over streamable HTTP. Claude Desktop connects through OAuth, and the rest take the URL and an API key header.

Is HasData affiliated with Amazon?

No. HasData is an independent service and is not affiliated with, endorsed by, or sponsored by Amazon.com, Inc. Amazon is a trademark of its respective owner.

How is this different from your Web Scraping API?

Same data, same infrastructure. The MCP server puts a tool schema and auth in front of it so an agent can pick the right call itself, instead of you writing the request and parsing the response.