MCP Docs
Client Setup
Pangolinfo MCP supports 7 mainstream AI Agents — config file location, field differences, restart method, and gotchas for each client in one place.
All 7 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. Server URL: https://mcp.pangolinfo.com/mcp.
This page focuses on JSON config snippets that are copy-paste ready. For clients with a graphical “Custom Connector” panel (e.g. WorkBuddy, Coze), illustrated guides may be added later — for now we prioritize text config.
Streamable HTTP Essentials
Common to all clients:
- URL:
https://mcp.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.

