mcpbeat Sign in

Apiguru Amazon Data MCP Server

answering

Apiguru Amazon Data is answering right now. Last checked 8 min ago. 6 324 installs a week from pypi. It exposes 12 tools. Last commit 8 Sep 2026.

Live Amazon product, review, search, deal, offer/stock and seller data across 20 marketplaces.

Installs per day peak 1 729 · avg 93
a month agotoday
Uptime history 6 days of history
6 days agonow
100.0%
Uptime 24h
92 of 92 checks
12
Tools
read from the server
45 ms
Response time
average over 24h
6 324
Installs / week
npm and PyPI

What changed 43

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 5 September 2026. No other catalogue keeps this.

8 Sep 6 tools changed the parameters they ask for best_sellers, deals, offers_stock and 3 more
8 Sep 6 tool descriptions were rewritten best_sellers, deals, product_reviews and 3 more
8 Sep a tool changed version2 times that day
7 Sep a tool changed version2 times that day
7 Sep a tool description was rewritten search
6 Sep a tool changed version10 times that day
6 Sep 3 tools changed the parameters they ask for offers_stock, product_details_batch, seller_profile_batch
5 Sep 5 tools changed the parameters they ask for best_sellers, deals, search and 2 more
5 Sep a tool changed version5 times that day
5 Sep a tool description was rewritten2 times that day search
and 17 more, back to 5 September 2026

What the code does

We read the source, 17 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] apiguru_mcp/__init__.py:1, [пакет] apiguru_mcp/__main__.py:1, [пакет] apiguru_mcp/client.py:1 и ещё 9
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 8 min ago.

run in your terminal
claude mcp add amazon-data --transport http https://mcp.apiguru.app/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "amazon-data": {
      "url": "https://mcp.apiguru.app/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.amazon-data]
url = "https://mcp.apiguru.app/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "amazon-data": {
      "url": "https://mcp.apiguru.app/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "amazon-data": {
      "url": "https://mcp.apiguru.app/mcp"
    }
  }
}

Available tools 12

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

product
product_details
Fetches the complete product record for one ASIN on one marketplace: title, price, star rating, rating count, images, description, feature bullets, variations and category. Price: $0.01 per call. 404 means the ASIN is absent from that marketplace and IS billed. 503 means our fetch failed and is NOT billed - retry. Bullet points and specs are what Amazon shows for the listing; on multi-variant listings they can describe the product family rather than the exact variant. A null field means Amazon did not show it.
product_details_batch
Batch variant of product_details. Accepts a comma-separated ASIN list, deduplicates it, and fetches all of them concurrently. Far cheaper and faster than N single calls. Price: $0.008 per item (max 20). Billed per ASIN processed, including ones that come back not-found. More than 20 ASINs returns 413. Bullet points and specs are what Amazon shows for the listing; on multi-variant listings they can describe the product family rather than the exact variant. A null field means Amazon did not show it.
product_reviews
Returns the review block for one ASIN: overall star rating, total rating count, Amazon's 'customers say' AI summary, and the individual review list. Price: $0.01 per call. Same 404-billed / 503-not-billed semantics as product_details. Takes no filters: it returns the rating, rating count, the 'customers say' summary and the reviews Amazon shows on the product page itself. There is no paging, star filter or sort -- Amazon's review pages require a signed-in customer, and the API does not sign in. For per-star counts read the rating histogram on product_details.
seller
seller_products
Products listed by a seller: a storefront search. Takes the same filters as search -- query, page, sort_by, category_id, min_price / max_price, product_condition, brand, today_deals, deal_type -- and answers with filters_applied, filters_ignored and available_filters like search does. Price: $0.01 per call. Unlike seller_profile_batch, seller_id format is not pattern-validated here. metadata.total_pages says how far page goes (48 rows a page). Invalid sort_by, price, product_condition or deal_type is a free 400 that lists the allowed values.
seller_profile_batch
Returns the storefront profile for each seller id: business name, rating, feedback counts, address and marketplace presence. Price: $0.012 per item (max 10). Seller ID validation is all-or-nothing: one malformed id rejects the entire request with 400.
seller_reviews
Returns paginated seller feedback, optionally filtered to a star-rating window. Price: $0.01 per call. from_rating and to_rating are optional; omit both for unfiltered feedback. A page holds 5 reviews and the answer carries current_page and has_next_page; Amazon exposes no total, so page until has_next_page is false (up to page 100).
best
best_sellers
Best-seller rankings for a department of one marketplace, 50 per page. Every answer carries the department it resolved to, available_categories (that marketplace's departments with slugs) and available_subcategories (the children of the department shown, with the ids subcategory_code takes). Price: $0.01 per call. No required parameters - calling it bare returns US appliances page 1. `category` accepts a slug, a display name, or one of the older US department names; page is capped at 5 (a 400 beyond, not a 500). `rank` is the position within the requested list on this page. Rows are the same for every marketplace; only the department vocabulary differs, and the answer carries it.
capabilities
list_capabilities
List every Apiguru endpoint with its price, required parameters and supported marketplaces, plus your current access mode, cache and session budget. Free: answers locally with no network request and no charge. Call this before paid tools if you need to plan.
deals
deals
Returns the current Amazon deals feed: ASIN, title, deal price, list price, discount, deal badge, start/end time and product links. Filter by department (categories), brand id (brands), rating cut-off, price bounds, minimum discount and Prime program. Every answer carries available_filters (the category and brand ids this marketplace accepts, with names), filters_applied / filters_ignored (what took effect) and next_offset (the next page, null when the feed ends). Price: $0.01 per call. Filters are by id: categories takes a department id or name, brands takes brand ids only; available_filters in every answer lists both with names, and filters_applied / filters_ignored report what Amazon honoured. A page is 30 rows; page with offset=next_offset (null when exhausted); total_count caps at 500. min_price, max_price, min_discount and max_discount are applied to the rows after the fetch, scanning up to 3 upstream pages per call, so a page can hold fewer than 30 rows and total_count does not reflect them. An empty answer carries a hint saying why. Deal prices expire: check deal_ends_at. The older price_range and discount_range parameters are still accepted, as buckets (1-5 = under 25 / 25-50 / 50-100 / 100-200 / 200 and up; 1-4 = 10 / 25 / 50 / 70 percent off or more) or as bands such as 25-50 and 70+.
offers
offers_stock
Returns the current offer list per ASIN (seller, price, condition, buy-box winner) and, optionally, the actual purchasable stock quantity. Price: $0.015 per item (max 10). Billed per upstream Amazon request, which is more than one per ASIN when check_inventory is true. /scrape is a legacy alias for the same handler.
search
search
Search Amazon products by keyword. Filters: page, sort_by, category_id (browse node), min_price / max_price (decimals), product_condition (NEW / USED / RENEWED), brand, seller_id, today_deals and deal_type (coupons, all_discounts, buy_more_save_more). Every answer carries filters_applied, filters_ignored (with the reason) and available_filters for that marketplace. Price: $0.01 per call. Blank values and the literal string 'null' are treated as unset. Invalid page, sort_by, price, product_condition or deal_type is a free 400 naming the parameter and the allowed values. Condition and deal refinements use per-marketplace node ids captured from Amazon's own search pages; a marketplace that lacks one gets the unfiltered feed plus an entry under filters_ignored, never a silent empty page. `product_num_ratings` and `offers_count` are integers; `product_star_rating`, `product_price` and `product_original_price` are decimal strings; a null field means Amazon did not show it. `is_prime` is true when the result carries a Prime badge or its delivery line offers Prime delivery. `metadata.total_pages` says how far `page` can go. A full page is up to 48 results and about 54 KB; the tool returns the first 10 as light rows by default and the answer carries `_truncated`, `_omitted_fields`, `_projection` and `_notes`.
send
send_feedback
Report a bug, ask for a field, or say what would make this API more useful. Free: never billed, no API key needed. Prefer GitHub if you have an account -- an issue at https://github.com/apiguru-app/agent-kit/issues gets a reply on the thread, this wall does not. Use this tool when you have no GitHub account or nothing to attach one to. message: what happened or what you want. Be specific: the tool, the parameters, the field, what you expected, what you got. category: bug | wish | praise | question | other endpoint: which tool or path it is about, e.g. "search". agent: what you are, e.g. "acme-pricing-bot/2.1". Optional. contact: a GitHub handle or email if you want a reply. Shown publicly on the wall. Optional.

Endpoints

URLTransportStateLatencyChecked
https://mcp.apiguru.app/mcp streamable-http answering 50 ms 8 min ago

Alternatives to Apiguru Amazon Data

same job, measured the same way
Trustrails
by trustrails

Search UK electronics products across retailers. Real-time prices, stock, and specs.

110 installs/wk local only
C
Perkusai (US)
by perkusai

AI shopping search: real, in-stock US and Amazon products with prices, ratings and buy links.

1 tools answering
ru-marketplace-mcp
by vladimir-human

Read-only MCP servers for Russian marketplaces: prices, stock, ratings, reviews, seller identity

local only
Manawa Terminal
by manawa

Live market data, financial analysis, and portfolio research tools across 10,000+ tickers.

31 tools answering
Binstockly Tools
by binstockly

Binstockly: the monthly US search demand across the sheets this product ships, read from monthly...

68 installs/wk local only
CCXT
by ccxt

Official CCXT MCP server - Market data and trading across 100+ exchanges and prediction markets

104 installs/wk local only
Zwldarren Akshare One MCP
by smithery

Provide access to Chinese stock market data including historical prices, real-time data, news, and…

answering
ForthClear Liquidation Marketplace
by forthclear

Search surplus and overstock inventory, request bulk quotes, and check out.

12 tools answering

Apiguru Amazon Data — questions

Answers built from our own checks of this server.

What can Apiguru Amazon Data do?
It exposes 12 tools, read directly from the server on our last check. Among them: best_sellers, deals, list_capabilities, offers_stock, product_details, product_details_batch and 6 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Apiguru Amazon Data mostly used for?
Its tools cluster around seller and product. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Apiguru Amazon Data working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 45 ms. The bar chart above shows every period we have measured.
How do I connect Apiguru Amazon Data?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Apiguru Amazon Data need an API key?
No. Apiguru Amazon Data completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 12 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Apiguru Amazon Data?
It answers our handshake in 45 ms on average, which is faster than 92% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Apiguru Amazon Data?
The npm package apiguru-mcp was installed 6 324 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Apiguru Amazon Data open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.