Pangolinfo MCP Server

Pangolinfo MCP server — Amazon e-commerce data tools for AI assistants via MCP protocol

Remote serverstreamable-http

What is the Pangolinfo MCP server?

Most payments and commerce work still happens through a UI a human drives. Pangolinfo MCP server moves it into the conversation instead. Pangolinfo MCP server — Amazon e-commerce data tools for AI assistants via MCP protocol.

The short version

Plug your favorite AI client (Claude Code, Cursor, Cline, Windsurf, Codex, Hermes, OpenClaw) into Pangolinfo's Amazon scrape 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.

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

The tools it exposes

The server publishes 1 tool. What each one is for:

  • ai_search — ~30s

What it needs from you

Configuration is passed through the environment: PANGOLINFO_API_KEY, PANGOLINFO_LANG. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Among the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Pangolinfo's toolset — ai_search — is a fair guide to whether it matches your workflow. It is maintained by pangolinfo; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Pangolinfo's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
ai_search~30s

How to install the Pangolinfo MCP server

{
  "mcpServers": {
    "pangolinfo": {
      "command": "node",
      "args": ["/abs/path/to/pangolinfo-mcp/dist/server.mjs"],
      "env": { "PANGOLINFO_API_KEY": "pgl_xxxxxxxx" }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
PANGOLINFO_API_KEYCredential the server authenticates with.Yes
PANGOLINFO_LANGConfiguration value read at startup.Optional

Example prompts to try

  • Use Pangolinfo to ai search.

Frequently asked questions

The source code is linked from the repository URL on this page.