MCP for Agent
Client Setup
Pangolinfo MCP supports mainstream AI Agents — config file location, field differences, restart method, and gotchas for each client in one place.
All clients below connect to Pangolinfo MCP via Streamable HTTP — no local install required, just add one URL + API Key to the client’s MCP config.
The examples below use Amazon Insight MCP by default: https://mcp.pangolinfo.com/mcp. For VOC Insight MCP, use https://voc.pangolinfo.com/mcp with the same API Key format.
Streamable HTTP Essentials
Common to all clients:
- Amazon Insight MCP URL:
https://mcp.pangolinfo.com/mcp - VOC Insight MCP URL:
https://voc.pangolinfo.com/mcp - Auth: Header
Authorization: Bearer <YOUR_API_KEY> - Protocol: Streamable HTTP (compatible with MCP standard, version auto-negotiated)
- API Key: Pangolinfo Console → Profile → API Key (must use Permanent Key)
Below are the config file path + JSON snippet for each client.
Per-Client Config
Common Troubleshooting
- Empty tool list → check URL spelling, confirm you’re using a Permanent Key, ensure the client was fully restarted (not just config reload)
- 401 / auth failed → API Key is invalid or wrong. Regenerate in the console
- Timeout → client can’t reach
mcp.pangolinfo.com. Check proxy / VPN - Field name errors → field names differ per client (
url/serverUrl/endpoint). Copy the snippet for your specific client above
See FAQ for more.

