enterpret.com
Enterpret is a customer intelligence platform that aggregates feedback from many sources into a knowledge graph for analysis, reporting, and AI-assisted querying. It is used by product and customer experience teams to analyze themes, sentiment, and customer evidence across support, survey, call, and review data.
Enterpret exposes two HTTP APIs (Export API and Custom Webhook ingestion) plus a remote MCP server at `https://wisdom-api.enterpret.com/server/mcp`; all require Enterpret-issued credentials, with the MCP supporting either OAuth sign-in or a generated bearer token.
- Enterpret MCP Serverdetected
- Enterpret Export APIdiscovered
- Enterpret Custom Webhook APIdiscovered
For Export API access, contact your Customer Success representative to obtain an API token, per the Data Export API guide. For Custom Webhook integrations, create an integration in your Enterpret dashboard: go to Integrations, click +New Integration, choose Webhook, finish setup, and copy the API key shown at the top of the integration page, per the Webhook Integration guide. Use it as a Bearer token for export APIs or in the api-key header for webhook ingestion.
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://enterpret.com/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