Durable evidence
Retrieve project-specific facts and provenance with relevance signals and an explicit no-evidence state.
Eventium MCP gives approved applications a small, standards-based interface to durable Atlas memory and project rules. Identity, authorization, scope, and physical memory boundaries remain server-owned.
Seven allowlisted tools. No browser credentials, cross-user namespaces, or unrestricted tool execution.
MCP is deliberately narrower than a general tool marketplace. It makes Atlas safely available to Apex while keeping identity, authorization, project scope, and persistence enforceable.
Retrieve project-specific facts and provenance with relevance signals and an explicit no-evidence state.
Persist verified facts, decisions, outcomes, and checkpoints rather than raw model output.
Author and inspect project rules bound to semantic request regions rather than keywords.
Derive private Atlas identities and memory boundaries from verified tenant, user, and project claims.
Consolidate related memories and commit state before handoffs or approved high-impact work.
Separate service liveness from authenticated Atlas readiness so failures remain diagnosable.
Ordinary session, record, and deterministic storage requests can remain within protected platform services. Every AI request crosses Apex; MCP is the governed Atlas command path inside that orchestration boundary.
Authenticates actors, resolves entitlement and scope, classifies intent, and routes the request.
Plans, approves, recalls permitted evidence, selects reasoning or execution, and streams results.
Checks caller authority and translates only allowlisted, identity-scoped Atlas operations.
Stores and recalls facts, relationships, time, rules, provenance, and connected project context.
Composes evidence-bounded results and uses an isolated workspace only when approved tools are required.
Every other tool is denied in the hosted production profile. MCP discovery publishes descriptions and schemas so approved clients know when—and when not—to invoke each operation.
memory_recallRetrieve scoped, durable project evidence together with relevance signals and matching behavioural rules.
Atlas · recallmemory_storeRecord a verified fact, decision, result, or checkpoint with optional provenance and indexing aids.
Atlas · recordmemory_recentReturn a bounded view of recent project memories and report whether consolidation is due.
Atlas · recentmemory_consolidateCreate grouped summaries with source provenance while preserving the original project evidence.
Atlas · consolidatememory_persistCommit project memory and behavioural rules before a handoff or approved high-impact operation.
Atlas · checkpointrule_addBind a project rule from a natural-language example and directive inside the authenticated scope.
Atlas · rule recordrules_listReturn the bounded set of behavioural rules attached to the authenticated project.
Atlas · rule recallEvery hosted call fails closed. A valid credential identifies the caller; active entitlement, project membership, and an allowed role authorize the requested namespace and operation.
Interactive clients use a signed user credential. Its immutable subject is bound to the target identity and cannot select another user namespace.
Managed clients may use a hashed, revocable key linked to one user and checked against the same entitlement and project rules.
The private service credential authenticates Apex, while MCP still verifies the target user, role, project, and requested capability.
Use a compatible MCP client and the standard initialize, discovery, and tool-call lifecycle. Send credentials in the Authorization header; never place secrets or identity scope in tool arguments.
{
"mcpServers": {
"eventium-atlas": {
"url": "https://mcp.eventium.ai/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer ${EVENTIUM_MCP_TOKEN}"
}
}
}
}
https://mcp.eventium.ai/mcptools/list. Only the seven hosted tools should be returned.These endpoints expose only the operational metadata needed by clients and deployment checks. Authoring studios and unrestricted administrative surfaces are not part of the public gateway.