BackEngine is the customer context layer for Claude. It connects every system that touches your customer — CRM, email, calls, support, Slack — joins the data across them, scopes access to each user's existing permissions, and exposes one structured view that Claude can use to do real work.
Without a context layer, Claude connected directly to your tools hits a wall. Token limits force it to sample. Permissions are inconsistent across systems. Joins between accounts, calls, and emails have to be reconstructed for every question. The result is confident answers that are quietly wrong.
BackEngine solves that. One slash command — /backengine — gives Claude direct access to your accounts, conversations, signals, tickets, and the rest. Joined. Ranked. Permissioned to the asking user.
Prep for any customer interaction with full conversational history pulled from across your stack
Surface hidden churn and expansion signals that live in calls and emails but not in your CRM health score
Audit your forecast against what’s actually happening in deal conversations
Synthesize feature requests across hundreds of customer conversations, weighted by ARR
Build live Claude artifacts that update continuously as new customer signals come in
Schedule recurring reports — Monday customer TLDRs, daily call briefs, Friday forecast slippage scans
All inside Claude. No new UI to learn. One slash command.
Visit backengine.ai or contact sales@backengine.ai. A BackEngine deployment includes:
If you're an existing customer, your workspace is already provisioned — skip to step 2.
Inside BackEngine, connect the systems your team works in. Each connection is OAuth-based and read-only by default. Supported today:
Permissions are mapped to each user's existing access in the source system. If a user can't see an account in Salesforce, Claude can't see it through BackEngine either.
In Claude.ai, Claude Desktop, or Claude Mobile:
/backengine followed by your promptThat's it. Claude now has structured access to your customer context.
BackEngine uses OAuth 2.1 with PKCE (S256 challenge method). The first time you connect, Claude redirects you to BackEngine for authentication, and BackEngine returns an access token scoped to your user's permissions across every connected source system.
You can review and revoke active connections at app.backengine.ai → Settings → Connected Apps at any time.
/backengine is a directive — it tells Claude to invoke the BackEngine MCP for any data lookup, join, or search related to your customers. You don't need to know which underlying tool to call. Claude routes to the right one based on the question.
get_account_overview for Acme Corplist_signals and list_sources scoped to Acme, last 30 dayslist_tickets for any open issuesTypical response time: 8–12 seconds.
get_group for the renewal cohort (e.g., "Q3 Renewals")get_account_overview and list_signals filtered to negative sentiment, unfulfilled commitments, and champion silencefind_similar_signals with semantic query "feature request" filtered to the current quarterThe BackEngine MCP exposes 30 read-only tools and one generation tool (create_presentation). Claude routes to the right tool based on your question — you generally don't need to invoke them by name.
| Category | Tools |
|---|---|
| Accounts & prospects | list_accounts, get_account, get_account_overview, list_prospects, get_prospect, get_activity |
| Groups | list_groups, get_group |
| Signals | list_signals, get_signal, find_similar_signals, list_signal_speakers |
| Sources (calls, emails) | list_sources, get_source, find_similar_sources |
| Tickets | list_tickets, get_ticket, find_similar_tickets |
| Contacts | list_contacts, get_contact |
| Library | list_contexts, get_context, list_templates, get_template |
| Metadata | list_roles, list_services, list_reports, list_subscriptions |
| Calendar & chats | get_calendar_events, find_similar_chats |
| Generation | create_presentation |
Full security overview: Trust Center
Confirm the user is authenticated in BackEngine and has access to the queried account in the source system. The MCP respects source-system permissions strictly.
Queries that span the entire book (e.g., "every signal across every customer") run faster when scoped to a group. Use a static group or a CRM-synced dynamic group to narrow the set.
Source-system data refreshes on a schedule per integration; most refresh hourly. To force a refresh, contact your BackEngine admin or support@backengine.ai.
OAuth tokens may expire. Disconnect and reconnect the connector in Claude → Settings → Connectors.
A 30-minute working session. We'll look at your stack and show you what /backengine looks like with your data.