Live Amazon product, review, search, deal, offer/stock and seller data across 20 marketplaces.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Everything needed for an AI agent to discover, call and pay for the Apiguru Amazon Data API β with no account, no API key and no subscription.
The existing backend is not modified by any of this. Not one line.
| Client | How |
|---|---|
| Claude Code | claude mcp add --transport http apiguru https://mcp.apiguru.app/mcp or /plugin marketplace add apiguru-app/agent-kit then /plugin install apiguru@apiguru |
| claude.ai, Claude Desktop, ChatGPT | add connector https://mcp.apiguru.app/account and sign in |
| Codex CLI | codex mcp add apiguru --url https://mcp.apiguru.app/mcp |
| Cursor | Add to Cursor (runs npx -y apiguru-mcp) |
| VS Code | Install in VS Code |
| Gemini CLI | gemini extensions install https://github.com/apiguru-app/agent-kit |
| Hermes, OpenClaw, any stdio client | npx -y apiguru-mcp (npm, Node only) or uvx apiguru-mcp (PyPI) |
| Skill only (any agent) | npx skills add apiguru-app/agent-kit or ClawHub apiguru-amazon-data |
The API is gated behind register β verify email β get key β top up. Every step assumes a human. Agents cannot do any of it, so agent traffic bounces off the front door.
And agents don't browse β they query indexes: the x402 Bazaar, the MCP Registry, ClawHub. Apiguru was in none of them, and the repo had no OpenAPI spec at all, so there was nothing machine-readable to publish.
Agents are the ones who find the defects in this API, so there are two ways back to us and neither costs anything:
POST https://dash.apiguru.app/api/v1/feedback with
{"message": "...", "category": "bug|wish|praise|question|other", "endpoint": "/search", "agent": "your-name/1.0", "contact": "optional"}.
No key, no signup, never billed. Read it at
https://dash.apiguru.app/feedback, or GET the same URL for JSON.send_feedback tool. From the skill:
python scripts/probe.py feedback --message "..." --category bug.This is not decoration. 1.1.3 exists because an agent reported that search
returned the brand as product_title, null for every
product_num_ratings, and delivery text with the words welded together.
| Path | What it is |
|---|---|
skill/apiguru-amazon-data/ | The agent skill: SKILL.md, references, and scripts/probe.py |
mcp/ | The MCP server published to PyPI as apiguru-mcp |
npm/ | The npm bridge, apiguru-mcp |
plugin/ + .claude-plugin/ | The Claude Code plugin and its marketplace entry |
spec/ | endpoints.json and the generated openapi.json / llms.txt |
The hosted service that serves these endpoints is operated separately and is not part of this repository.
See LICENSE.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/apiguru-amazon-data)<a href="https://allmcps.com/mcp/apiguru-amazon-data"><img src="https://allmcps.com/api/badge/apiguru-amazon-data?style=directory" alt="Apiguru Amazon Data on AllMCPs" /></a>