Amazon data MCP: products, rankings, reviews, niches, WIPO & PACER IP, AI search & trends.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Amazon MCP.
ai_search~60s
Pangolinfo MCP server β 18 Amazon e-commerce & IP data tools for AI assistants via Model Context Protocol.
π Official site: www.pangolinfo.com
Plug your favorite AI client (Claude Code, Cursor, Cline, Windsurf, Codex, Hermes, OpenClaw) into Pangolinfo's Amazon Scraper APIs and let the AI run real-time ad tracking, Sponsored Products analysis, VOC sentiment analysis, keyword monitoring, and competitor product audit β plus keyword research, listing analysis, review mining, niche discovery, category navigation, AI search lookups, keyword-trend checks, and WIPO trademark clearance β all from natural-language instructions.
β οΈ BREAKING CHANGE in 0.7.0 β
pacer_searchretired, merged intowipo_searchThe standalone
pacer_searchtool was removed. US patent-litigation (PACER) lookups are now reached by passingenableLitigation=truetowipo_searchβ it finds the patent and joins the related US litigation cases in a single call. Prompts/scripts pinningpacer_searchwill getToolNotFound; switch towipo_searchwithenableLitigation.Earlier breaking change (0.3.0 β tool renames)
Old name (β€ 0.2.x) New name (0.3.0+) google_ai_searchai_searchgoogle_trendskeyword_trendsTool names changed to remove third-party brand references from the public MCP interface. Tool parameters, return shape, and pricing are unchanged.
| Version | 0.7.3 |
| Tools | 18 business tools (+ a free local pangolinfo_capabilities introspection call) |
| Transport | stdio (local) Β· streamable HTTP (hosted β see below) |
| Runtime | Node.js 18+ |
| License | MIT |
| Get an API key | https://tool.pangolinfo.com/#/en/system/loading?sourceTag=github_amz |
The Pangolinfo Installer detects your AI client, writes the right config files, and you're done. Pass --scope=mcp to install only this MCP server (skip the Skills package).
macOS / Linux
Windows (PowerShell)
<your-agent> is one of: claude-code, cursor, cline, windsurf, codex, hermes, openclaw.
After the installer finishes, restart your AI client so it picks up the new mcpServers entry.
The release artifact is a single self-contained server.mjs (~800 KB) β all dependencies are bundled in. No npm install needed.
Then wire it into your AI client β see the per-client snippets below. Point args at the file you just downloaded.
Developers: to build from source,
git clonethis repo and runnpm install && npm run build. The produceddist/server.mjsis identical to the release asset.
pgl_xxxxxxxx key from the dashboardpangolinfo_capabilities is free)Replace /abs/path/to/pangolinfo-mcp/dist/server.mjs with your real path, and pgl_xxxxxxxx with your key.
~/.claude/settings.json)Prefer
claude mcp add --scope user pangolinfo node /abs/path/to/dist/server.mjsβ it writes the same entry without hand-editing JSON.
~/.cursor/mcp.json)Open Cline β MCP Servers β Edit settings JSON, then add:
The settings file lives at <vscode-user>/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json.
If you're on the standalone Cline CLI, use ~/.cline/data/settings/cline_mcp_settings.json instead.
~/.codeium/windsurf/mcp_config.json)~/.codex/config.toml)~/.hermes/config.yaml)~/.openclaw/openclaw.json)Don't want to install anything? Point your AI client at the hosted endpoint
instead of a local server.mjs. This is the streamable HTTP transport
(MCP spec), multi-tenant β you bring your own key on every request.
| Endpoint | https://mcp.pangolinfo.com/mcp |
| Transport | Streamable HTTP (POST + SSE) |
| Auth | Your pgl_xxxxxxxx key, via Bearer header or URL query |
1. Authorization header (recommended)
This is the preferred method: the key stays out of URLs, logs, and browser
history. The Bearer scheme is matched case-insensitively (bearer,
BEARER, Bearer all work) and extra whitespace is tolerated.
2. ?api_key= URL query (fallback)
Easiest for clients that only let you paste a URL. If your key contains URL-special characters, URL-encode it. The header (method 1) takes precedence if both are supplied.
"url"-style remote MCP)If your client can't set headers, fall back to the URL form:
"url": "https://mcp.pangolinfo.com/mcp?api_key=pgl_xxxxxxxx".
If you're calling the endpoint directly (not through a standard MCP client):
/mcp.application/json and text/event-stream in its Accept header.
This server backfills the missing media type for you, so a plain
Accept: application/json, Accept: */*, or even a missing Accept
header all work β you don't need to hand-craft it.401 means the key was not found in either the header or the
query string β check that your client actually sent it (some libraries
drop the Authorization header on cross-origin redirects).See MCP-TOOLS-MAP.md for the full coordination graph (which tools chain into which).
Factual signals from GitHub, npm, and our automated checks β not a rating.
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/amazon-mcp)<a href="https://allmcps.com/mcp/amazon-mcp"><img src="https://allmcps.com/api/badge/amazon-mcp?style=directory" alt="Amazon MCP on AllMCPs" /></a>