This page covers the common Streamable HTTP setup flow. Choose the MCP server URL that matches your workflow, then use the same Pangolinfo API Key authentication pattern.

Choose a Server URL

MCPServer URL
Amazon Insight MCPhttps://mcp.pangolinfo.com/mcp
VOC Insight MCPhttps://voc.pangolinfo.com/mcp

VOC Insight MCP health check:

https://voc.pangolinfo.com/health

Before You Start

RequirementNotes
Pangolinfo accountYou can log in to Pangolinfo
API KeyUsed for MCP authentication
Plan / quotaBrand onboarding, collection, and AI deep follow-up check available quota
MCP clientMust support Remote / Streamable HTTP MCP

3 Steps

1

Get a Pangolinfo API Key

Log in to the Pangolinfo Console and copy your API Key. For long-running agent workflows, use a long-lived key.

2

Add the MCP URL and API Key to your client

Open your AI client’s MCP settings and add a remote Streamable HTTP MCP server.

3

Restart or refresh the client

After the client reconnects, check that the MCP tools are visible. Start a new chat and ask a concrete business question.

Header Auth Template

{
  "mcpServers": {
    "pangolinfo-amazon": {
      "url": "https://mcp.pangolinfo.com/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_PANGOLINFO_API_KEY>"
      }
    },
    "pangolinfo-voc": {
      "url": "https://voc.pangolinfo.com/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_PANGOLINFO_API_KEY>"
      }
    }
  }
}

URL Query Auth Template

Use this only when your client cannot set custom headers.

{
  "mcpServers": {
    "pangolinfo-amazon": {
      "url": "https://mcp.pangolinfo.com/mcp?api_key=<YOUR_PANGOLINFO_API_KEY>"
    },
    "pangolinfo-voc": {
      "url": "https://voc.pangolinfo.com/mcp?api_key=<YOUR_PANGOLINFO_API_KEY>"
    }
  }
}

Treat your API Key like a long-term password. Do not commit it to a repository, paste it into public chats, or include it in screenshots. If a key may have leaked, revoke and regenerate it.

First Test Prompt

Amazon Insight MCP:

Analyze this ASIN and summarize product positioning, review themes, and competitor signals.

VOC Insight MCP:

I want to understand what consumers say about Anker Prime Charger. Show positive and negative feedback.