pendo.io
Pendo is a product experience platform for product analytics, in-app guidance, feedback, and related AI-assisted workflows. It helps teams analyze product usage, collect customer feedback, and surface Pendo data in external AI tools.
Pendo exposes a documented HTTP Feedback API and a remote MCP server; both require authentication, with the MCP server supporting interactive OAuth or service-account client credentials.
- Pendo MCP serverdetected
- Pendo Feedback APIdiscovered
In Pendo Feedback, go to Integration settings and generate an API key. Use that key as auth-token, preferably in a request header; the API also accepts it as a query parameter.
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://pendo.io/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing