Provides 19 Amazon, WIPO, and PACER data tools through a Python client or hosted MCP endpoint.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We ran the install command below but it didn't respond within our test window ā this can mean a slow first-time install rather than a real problem.
npx -y pangolinfo-amazon-data-mcpNo response to initialize.
This is an experimental automated check and can have false negatives ā missing environment variables, a slow cold install, etc. It doesnāt necessarily mean somethingās wrong. Last checked 2d ago.
š” 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 Pangolinfo Amazon Data MCP.
Pangolinfo Amazon Data MCP MCP server provides access to 19 data operations covering Amazon, WIPO, and PACER sources. The Amazon tools support product search, product details, reviews, seller storefronts, and Amazon page scraping. Additional operations cover category and niche analysis, bestseller and new-release lists, AI-oriented search results, keyword trends, Alexa for Shopping, local map points of interest, WIPO trademark searches, and PACER patent litigation searches.
The repository includes a Python package named pangolinfo-mcp. It exposes these operations through the PangolinfoMCPClient, so Python code can use the service without an AI client or an MCP SDK. A generic call_tool method is available when code needs to invoke a tool by name, and list_tools or capabilities can expose the available tool set.
Create a client with a permanent API key, then call the corresponding synchronous method with the required arguments. For example, product details use an ASIN, category methods use identifiers such as a category ID, and text-based searches accept a query or keyword. Results are returned to Python, where the application can inspect or process them. The client also supports use as a context manager and provides close() for cleanup.
Pangolinfo Amazon Data MCP MCP server can also be consumed directly through MCP over Streamable HTTP at https://mcp.pangolinfo.com/mcp. MCP clients send the API key as a Bearer token in the configuration. Clients that require a local stdio process can use the pangolinfo-amazon-data-mcp npm bridge, which forwards requests to the hosted service.
Install the Python package with:
Obtain a permanent API key from the Pangolinfo Account Center at tool.pangolinfo.com. Python applications pass that key when constructing PangolinfoMCPClient:
For direct MCP connections, configure the hosted URL and an Authorization header containing Bearer followed by the key. The key may alternatively be supplied as an api_key query parameter. MCP configuration is not hot-reloaded, so clients must restart or reconnect after credentials change.
The 19 documented methods are grouped as follows:
The Python client also supports a generic tool call such as call_tool("search_amazon", {"keyword": "laptop", "page": 2}).
The documented Python interface is synchronous; asynchronous support is described as planned rather than currently available. The package has no MCP SDK dependency and requires httpx. Use of the service requires a permanent API key. The hosted MCP configuration must be reloaded by reconnecting the client after an API key change. The supplied material does not specify individual request limits, response schemas, regional coverage, or pricing details beyond stating that the client uses the same engine and pricing as the REST API and MCP server.
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/pangolinfo-amazon-data-mcp)<a href="https://allmcps.com/mcp/pangolinfo-amazon-data-mcp"><img src="https://allmcps.com/api/badge/pangolinfo-amazon-data-mcp?style=directory" alt="Pangolinfo Amazon Data MCP on AllMCPs" /></a>