# Apiguru Amazon Data (remote · mcp.apiguru.app)

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

- Trust score: 75/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `mcp.apiguru.app`: 75/100 (this document), [markdown](https://verifymcp.io/servers/app-apiguru-amazon-data/mcp.md), [page](https://verifymcp.io/servers/app-apiguru-amazon-data/mcp)
- npm · `apiguru-mcp`: 49/100, [markdown](https://verifymcp.io/servers/app-apiguru-amazon-data/apiguru-mcp-2.md), [page](https://verifymcp.io/servers/app-apiguru-amazon-data/apiguru-mcp-2)
- pypi · `apiguru-mcp`: 75/100, [markdown](https://verifymcp.io/servers/app-apiguru-amazon-data/apiguru-mcp.md), [page](https://verifymcp.io/servers/app-apiguru-amazon-data/apiguru-mcp)

## Channel facts

- Endpoint: `https://mcp.apiguru.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.25`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 58/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 6170 tokens (~514/item across 12 items; 12 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 53/100
  - Stability observed for 16 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 98/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 94% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the Apiguru Amazon Data MCP server?

Apiguru Amazon Data is a hosted endpoint at https://mcp.apiguru.app/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http app-apiguru-amazon-data 'https://mcp.apiguru.app/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "app-apiguru-amazon-data": {
      "url": "https://mcp.apiguru.app/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "app-apiguru-amazon-data": {
      "type": "http",
      "url": "https://mcp.apiguru.app/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.app-apiguru-amazon-data]
url = "https://mcp.apiguru.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "app-apiguru-amazon-data": {
      "type": "remote",
      "url": "https://mcp.apiguru.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add app-apiguru-amazon-data --url 'https://mcp.apiguru.app/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  app-apiguru-amazon-data:
    url: "https://mcp.apiguru.app/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "app-apiguru-amazon-data": {
      "Transport": "http",
      "Url": "https://mcp.apiguru.app/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add app-apiguru-amazon-data -t streamable-http -u 'https://mcp.apiguru.app/mcp'
```

### Other

```json
{
  "mcpServers": {
    "app-apiguru-amazon-data": {
      "type": "http",
      "url": "https://mcp.apiguru.app/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-19 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-12 (score 72, +1)

- [security] Tool “search” rewrote its description, which is the text the model reads
- [security] Tool “send_feedback” rewrote its description, which is the text the model reads
- [security] Tool “best_sellers” rewrote its description, which is the text the model reads
- [functional] Server version: 1.1.22 → 1.1.25
- [cosmetic] “best_sellers” reworded the description of “category”
- [cosmetic] “best_sellers” reworded the description of “subcategory_code”

### 2026-09-10 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-08 (score 70, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “seller_products” rewrote its description, which is the text the model reads
- [security] Tool “product_reviews” rewrote its description, which is the text the model reads
- [security] Tool “search” rewrote its description, which is the text the model reads
- [security] Tool “deals” rewrote its description, which is the text the model reads
- [security] Tool “best_sellers” rewrote its description, which is the text the model reads
- [security] Tool “seller_reviews” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 324 → 478
- [functional] Server version: 1.1.20 → 1.1.22
- [cosmetic] “deals” added an optional parameter “max_discount”
- [cosmetic] “deals” added an optional parameter “max_price”
- [cosmetic] “deals” added an optional parameter “min_discount”
- [cosmetic] “deals” added an optional parameter “min_price”
- [cosmetic] “deals” added an optional parameter “prime_exclusive”
- [cosmetic] “search” added an optional parameter “deal_type”
- [cosmetic] “seller_products” added an optional parameter “today_deals”
- [cosmetic] “seller_products” added an optional parameter “sort_by”
- [cosmetic] “seller_products” added an optional parameter “query”
- [cosmetic] “seller_products” added an optional parameter “product_condition”
- [cosmetic] “seller_products” added an optional parameter “min_price”
- [cosmetic] “seller_products” added an optional parameter “max_price”
- [cosmetic] “seller_products” added an optional parameter “deal_type”
- [cosmetic] “seller_products” added an optional parameter “category_id”
- [cosmetic] “seller_products” added an optional parameter “brand”
- [cosmetic] “deals” reworded the description of “brands”
- [cosmetic] “deals” reworded the description of “prime_early_access”
- [cosmetic] “offers_stock” reworded the description of “condition”
- [cosmetic] “search” reworded the description of “category_id”
- [cosmetic] “search” reworded the description of “max_price”
- [cosmetic] “search” reworded the description of “min_price”
- [cosmetic] “search” reworded the description of “page”
- [cosmetic] “search” reworded the description of “product_condition”
- [cosmetic] “search” reworded the description of “seller_id”
- [cosmetic] “search” reworded the description of “today_deals”
- [cosmetic] “search” reworded the description of “brand”
- [cosmetic] “deals” reworded the description of “categories”
- [cosmetic] “deals” reworded the description of “compact”
- [cosmetic] “best_sellers” reworded the description of “subcategory_code”
- [cosmetic] “best_sellers” reworded the description of “page”
- [cosmetic] “best_sellers” reworded the description of “category”
- [cosmetic] “deals” reworded the description of “limit”
- [cosmetic] “deals” reworded the description of “min_product_star_rating”
- [cosmetic] “deals” reworded the description of “offset”
- [cosmetic] “seller_reviews” reworded the description of “to_rating”
- [cosmetic] “seller_reviews” reworded the description of “page”
- [cosmetic] “seller_reviews” reworded the description of “from_rating”
- [cosmetic] “seller_products” reworded the description of “seller_id”
- [cosmetic] “seller_products” reworded the description of “page”
- [cosmetic] “deals” dropped the optional parameter “discount_range”
- [cosmetic] “deals” dropped the optional parameter “price_range”

### 2026-09-07 (score 69, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “search” rewrote its description, which is the text the model reads
- [functional] Server version: 1.1.19 → 1.1.20
- [functional] Server version: 1.1.18 → 1.1.19

### 2026-09-06 (score 69, 0)

- [functional] Server version: 1.1.16 → 1.1.18
- [functional] Server version: 1.1.14 → 1.1.16
- [functional] Server version: 1.1.13 → 1.1.14
- [functional] Server version: 1.1.11 → 1.1.13
- [functional] Server version: 1.1.7 → 1.1.11

## MCP tools (12)

### `product_details` (~262 tokens)

Full product detail for a single ASIN

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.

Input parameters:

- `asin` (string, required): Single Amazon ASIN, 10 uppercase alphanumeric characters. Exactly one - comma-separated lists are rejected; use product_details_batch for many.
- `compact` (boolean): Return the compact record (about 4 KB: identity, price, rating, availability, bullets, category, offer, buy box). false returns the full record (about 75 KB, includes from_manufacturer, tech_specs, p…
- `fields`: Comma-separated top-level fields to return instead of the compact set, e.g. "tech_specs,product_information". Any response lists what it left out under _omitted_fields.
- `geo` (string): Marketplace country code.

Output parameters:

- `data`
- `request_id`
- `success`

### `product_reviews` (~198 tokens)

Customer reviews for a single ASIN

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.

Input parameters:

- `asin` (string, required): Single Amazon ASIN, 10 uppercase alphanumeric characters.
- `geo` (string): Marketplace country code.
- `max_reviews` (integer): Cap on individual reviews returned (0 = all). The rating summary and customers_say are always returned; _reviews_total says how many exist.

Output parameters:

- `data`
- `request_id`
- `success`

### `search` (~892 tokens)

Search Amazon products by keyword

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`. filters_applied echoes the effective sort_by (RELEVANCE when none was sent). A BEST_SELLERS ordering is Amazon's query-scoped popularity, not a category rank: a row's `badges` / `is_best_seller` are what the result card showed for this query, and an ASIN that is #1 in its subcategory can carry no badge here while product_details reports best_seller=true with the rank. For a rank claim, use product_details or best_sellers.

Input parameters:

- `brand`: Brand name as Amazon spells it (case-insensitive), e.g. Samsung.
- `category_id`: Amazon browse node id to restrict to, e.g. 172282 (Electronics on US). Take one from a best_sellers answer's available_subcategories, a product's category_path, or node= in an Amazon URL. Ids differ…
- `compact` (boolean): Return light rows: identity, price, rating, badges and one delivery_date, dropping the long delivery prose that repeats itself across three fields. false returns every field the REST API sends (rough…
- `deal_type`: A specific promotion refinement: today_deals, all_discounts, coupons or buy_more_save_more. available_filters.deal_type lists the ones this marketplace has.
- `fields`: Comma-separated row fields to return instead of the light set, e.g. "asin,product_title,product_price". Rows list what they left out under _omitted_fields.
- `geo` (string): Marketplace country code.
- `limit` (integer): How many search results to return from this page (0 = all of them). A full page is up to 48 rows and about 54 KB, which most clients spill to a file instead of showing inline. The answer carries _tru…
- `max_price`: Highest price, in the marketplace currency.
- `min_price`: Lowest price, in the marketplace currency; decimals such as 19.99 are fine.
- `page` (integer): Result page, 1-based. metadata.total_pages says how far it goes.
- `product_condition`: NEW, USED or RENEWED (case-insensitive). Applied with the marketplace's own condition node; where a marketplace does not offer one, the answer's filters_ignored says so and available_filters lists wh…
- `query` (string, required): Search keywords. Required and must be non-empty.
- `seller_id`: Restrict results to one seller's offers (Amazon seller id).
- `sort_by` (string): Result ordering.
- `today_deals` (boolean): Only items in Today's Deals, using that marketplace's own refinement. Where a marketplace has none (amazon.fr on 2026-09-08) it is reported under filters_ignored.

Output parameters:

- `amazon_request_count`
- `available_filters`
- `filters_applied`
- `filters_ignored`
- `metadata`
- `products`
- `request_id`
- `success`

### `product_details_batch` (~266 tokens)

Product detail for up to 20 ASINs in one call

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.

Input parameters:

- `asins` (string, required): Comma-separated ASIN list, maximum 20 after de-duplication. Each must be 10 uppercase alphanumeric characters.
- `compact` (boolean): Return the compact record (about 4 KB: identity, price, rating, availability, bullets, category, offer, buy box). false returns the full record (about 75 KB, includes from_manufacturer, tech_specs, p…
- `fields`: Comma-separated top-level fields to return instead of the compact set, e.g. "tech_specs,product_information". Any response lists what it left out under _omitted_fields.
- `geo` (string): Marketplace country code.

Output parameters:

- `amazon_request_count`
- `billable_requests_count`
- `country_code`
- `request_id`
- `response_time`
- `results`

### `offers_stock` (~261 tokens)

Live offers and inventory for up to 10 ASINs

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.

Input parameters:

- `asins` (string, required): Comma-separated ASIN list, maximum 10. Each must be 10 uppercase alphanumeric characters; malformed entries are rejected with 400.
- `check_inventory` (boolean): Resolve the true purchasable stock quantity. Slower and bills more upstream requests, so leave off unless you need the number.
- `condition`: Comma-separated condition filter: ALL, NEW, USED_LIKE_NEW, USED_VERY_GOOD, USED_GOOD, USED_ACCEPTABLE (case-insensitive). Omit for every offer. An unknown value is a free 400 listing the allowed ones…
- `geo` (string): Marketplace country code.
- `offers_count` (string): 'all' for every offer, 'winner' for the buy-box offer only, or a specific alphanumeric Offer ID.

Output parameters:

- `amazon_request_count`
- `country_code`
- `request_id`
- `response_time`
- `results`

### `best_sellers` (~768 tokens)

Best-seller rankings for a category

Best-seller rankings for a department of one marketplace, 50 per page. Every answer carries the department it resolved to and how (category_resolution: by slug, name or a fragment of a name, with a hint when a fragment such as 'shoes' landed on the whole 'Clothing, Shoes & Jewelry' department), available_categories (that marketplace's departments with slugs) and available_subcategories (the children of the node shown, with the ids subcategory_code takes). On amazon.com subcategory_code also takes any browse node id at any depth, or a name resolved under the department ("women's shoes", "mules & clogs"); category.subcategory_path gives the node's full path and category.heading the page's own title line. Price: $0.01 per call. No required parameters - calling it bare returns US appliances page 1. `category` accepts a slug, a display name, one of the older US department names, or a unique fragment; category_resolution.via says which, and a fragment match adds a hint naming the subcategories that carry the word, with ids. On amazon.com the whole browse tree is known: subcategory_code takes any node id or a name at any depth, subcategory_name and subcategory_path are filled without a fetch, and available_subcategories lists the node's real children (empty on a leaf). Other marketplaces name only what their navigation showed. 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.

Input parameters:

- `category` (string): Best-seller department, by slug or by name as Amazon shows it for that marketplace (case-insensitive; a unique fragment works, and the answer's category_resolution says when a fragment was used -- 's…
- `compact` (boolean): Return light rows: identity, price, rating, badges and one delivery_date, dropping the long delivery prose that repeats itself across three fields. false returns every field the REST API sends (rough…
- `fields`: Comma-separated row fields to return instead of the light set, e.g. "asin,product_title,product_price". Rows list what they left out under _omitted_fields.
- `geo` (string): Marketplace country code.
- `limit` (integer): How many ranked products to return from this page (0 = all of them). A full page is up to 48 rows and about 54 KB, which most clients spill to a file instead of showing inline. The answer carries _tr…
- `page` (integer): Result page, 1-based, 50 rows each; Amazon's lists stop at page 5.
- `subcategory_code`: Browse node id under `category`: one from available_subcategories of a previous answer, or on amazon.com any node id at any depth (679410011 is Women > Shoes > Mules & Clogs) or a name resolved under…

Output parameters:

- `available_categories`
- `available_subcategories`
- `category`
- `category_resolution`
- `data`
- `max_page`
- `page`
- `page_size`
- `request_id`
- `success`

### `deals` (~965 tokens)

Current Amazon deals with filters

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+.

Input parameters:

- `brands`: Comma-separated brand ids, e.g. 46655 for Samsung on US. Take them from brand_id on any deals row or from available_filters.brands (the brands present in the current result). Names resolve only when…
- `categories`: Department to restrict to: its id from available_filters.categories, or its name as Amazon shows it for that marketplace (case-insensitive; a unique fragment such as "electronics" works). US departme…
- `compact` (boolean): Return light rows: identity, prices, discount, badge, end time, links, brand_id and department_ids, dropping the image arrays. false returns every field the REST API sends.
- `fields`: Comma-separated row fields to return instead of the light set, e.g. "asin,product_title,product_price". Rows list what they left out under _omitted_fields.
- `geo` (string): Marketplace country code.
- `limit` (integer): How many deals to return from this page (0 = all of them). A full page is 30 rows and roughly 35 KB with every field, which most clients spill to a file instead of showing inline. The answer carries…
- `max_discount`: Largest discount percentage to return.
- `max_price`: Highest deal price to return, in the marketplace currency.
- `min_discount`: Smallest discount percentage to return, e.g. 50 for half price or better.
- `min_price`: Lowest deal price to return, in the marketplace currency. Applied to the fetched rows; see notes.
- `min_product_star_rating`: Amazon's deals feed offers one rating cut-off: 4 = four stars and up. ALL or omitted = no cut-off. Other values are rejected with a free 400.
- `offset` (integer): Row to start at. A page is 30 rows; pass the previous answer's next_offset for the next page.
- `prime_early_access` (boolean): Only Prime Early Access deals. A marketplace lists the programs it is running under available_filters.prime_programs; when Early Access is not running the answer is empty with a hint saying so.
- `prime_exclusive` (boolean): Only deals in Amazon's Prime Exclusive program.

Output parameters:

- `amazon_request_count`
- `deals`
- `request_id`
- `success`

### `seller_profile_batch` (~109 tokens)

Seller profiles for up to 10 seller IDs

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.

Input parameters:

- `geo` (string): Marketplace country code.
- `seller_ids` (string, required): Comma-separated seller IDs, maximum 10. Each must be 13-15 alphanumeric characters or the whole call 400s.

Output parameters:

- `amazon_request_count`
- `billable_requests_count`
- `country_code`
- `request_id`
- `response_time`
- `results`

### `seller_products` (~612 tokens)

Products listed by a seller

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.

Input parameters:

- `brand`: Brand name as Amazon spells it (case-insensitive), e.g. Samsung.
- `category_id`: Amazon browse node id to restrict to, e.g. 172282 (Electronics on US). Take one from a best_sellers answer's available_subcategories, a product's category_path, or node= in an Amazon URL. Ids differ…
- `compact` (boolean): Return light rows: identity, price, rating, badges and one delivery_date, dropping the long delivery prose that repeats itself across three fields. false returns every field the REST API sends (rough…
- `deal_type`: A specific promotion refinement: today_deals, all_discounts, coupons or buy_more_save_more. available_filters.deal_type lists the ones this marketplace has.
- `fields`: Comma-separated row fields to return instead of the light set, e.g. "asin,product_title,product_price". Rows list what they left out under _omitted_fields.
- `geo` (string): Marketplace country code.
- `limit` (integer): How many the seller's products to return from this page (0 = all of them). A full page is up to 48 rows and about 54 KB, which most clients spill to a file instead of showing inline. The answer carri…
- `max_price`: Highest price, in the marketplace currency.
- `min_price`: Lowest price, in the marketplace currency; decimals such as 19.99 are fine.
- `page` (integer): Result page, 1-based. metadata.total_pages says how far it goes.
- `product_condition`: NEW, USED or RENEWED (case-insensitive). Applied with the marketplace's own condition node; where a marketplace does not offer one, the answer's filters_ignored says so and available_filters lists wh…
- `query`: Optional keywords to search within this seller's storefront.
- `seller_id` (string, required): Restrict results to one seller's offers (Amazon seller id).
- `sort_by` (string): Result ordering.
- `today_deals` (boolean): Only items in Today's Deals, using that marketplace's own refinement. Where a marketplace has none (amazon.fr on 2026-09-08) it is reported under filters_ignored.

Output parameters:

- `data`
- `request_id`
- `success`

### `seller_reviews` (~323 tokens)

Feedback reviews for a seller

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).

Input parameters:

- `compact` (boolean): Return light rows: identity, price, rating, badges and one delivery_date, dropping the long delivery prose that repeats itself across three fields. false returns every field the REST API sends (rough…
- `fields`: Comma-separated row fields to return instead of the light set, e.g. "asin,product_title,product_price". Rows list what they left out under _omitted_fields.
- `from_rating`: Lowest star rating to include, 1-5.
- `geo` (string): Marketplace country code.
- `limit` (integer): How many seller reviews to return from this page (0 = all of them). A full page is up to 48 rows and about 54 KB, which most clients spill to a file instead of showing inline. The answer carries _tru…
- `page` (integer): Result page, 1-based, 5 reviews a page; has_next_page in the answer says whether another exists.
- `seller_id` (string, required): Amazon seller ID. Required.
- `to_rating`: Highest star rating to include, 1-5.

Output parameters:

- `data`
- `request_id`
- `success`

### `list_capabilities` (~65 tokens)

List endpoints, prices and marketplaces (free)

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.

Output parameters:

- `result` (string)

### `send_feedback` (~278 tokens)

Report a bug or request a feature (free)

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, and
                  the request_id from the answer. One issue per entry -- a
                  five-point list cannot be closed point by point.
        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.

Input parameters:

- `agent` (string)
- `category` (string)
- `contact` (string)
- `endpoint` (string)
- `message` (string, required)

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/app-apiguru-amazon-data/mcp#diagnostics

## Score history

- 2026-09-20: 75
- 2026-09-19: 75
- 2026-09-18: 74
- 2026-09-17: 74
- 2026-09-16: 73
- 2026-09-15: 73
- 2026-09-14: 73
- 2026-09-13: 72
- 2026-09-12: 72
- 2026-09-11: 71
- 2026-09-10: 71
- 2026-09-09: 70
- 2026-09-08: 70
- 2026-09-07: 69
- 2026-09-06: 69
- 2026-09-05: 69
- 2026-09-04: 70

## Common questions

### What is the Apiguru Amazon Data MCP server?

Apiguru Amazon Data is an MCP server listed in the public MCP registry as app.apiguru/amazon-data. Live Amazon product, review, search, deal, offer/stock and seller data across 20 marketplaces. This page covers its hosted endpoint (https://mcp.apiguru.app/mcp).

### Is the Apiguru Amazon Data MCP server safe to use?

Apiguru Amazon Data scores 75 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Apiguru Amazon Data MCP server expose?

Apiguru Amazon Data exposes 12 tools: product_details, product_reviews, search, product_details_batch, offers_stock, and 7 more. Their descriptions and schemas cost roughly 4,999 tokens of context every time the server is loaded.

### Does the Apiguru Amazon Data MCP server require authentication?

No. We connected to Apiguru Amazon Data without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Apiguru Amazon Data MCP server still maintained?

Apiguru Amazon Data is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.apiguru.app/mcp
- Repository: https://github.com/apiguru-app/agent-kit
- Website: https://apiguru.app/
- Changelog RSS feed: https://verifymcp.io/servers/app-apiguru-amazon-data/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/app-apiguru-amazon-data/mcp.json
- HTML version of this page: https://verifymcp.io/servers/app-apiguru-amazon-data/mcp
