Pangolinfo Amazon Data MCP

Pangolinfo Amazon Data MCP

Enables AI agents to access Amazon commerce intelligence, WIPO design-patent data, Google Trends, and local market data through 19 business data tools via a stdio bridge to a hosted MCP server.

Category
Visit Server

README

Pangolinfo Amazon Data MCP

Pangolinfo Amazon Data MCP gives AI agents real-time access to Amazon commerce intelligence, WIPO design-patent data, Google Trends and search intelligence, and local market data.

This package is Pangolinfo's official stdio bridge to the hosted Streamable HTTP MCP server. It discovers the current remote tool schemas at startup and forwards MCP tool calls without storing your API key or result data.

Capabilities

The server exposes 19 business data tools, plus the free pangolinfo_capabilities navigation tool:

  • Amazon research: product search and detail, reviews, delivery estimates, best sellers, new releases, seller catalogs, category products, and Rufus recommendations.
  • Market selection: category discovery and trees, category metrics, niche filtering, and category paths.
  • Broader intelligence: WIPO design-patent and litigation-risk search, Google SERP/AI Overview search, Google Trends, Google Maps local search, and a generic Amazon URL scraper.

See the full product overview and current capability details at pangolinfo.com/amazon-data-mcp.

Requirements

  • Node.js 18 or newer
  • A Pangolinfo API key

Run with npx

PANGOLINFO_API_KEY="your-key" npx -y pangolinfo-amazon-data-mcp

Do not put a production key in source code or commit it to Git.

MCP client configuration

For clients that launch local stdio servers:

{
  "mcpServers": {
    "pangolinfo-amazon-data": {
      "command": "npx",
      "args": ["-y", "pangolinfo-amazon-data-mcp"],
      "env": {
        "PANGOLINFO_API_KEY": "your-key"
      }
    }
  }
}

Clients with native Streamable HTTP support can connect directly:

  • Endpoint: https://mcp.pangolinfo.com/mcp
  • Header: Authorization: Bearer YOUR_PANGOLINFO_API_KEY

Agent-oriented installation instructions are also available in llms-install.md.

Run with Docker

Build the official bridge locally:

docker build -t pangolinfo-amazon-data-mcp .

Run it as a stdio MCP server while passing the key at runtime:

docker run --rm -i -e PANGOLINFO_API_KEY pangolinfo-amazon-data-mcp

Set PANGOLINFO_API_KEY in your shell or secret manager. Do not bake it into the image, Dockerfile, or source tree.

How the bridge works

The package opens an authenticated Streamable HTTP connection to Pangolinfo, then exposes the remote tools/list and tools/call methods over local stdio. Tool definitions therefore stay synchronized with the hosted service; the package contains no embedded customer data and does not log credentials.

An optional PANGOLINFO_MCP_URL environment variable can override the endpoint for approved testing environments. For safety, only HTTPS URLs are accepted.

Links

License and trademarks

The bridge source code is licensed under the MIT License. Pangolinfo names, logos, product marks, and brand assets are not granted under that license; see BRANDING.md.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured