BackEngine MCP Server
OfficialIntegration with HubSpot for creating and updating records and performing integration-specific actions.
Integration with Jira for creating and updating records and performing integration-specific actions.
Integration with Salesforce for creating and updating records and performing integration-specific actions.
Integration with Slack for creating and updating records and performing integration-specific actions.
Integration with Zendesk for creating and updating records and performing integration-specific actions.
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.
Related MCP server: Tribal
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 customers and prospects; filter by name, type, etc. |
| Retrieve a customer or prospect, optionally with its overview. |
| Pre-computed rolling 12-week summary for a customer or prospect. |
| List signals (categorized moments); filter by project, role, and time. |
| Semantic search across signals from a natural-language query. |
| List sources — transcripts, emails, Slack threads, and tickets. |
| Retrieve a source's content (summary, verbatim, or metadata only). |
| List the perspective lenses (e.g. product, sales, CS) used to filter signals. |
| Find contacts by name, email, job title, or project. |
| 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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Cold engine for B2B founders. Detects buying signals, drafts outreach, books qualified meetings.
Customer-context and ops layer for AI agents
AI-native GTM OS for B2B SaaS — account health, pipeline, renewals, territories, and benchmarks.
- SquadOAuthai.meetsquad
Decision intelligence for product teams. Turn scattered feedback into signal you can act on.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceAudit-grade memory backbone for agent teams. Bi-temporal facts (event time + transaction time, with recall(as_of=...) replay), 6-step deterministic retrieval (no LLM in the critical path), conversation ingest with speaker-locked dual-pass extraction, per-tenant Postgres row-level security, and Ed25519-signed provenance. Postgres + pgvector + Neo4j defaults.14MIT

Tribalofficial
FlicenseAqualityAmaintenanceSemantic memory for AI builders: capture the tacit engineering know-how that never reaches your docs, recall it the moment it applies. Built in Rust on Postgres and pgvector.109-- AlicenseNot gradedqualityBmaintenanceA self-owned deal memory layer that turns meeting notes, emails, and calls into structured deal signals for solo founders and early teams.MIT
- FlicenseNot gradedqualityFmaintenanceEnables LLM clients to answer identity-aware questions about customer calls using a multi-tenant B2B call analytics platform with role-based access.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BackEngine-ai/backengine-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server