Mmcp.market

Pangolinfo Amazon Data MCP server

by Pangolin-spg·io.github.Pangolin-spg/pangolinfo-mcp·v0.7.9

Real-time Amazon, WIPO & PACER data for AI agents — 19 tools via the MCP protocol.

A91/100grade A
What users say
No reviews yet
Be the first
Safety scan
A91/100

full report

Adoption
Growing

1 stars29 downloads/wk

Reviews

Write one

Nobody has reviewed Pangolinfo Amazon Data MCP yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Pangolinfo Amazon Data MCP tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Public scan report

scanner v0.1.9 · 2026-09-22 · same rubric, same numbers if you re-run it

no findings
  • Code scan3 source files scanned25/25
  • Live reliabilityremote reachable in 1188ms (auth required)20/20
  • Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
  • Auth qualityauth enforced (unknown)9/15
  • Maintenancelast push 21 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 91/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Pangolinfo Amazon Data MCP repository's README, as published. We do not edit it. Read it on GitHub

pangolinfo-mcp

Python client for the Pangolinfo Amazon Data MCP server — 19 Amazon / WIPO / PACER data tools callable from Python, no AI client required.

Built and maintained by PANGOLIN INFO TECH PTE. LTD.

Why this package

The Amazon Data MCP gives AI agents 19 data tools via the MCP protocol. This package lets Python developers call those same tools from code — no Claude, Cursor, or any AI client needed.

  • 19 tools in one client: Amazon product, reviews, search, niches, bestsellers, AI SERP, WIPO, PACER and more
  • Zero dependencies beyond httpx — no MCP SDK required
  • Sync interface (async coming soon)
  • Same engine, same pricing as the REST API and MCP server

Installation

pip install pangolinfo-mcp

Quick start

1. Get a permanent API key

Sign up at tool.pangolinfo.com and grab a permanent API key from Account Center.

2. Use the client

from pangolinfo_mcp import PangolinfoMCPClient

client = PangolinfoMCPClient(api_key="your_permanent_api_key")

# Amazon product detail
product = client.get_amazon_product("B0DYTF8L2W")
print(product["title"])

# Keyword search
results = client.search_amazon("wireless earbuds")

# Best sellers in a category
bestsellers = client.list_bestsellers(category_id="172282")

# WIPO trademark check
trademarks = client.wipo_search("Nike")

# PACER patent litigation
cases = client.pacer_search("Apple Inc.")

# List all available tools
tools = client.list_tools()

client.close()

Context manager

with PangolinfoMCPClient(api_key="your_key") as client:
    product = client.get_amazon_product("B0DYTF8L2W")

All 19 tools

Amazon Core Data (5)

Category & Niche Analysis (8)

Search & SERP AI (3)

Maps & IP Compliance (3)

Utility (1)

Generic tool call

# Call any tool by name
result = client.call_tool("search_amazon", {"keyword": "laptop", "page": 2})

Use as an MCP server

This repo also documents the hosted MCP server that any MCP-compatible client (Claude Desktop, Cursor, VS Code, etc.) can connect to directly over Streamable HTTP — no local install required.

Add to your client's mcp.json / MCP config:

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http pangolinfo-mcp https://mcp.pangolinfo.com/mcp
Add to Cursor

Pangolinfo Amazon Data MCP: common questions

Is Pangolinfo Amazon Data MCP server safe?
Yes, by our scan: it is graded A (91/100). Read the Pangolinfo Amazon Data MCP safety report
How do I install Pangolinfo Amazon Data MCP?
It runs remotely at mcp.pangolinfo.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Pangolinfo Amazon Data MCP need an API key?
Yes. The registry entry asks for PANGOLINFO_API_KEY, Authorization.
Is Pangolinfo Amazon Data MCP maintained?
The last commit was 21 days ago (2026-09-02). The latest release is v0.7.9.
Is Pangolinfo Amazon Data MCP up?
100% of our last 14 checks got an answer. We check remote servers about four times a day.
What can I use instead of Pangolinfo Amazon Data MCP?
Servers from other publishers that do the same job: Amazon MCP server, HasData Amazon MCP server and Scavio MCP server. Compare all Pangolinfo Amazon Data MCP alternatives.

Alternatives to Pangolinfo Amazon Data MCP

Same job from other publishers: the closest match first, then the best rated.

All Pangolinfo Amazon Data MCP alternatives →
  • Amazon
    Amazon data MCP: products, reviews, niches, WIPO design/IP + US litigation, AI search & trends.
    B
  • HasData Amazon
    Amazon keyword search, product details, seller profiles and seller catalogues, as structured JSON.
    A
  • Scavio
    Structured web data from 31 platforms: Google, YouTube, Amazon, Walmart, Reddit, TikTok, LinkedIn
    A
  • Apiguru Amazon Data
    Live Amazon product, review, search, deal, offer/stock and seller data across 20 marketplaces.
    A
  • Trends MCP
    Trend data from Google Trends, YouTube, TikTok, Reddit, Amazon, Wikipedia, npm, Steam and more
    A

More from Pangolin-spg