BackEngine MCP Server
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
README
<p> <img src="assets/logo.png" alt="BackEngine" width="128" height="128"> </p>
<h1>BackEngine MCP Server</h1>
<p> The customer-context layer for your revenue team — available to Claude and any MCP client. </p>
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.
| Tool | Description |
|---|---|
list_projects |
List customers and prospects; filter by name, type, etc. |
get_project |
Retrieve a customer or prospect, optionally with its overview. |
get_project_overview |
Pre-computed rolling 12-week summary for a customer or prospect. |
list_signals |
List signals (categorized moments); filter by project, role, and time. |
find_similar_signals |
Semantic search across signals from a natural-language query. |
list_sources |
List sources — transcripts, emails, Slack threads, and tickets. |
get_source |
Retrieve a source's content (summary, verbatim, or metadata only). |
list_roles |
List the perspective lenses (e.g. product, sales, CS) used to filter signals. |
find_contacts |
Find contacts by name, email, job title, or project. |
list_signal_speakers |
List who has been speaking across signals. |
Links
- Website: https://backengine.ai
- MCP endpoint: https://backengine-prod.backengine.ai/mcp
- Model Context Protocol: https://modelcontextprotocol.io
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.