DocumentationMCP Reference

BackEngine MCP

The customer context layer for Claude. One slash command gives Claude structured access to your accounts, conversations, signals, and tickets — joined, ranked, and permissioned.

> /backengine prep me for my call with Acme Corp|

What BackEngine is

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.

What you can do with it

🎯

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.

Setup

1Provision your BackEngine workspace

Visit backengine.ai or contact sales@backengine.ai. A BackEngine deployment includes:

  • Workspace setup with your team's users
  • Source system connections (CRM, calls, email, support, Slack)
  • Business rules and groups configured for your business
  • A 30-day install engagement to ship workflows and train your team

If you're an existing customer, your workspace is already provisioned — skip to step 2.

2Connect your source systems

Inside BackEngine, connect the systems your team works in. Each connection is OAuth-based and read-only by default. Supported today:

CRM
Salesforce, HubSpot
Calls
Gong, Fireflies, Fathom, Zoom, Clari Copilot
Email
Gmail, Outlook
Calendar
Google Calendar, Outlook
Messaging
Slack, Microsoft Teams
Support & tickets
Zendesk, Jira
Other
Enterpret, Gamma

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.

3Install /backengine in Claude

In Claude.ai, Claude Desktop, or Claude Mobile:

  1. Open Settings → Connectors → Add custom connector
  2. Enter the BackEngine MCP URL:
MCP endpoint
https://backengine-prod.backengine.ai/mcp
  1. Click Connect and complete the OAuth flow with your BackEngine credentials
  2. In any chat, type /backengine followed by your prompt

That's it. Claude now has structured access to your customer context.

Authentication

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.

Using /backengine in Claude

/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.

Example 1 — Pre-call briefing

/backengine give me a one-page brief on my call with Acme Corp tomorrow at 2pm
What Claude does behind the scenes:
  1. Reads your calendar to find the meeting and attendees
  2. Calls get_account_overview for Acme Corp
  3. Calls list_signals and list_sources scoped to Acme, last 30 days
  4. Calls list_tickets for any open issues
  5. Synthesizes a structured brief: attendees, recent activity, open commitments, sentiment trajectory, recommended agenda

Typical response time: 8–12 seconds.

Example 2 — Renewal risk surfacing

/backengine which renewals in the next 90 days are quietly at risk?
What Claude does:
  1. Calls get_group for the renewal cohort (e.g., "Q3 Renewals")
  2. For each account, calls get_account_overview and list_signals filtered to negative sentiment, unfulfilled commitments, and champion silence
  3. Compares against the CRM-reported health score
  4. Returns accounts where the conversation signal is meaningfully worse than the score suggests, with source quotes for each

Example 3 — Feature request synthesis

/backengine what are the top 10 feature requests this quarter, ranked by ARR?
What Claude does:
  1. Calls find_similar_signals with semantic query "feature request" filtered to the current quarter
  2. Groups by request theme
  3. Weights each by the requesting account's ARR
  4. Surfaces the top 10 with the customer quotes that drove each ranking

More example prompts

/backengine catch me up on Acme since I last talked to them
/backengine which deals in Commit have the weakest champion engagement?
/backengine pull every mention of [competitor] across customer comms in the last 90 days
/backengine summarize the themes in last month’s lost deals
/backengine show me every account whose health grade dropped from B to D this month
/backengine draft a re-engagement email for Acme using the relationship history

Available tools

The 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.

CategoryTools
Accounts & prospectslist_accounts, get_account, get_account_overview, list_prospects, get_prospect, get_activity
Groupslist_groups, get_group
Signalslist_signals, get_signal, find_similar_signals, list_signal_speakers
Sources (calls, emails)list_sources, get_source, find_similar_sources
Ticketslist_tickets, get_ticket, find_similar_tickets
Contactslist_contacts, get_contact
Librarylist_contexts, get_context, list_templates, get_template
Metadatalist_roles, list_services, list_reports, list_subscriptions
Calendar & chatsget_calendar_events, find_similar_chats
Generationcreate_presentation

Permissions and security

Permissions inherited from source systems. When you ask a question, BackEngine fetches data scoped to your access in each connected system. If you can’t see an account in Salesforce, Claude can’t see it through BackEngine.
No data leaves where it lives without consent. BackEngine reads from your connected systems; processed data is stored in your BackEngine workspace under per-tenant isolation in AWS US regions.
Not used for model training. BackEngine does not use customer data to train any model, ours or any third party’s.
Audit trail. Every MCP query is logged with the asking user, the tools called, and the data returned, viewable by your BackEngine workspace admin.
SOC 2 Type II. HIPAA-compliant workloads supported.

Full security overview: Trust Center

Troubleshooting

"Tool not available" or empty response

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.

Slow response on large queries

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.

Outdated data

Source-system data refreshes on a schedule per integration; most refresh hourly. To force a refresh, contact your BackEngine admin or support@backengine.ai.

Auth errors after an idle period

OAuth tokens may expire. Disconnect and reconnect the connector in Claude → Settings → Connectors.

Support

Slack: existing customers have a dedicated #backengine channel set up during install
Get started

Ready to give Claude your customer context?

A 30-minute working session. We'll look at your stack and show you what /backengine looks like with your data.

Schedule a walkthrough →How it works
© 2026 BackEngine, Inc. All rights reserved.llms.txt·faq.md·Sitemap·Trust Center·Cookies·Privacy·Terms
BackEngine MCP - Make private company knowledge usable for AI | Product Hunt