← apiguru.app

INDIVIDUAL MCP TOOL

seller_reviews

Returns paginated seller feedback, optionally filtered to a star-rating window.

apiguru.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.apiguru.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for seller_reviews and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

apiguru.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.apiguru]
url = "https://mcp.apiguru.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "apiguru": {
      "type": "http",
      "url": "https://mcp.apiguru.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: apiguru
Remote MCP URL: https://mcp.apiguru.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "apiguru": {
      "url": "https://mcp.apiguru.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "apiguru": {
      "type": "http",
      "url": "https://mcp.apiguru.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "apiguru",
  "transport": "streamable-http",
  "url": "https://mcp.apiguru.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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.
  • 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.
  • search — Keyword search with pagination, sorting, and filtering by category, price range, condition, brand or seller.
  • product_details_batch — Batch variant of product_details.
  • offers_stock — Returns the current offer list per ASIN (seller, price, condition, buy-box winner) and, optionally, the actual purchasable stock quantity.
  • best_sellers — Returns the current Amazon best-seller list for a category, with optional subcategory drill-down and pagination.
  • deals — Returns active Amazon deals, filterable by category, brand, minimum star rating, price band, discount band, and Prime early access.
  • seller_profile_batch — Returns the storefront profile for each seller id: business name, rating, feedback counts, address and marketplace presence.