Enterpret
About
Enterpret's Wisdom MCP Server brings customer intelligence directly into your favorite AI tools.
Details
- Author
- Unknown
- Categories
- Productivity, Other, AI
Jump to
The Enterpret MCP server brings your customer feedback — themes, accounts, sentiment, verbatim quotes — into Claude, Cursor, Notion, and Glean. This article covers what it can do, how to set it up, and how to troubleshoot a connection.
- Query your organization's complete customer feedback dataset
- Get cited answers where every aggregate number links back to source records in the Enterpret dashboard
- Pull verbatim customer quotes with speaker attribution
- Discover entities, taxonomy values, and source-specific metadata fields on demand
Note:Connectors require a paid Claude plan (Pro, Max, Team, or Enterprise).
Ask your question directly — no initialization step is required.
Setting up Enterpret for your team is a two-step process: an admin adds the connector for the organization, then each team member connects individually.
Once connected, the Enterpret MCP becomes available to every member in your organization — no need to set it up user by user.
Ask your question directly — no initialization step is required.
Each member authenticates with their own account — queries and usage are tracked individually.
- Open Terminal (or Command Prompt on Windows) and run:
claude mcp add --transport http --scope user enterpret https://wisdom-api.enterpret.com/server/mcp
Ask your question directly — no initialization step is required.
- In your Enterpret dashboard, navigate toSettings > Enterpret MCP
- Click theConnectbutton next to Cursor
- This will start the configuration process in Cursor with your organization's MCP settings prefilled
Ask your question directly — no initialization step is required.
If auto-configuration doesn't work, you can manually configure Cursor:
- PressCmd+Shift+P(Mac) orCtrl+Shift+P(Windows) to open the command palette
- Type"Cursor Settings"and select it
- ClickAdd Custom MCP
- Add the following configuration:
{ "mcpServers": { "enterpret": { "command": "npx", "args": ["-y", "mcp-remote", "https://wisdom-api.enterpret.com/server/mcp"] } } }
Ask your question directly — no initialization step is required.
Connect Enterpret to Codex to query customer feedback directly from your Codex workspace. Codex connects over Streamable HTTP with a Bearer token.
- In Codex, openSettingsand selectMCP server
- ClickAddand enter:
- Name:Enterpret
- Mode:Streamable HTTP
- URL:https://wisdom-api.enterpret.com/server/mcp
codex mcp add enterpret --url https://wisdom-api.enterpret.com/server/mcp
Ask your question directly — no initialization step is required.
Build Notion Custom Agents that run on top of your customer feedback — scheduled digests, in-page @mentions on PRDs, and database-backed workflows. Notion supports the full MCP protocol, so Enterpret works out of the box.
Follow the step-by-step setup inEnterpret in Notion Custom Agents.
Note:Requires a Notion Business or Enterprise plan. A workspace admin must enableCustom MCP serversunder Settings → Notion AI → AI connectors (one-time).
Connect Enterpret to Glean so users can query customer feedback from the Glean Assistant and wire Enterpret tools into Glean Agent Builder workflows. Glean is admin-managed — a Glean workspace admin sets up the connection once in the Admin Console, and every authorized user gets access to it.
In Glean, go toAdmin Console→Platform→Actions, clickAdd, and chooseImport tools from MCP server. Use the following configuration:
- MCP server URL:https://wisdom-api.enterpret.com/server/mcp
- Transport type:Streaming HTTP
Once connected, an admin can enable individual Enterpret tools for the Glean Assistant and for Agent Builder, and apply role-based access to control which creators can use them in agents. For the full admin walkthrough, see Glean's documentation:Connect Remote MCP Servers to Glean.
For MCP-compatible AI tools not listed above, use this URL to connect to the Enterpret MCP:https://wisdom-api.enterpret.com/server/mcp
Ask your question directly — no initialization step is required.
In addition to OAuth, Enterpret MCP supports Bearer token authentication for MCP clients that require this method.
--header "Authorization: Bearer YOUR_AUTH_TOKEN_HERE"
{ "mcpServers": { "enterpret": { "command": "npx", "args": [ "-y", "mcp-remote", "https://wisdom-api.enterpret.com/server/mcp", "--header", "Authorization: Bearer YOUR_AUTH_TOKEN_HERE" ] } } }
Note:Tokens expire after 6 months. Generate a new token and update your configuration when needed.
Your AI assistant picks the right tools automatically based on what you ask — you don't need to call them by name. They're listed here so the names look familiar when you see them appear in your chat interface.
- get_organization_details— Identifies your Enterpret organization, so answers link back to your dashboard.
- get_graph_schema— Lets the assistant see what kinds of feedback you track and how it's organized.
- get_query_examples— Gives the assistant reference patterns for common kinds of feedback questions before it answers.
- search_graph_fields— Surfaces integration-specific data points like Zendesk tags, App Store ratings, or Gong call metadata.
- search_graph_values— Looks up the exact themes, accounts, sources, or taxonomy values in your data, so the assistant searches and filters on real labels.
- run_graph_query— Pulls the feedback that answers your question, with citation links back to source records.
- find_user_quote— Surfaces verbatim customer quotes from the records behind your answer.
Migrating from older tool names?The legacy names (get_schema,execute_cypher_query,search_knowledge_graph) keep working for the lifetime of your current session, so an in-flight conversation never breaks mid-stream. The new names take over the next time your host refreshes its tool list — typically when you start a new conversation or reconnect the MCP server. No manual migration is required.
Enterpret MCP grounds its answers in your underlying data. When the assistant returns a number or a claim, the evidence travels with it.
Every aggregate number in an answer — a count, a percentage, a top-N list — is a link. Click it to open the underlying records in your Enterpret dashboard, filtered to exactly what drove that number. It's the fastest way to verify a finding and to share evidence with a teammate.
When you ask "what are customers saying about X?", your assistant returns actual verbatim text — the words customers used, with speaker attribution, plus a link back to the source feedback. No paraphrasing, no AI-written summary. If no validated quote exists for your request, your assistant will tell you so rather than making one up.
I don't see the Enterpret MCP in my AI tool
- Ensure youcompletely restartedyour application (not just minimized)
- Check thatNode.js is installedby runningnode --versionin Terminal
- Verify you're using the correctMCP URL:https://wisdom-api.enterpret.com/server/mcp
- Make sure you have astable internet connection
I'm getting "Cannot connect to MCP server" error
- Double-check your MCP URL- ensure you're usinghttps://wisdom-api.enterpret.com/server/mcp
- Ensure there areno extra spacesin your configuration
- Try restarting your AI tool again
- Verify you can accesshttps://wisdom-api.enterpret.com/server/mcpin your browser
I'm getting "npx command not found" error (Windows)
- Restart your computerafter installing Node.js
- Try using the full path:"C:\\Program Files\\nodejs\\npx.cmd"instead of"npx"
I'm behind a corporate firewall - what do I need?
- Ensure your firewall allows access to npm registry (for downloadingmcp-remote)
- HTTPS traffic tomcp.enterpret.commust be allowed
- If behind a corporate proxy, npm and HTTPS requests need proxy configuration
My older tool calls are returning a "DEPRECATED:" prefix message
The tool you're using has been renamed. The legacy name keeps working in your current session, but the new name will be what you see the next time your host refreshes its tool list. See theAvailable Toolslist above for the mapping.
My MCP connection looks connected but isn't showing the new tools
MCP hosts cache the tool list when you first connect. To see the new tools, start a fresh conversation (or, in Claude Code or Cursor, disconnect and reconnect the Enterpret MCP server). Your current session keeps working with the legacy tool names in the meantime — there's nothing to fix.
I have access to multiple organizations - how does this work?
Each Enterpret organization uses its own API token to connect to multiple orgs, add a separate mcp-remote entry per org (same URL, unique name, port, and token) in claude_desktop_config.json. SeeConnecting Claude to Multiple Enterpret Organizationsfor the full template and steps.
Get clear, reliable and actionable Customer Insights with AI.
Great Question is an Agentic UX research platform for product builders. Its MCP lets AI agents create studies directly from any AI tool, surface insights, find the right research candidates, and query your entire research repository.
Triangulates customer support tickets and feature requests to generate prioritized product plans with convergence scoring and PII scrubbing.
Predict and track AI ROI using Monte Carlo simulations, real-time industry benchmarks, and ML-powered insights.
Collective intelligence for AI shopping agents — 23 MCP tools for buyer intelligence, seller analytics, price alerts, and trend tracking.
Access and manage ChartMogul data, including customers, plans, and analytics.
Behavioral trust scoring for 14,820+ MCP servers. Check reliability, latency, and success rates before tool calls.
Give any AI agent the power to run a serious Monte Carlo forecast for a stock or ETF - in one tool call.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





