Back to Discover

backengine-mcp

connector

BackEngine-ai

Surface customer & prospect context from Slack, email, transcripts and tickets in any MCP client.

View on GitHub
0 starsSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add BackEngine-ai/backengine-mcp

README

BackEngine

BackEngine MCP Server

The customer-context layer for your revenue team — available to Claude and any MCP client.

What is BackEngine?

BackEngine is a multi-tenant SaaS platform that ingests all of an organization's customer and prospect communications — Slack threads, emails, call and meeting transcripts, and support tickets — and distills them into structured, queryable context. Raw conversations are processed into signals (categorized, attributed moments), sources (the underlying transcripts, emails, and tickets), and rolling project overviews, all isolated per tenant and scoped by role and access controls. The MCP server exposes this layer over the Model Context Protocol, so an LLM client can query customer signals, reconstruct context, prep for meetings, surface at-risk accounts, and draft grounded outreach from real conversation history — without leaving the chat.

Connecting

The server is remote and speaks streamable HTTP at https://backengine-prod.backengine.ai/mcp. You'll need a BackEngine account; the server authenticates your session on connect.

Clients with native remote MCP support

{
  "mcpServers": {
    "backengine": {
      "type": "streamable-http",
      "url": "https://backengine-prod.backengine.ai/mcp"
    }
  }
}

Clients that require a stdio bridge

For clients that don't yet support remote servers directly, proxy through mcp-remote:

{
  "mcpServers": {
    "backengine": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://backengine-prod.backengine.ai/mcp"]
    }
  }
}

Tools

The core tools for querying customer and prospect context are listed below. The exact tool set is resolved per connection — additional tools (creating and updating records, and integration-specific actions for Jira, Zendesk, HubSpot, Salesforce, and Slack) become available based on your permissions and which integrations your workspace has connected.

ToolDescription
list_projectsList customers and prospects; filter by name, type, etc.
get_projectRetrieve a customer or prospect, optionally with its overview.
get_project_overviewPre-computed rolling 12-week summary for a customer or prospect.
list_signalsList signals (categorized moments); filter by project, role, and time.
find_similar_signalsSemantic search across signals from a natural-language query.
list_sourcesList sources — transcripts, emails, Slack threads, and tickets.
get_sourceRetrieve a source's content (summary, verbatim, or metadata only).
list_rolesList the perspective lenses (e.g. product, sales, CS) used to filter signals.
find_contactsFind contacts by name, email, job title, or project.
list_signal_speakersList who has been speaking across signals.

Links

Rendered live from BackEngine-ai/backengine-mcp's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://backengine-prod.backengine.ai/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.