Skip to main content
Glama

Delentia Sovereign AI Operating System

Official Model Context Protocol (MCP) Public Client & Connector

Release Smithery Quality Edge Health Check MCP Protocol License Benchmarks Website

The World's First Deterministic Sovereign AI Operating System Gateway.
Bridging autonomous AI agents (Claude, Cursor, VS Code, Windsurf, Codex) to the Delentia Sovereign Edge Network.
📊 View Empirical Benchmarks & 30-Second Visual Proof


🏛️ Executive Architectural Overview

The Delentia Sovereign AI Operating System provides a mathematically verifiable layer of defense, reasoning rigor, context compression, and swarm coordination for autonomous AI workflows:

       ┌─────────────────────────────────────────────────────────────┐
       │              Autonomous AI Clients & IDEs                   │
       │    (Claude Desktop, Cursor, VS Code, Windsurf, Cline)       │
       └──────────────────────────────┬──────────────────────────────┘
                                      │
                         stdio / Streamable HTTP (MCP)
                                      │
       ┌──────────────────────────────▼──────────────────────────────┐
       │              Delentia Sovereign Edge Gateway                │
       │         (Cloudflare Global Workers + Durable Objects)       │
       └──────────────────────────────┬──────────────────────────────┘
                                      │
         ┌────────────────────────────┼────────────────────────────┐
         ▼                            ▼                            ▼
  [ 1. FDIA Security ]        [ 2. RCT-7 Thinking ]        [ 3. Delta & JITNA ]
Deterministic ZK Gate         7-Stage Reverse Mental       Context Compression
    F = (D^I) * A             Anti-Hallucination Pipeline  & 1+4 LoRA Swarms

Related MCP server: Masumi Agent Manager

🛠️ The 5 Sovereign Core Tools

Tool Name

Type

Key Mission

Mathematical / Functional Core

evaluate_fdia

Read-Only

Prompt Injection & Rogue Action Preemption

Evaluates F = (D^I) * A to mathematically cut off unauthorized tool executions with SHA-256 audit digest.

configure_policy

Action

Enterprise Tool-Calling Policy Gate

Configures RBAC, action blacklists, dual-signoff rules, and safety thresholds for parameter A.

rct_think

Read-Only

7-Stage Reverse Component Thinking

Eliminates LLM hallucination through Inversion Anchors; yields 1.0000 Alignment Index.

compress_context

Read-Only

State Differential Compression

Compresses verbose dialogue transcripts by 74.2% to 91.5% token reduction with state hashing.

orchestrate_swarm

Read-Only

1+4 Specialized Swarm Routing

Decomposes goals into JITNA v3 packets across Router, Guardian, Executor, and Scribe pillars.


🚀 Quickstart: 1-Click Client Setup

Option A: Cursor IDE Configuration

Add this entry to your Cursor ~/.cursor/mcp.json:

{
  "mcpServers": {
    "delentia-sovereign": {
      "command": "npx",
      "args": [
        "-y",
        "delentia-mcp"
      ]
    }
  }
}

Option B: Claude Desktop Configuration

Add this entry to your claude_desktop_config.json:

{
  "mcpServers": {
    "delentia-sovereign": {
      "command": "npx",
      "args": [
        "-y",
        "delentia-mcp"
      ]
    }
  }
}

Option C: Direct Remote Cloud Connection (No Local Node required)

If your client supports remote HTTP MCP servers, point directly to:

Endpoint: https://delentia-sovereign-mcp.delentia.workers.dev/mcp
Transport: Streamable HTTP (JSON-RPC 2.0)

Option D: Instant Terminal Verification (1-Line cURL)

Test the live Sovereign MCP server directly in any terminal:

curl -X POST https://delentia-sovereign-mcp.delentia.workers.dev/mcp \
  -H "Content-Type: application/json" \
  -d "{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\"}"

🔒 Enterprise Security & Verification

  • Tamper-Proof Audit Digest: Every security evaluation computes a SHA-256 cryptographic verification digest.

  • Dual Sign-Off Gate: High-risk actions unconditionally mandate multi-party authorization tokens.

  • Zero Hallucination Guarantee: The RCT-7 mental OS guarantees 100% causal intent alignment before execution.


📜 Intellectual Property & Attribution

  • Developer: Delentia Labs

  • Chief Architect: Ittirit Saengow (The Architect)

  • Official Portal: https://delentia.com

  • License: Apache-2.0 (Public Client Connector)

Available Tools

5 tools
compress_contextA
Read-only

Compresses verbose conversation history by extracting state deltas (74.2% - 91.5% token reduction).

ParametersJSON Schema
NameRequiredDescriptionDefault
raw_contextYesFull unstructured text, dialogue transcript, or JSON context requiring state compression.
intent_focusNoTarget focus anchor preserving only causal facts relevant to this objective.
aggressive_modeNoWhether to strip all decorative conversational markers and preserve solely mathematical and functional deltas.

Output Schema

ParametersJSON Schema
NameRequiredDescription
context_hashYesCryptographic hash of the state transition.
original_char_countNoCharacter length of input context.
reduction_percentageYesNet token saving percentage achieved.
compressed_char_countNoCharacter length of compressed delta representation.
compressed_delta_textYesCausally compressed state delta text.
estimated_original_tokensNoEstimated token count of original context.
estimated_compressed_tokensNoEstimated token count of compressed state.

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description goes beyond the readOnlyHint annotation by disclosing the compression mechanism and the expected reduction range (74.2%–91.5%). It also implies that non-state-delta content is discarded, which is useful behavioral context, though it could more explicitly state that the operation is lossy or irreversible.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, information-dense sentence with no filler. It front-loads the primary action and includes a measurable outcome, making every word valuable.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The output schema covers return structure, annotations cover mutation safety, and the schema fully documents all three parameters. For a straightforward compression tool, the one-sentence description plus structured metadata is sufficient for an agent to select and invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with each parameter already documented in the input schema. The description adds no param-specific detail, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Compresses'), names the resource ('verbose conversation history'), and explains the mechanism ('extracting state deltas'). The token-reduction range adds concrete clarity and differentiates it clearly from sibling tools like evaluate_fdia or orchestrate_swarm.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'verbose conversation history' provides clear context for when this tool applies. It does not explicitly state when not to use it or mention alternatives, but no sibling tool serves the same compression purpose, so the omission is minor.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

configure_policyC

Configures or updates Enterprise Custom Policy rules for parameter A.

ParametersJSON Schema
NameRequiredDescriptionDefault
policy_idYesUnique alphanumeric identifier for the enterprise policy configuration.
policy_nameYesHuman-readable label or department designation for the policy rule.
allowed_rolesNoMapping of role names to allowed action permissions.
blocked_action_patternsNoList of regex or prefix strings representing strictly forbidden tool/action calls.
custom_safety_thresholdNoCustom minimum future_score required for execution approval (default: 0.5000).
require_human_dual_signoffNoArray of critical action names that unconditionally require human dual signoff confirmation.

Output Schema

ParametersJSON Schema
NameRequiredDescription
policyNoThe active normalized enterprise policy structure.
statusYesUpdate status (success or error).
messageYesDescriptive confirmation message.

TDQS

C2.8/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations include only readOnlyHint=false, which indicates a write operation, and the description's 'Configures or updates' confirms mutation. However, the description does not disclose side effects such as whether existing rules are overwritten, whether the change is reversible, permission requirements, or any validation behavior. With minimal annotation coverage, more transparency is needed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence with no redundancy. However, the phrase 'parameter A' is vague and under-specified, making the sentence less useful than its brevity suggests. It is economical but not fully informative.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is a mutation tool with 6 parameters, nested objects, and an output schema, yet the description provides almost no contextual guidance beyond the basic action. The agent is left to infer update semantics, failure modes, and how the complex policy fields relate to one another. The output schema reduces the need to explain return values, but the description still lacks sufficient context for safe invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so each of the 6 parameters is already documented in the input schema. The description adds no parameter-level meaning beyond that, which matches the baseline scenario where the schema carries the burden. No deduction is warranted, but no additional value is added either.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Configures or updates') and a resource ('Enterprise Custom Policy rules'), which distinguishes it from the listed siblings at a high level. However, 'parameter A' is an unexplained placeholder that weakens clarity and would confuse an agent.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives, nor any exclusions or prerequisites. The sibling tools appear unrelated, so while confusion is unlikely, the agent receives no context about typical scenarios, sequencing, or whether this tool should be used before/after other operations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

evaluate_fdiaB
Read-only

Evaluates action requests through deterministic ZK-FDIA equation F = (D^I) * A and enterprise custom policy rules.

ParametersJSON Schema
NameRequiredDescriptionDefault
authorizedNoA (Architect Authorization): Authorization token from the Chief Architect (true = gate open, false = gate closed).
action_nameYesTarget tool or system API action identifier requested by the autonomous caller.
caller_roleNoRBAC role of the caller (e.g., developer, auditor, admin, agent).
data_qualityYesD (Data Quality): Integrity and sufficiency coefficient of input data (0.0 to 1.0).
caller_contextNoOptional textual metadata or telemetry context regarding the invocation origin.
intent_precisionNoI (Intent Precision): Precision exponent amplifying data towards authentic goal (>= 1.0).
dual_signoff_confirmedNoWhether a verified second human officer has confirmed the operation.

Output Schema

ParametersJSON Schema
NameRequiredDescription
reasonNoNatural language causal justification for the mathematical verdict.
verdictYesDeterministic decision: AUTHORIZED, SAFETY_THRESHOLD_VETO, or SECURITY_AUTH_DENIED.
authorizedYesTrue if action is permitted to execute, false otherwise.
audit_digestYesSHA-256 tamper-proof cryptographic audit hash.
future_scoreYesComputed mathematical FDIA score F = (D^I) * A.

TDQS

B3.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The readOnlyHint annotation already signals a non-mutating operation. The description adds some value by stating the evaluation is deterministic and exposing the equation F = (D^I) * A, but it does not explain what F represents, how failures are handled, or what side effects may occur.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single dense sentence with no filler and front-loads the core purpose. However, the formula and 'enterprise custom policy rules' feel under-explained for an agent that may need to act on the result.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With full schema coverage, an output schema, and readOnlyHint annotation, the structural context is strong. Still, the description lacks usage guidance and does not explain the meaning or consequence of F, leaving some ambiguity about what an agent should do with the result.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters. The formula adds a cross-parameter relationship hint, but the description does not provide materially new parameter semantics beyond what each field's description already states.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool evaluates action requests and distinguishes it through the specific ZK-FDIA formula and enterprise custom policy rules. It is not a tautology, though it does not explicitly contrast with sibling tools like configure_policy.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided about when to use this tool versus alternatives, what conditions are required, or when not to use it. The description implies an evaluation context but leaves the agent to infer appropriate usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

orchestrate_swarmB
Read-only

Encapsulates objectives into JITNA packets and coordinates 1+4 Specialized Pillar Agents (Router, Guardian, Executor, Scribe).

ParametersJSON Schema
NameRequiredDescriptionDefault
objectiveYesHigh-level mission or task directive to be decomposed and orchestrated across agent pillars.
target_pillarNoOptional specific LoRA adapter designation, or 'auto' for dynamic routing.
context_paramsNoKey-value dictionary containing auxiliary runtime state or environmental variables.
data_readinessNoPercentage readiness of input data dependencies (0 to 100).

Output Schema

ParametersJSON Schema
NameRequiredDescription
objectiveYesOriginal mission objective.
jitna_packetYesDecomposed JITNA v3 execution packet (I, D, delta, A, R, M).
swarm_strategyNoDynamic LoRA switching execution strategy.
assigned_pillarsYesSpecialized pillar agent assignments with expected sub-tasks and switch latencies.

TDQS

B3.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds behavioral detail beyond the readOnlyHint annotation by revealing that objectives are wrapped into JITNA packets and distributed across Router, Guardian, Executor, and Scribe agents. It does not explain whether coordinating these agents has side effects, but it does not contradict the readOnlyHint.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single dense sentence that front-loads the core action and lists the involved agents without padding. Some jargon like 'JITNA packets' and '1+4' is unexplained, but the length is appropriate.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the output schema, nested objects, and annotations, the description is adequate but high-level: it does not explain JITNA packets, how to set readiness/context parameters, or how the tool relates to sibling tools. An agent could call it correctly from the schema, but the description leaves moderate ambiguity about orchestration semantics.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all four parameters. The description adds only conceptual context (agent pillars) rather than parameter-specific details such as how data_readiness or context_params affect orchestration, so it stays at the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names the action (encapsulates objectives into JITNA packets) and the resource (objectives) while listing the specialized agents involved. It is more specific than the tool name alone, though it does not explicitly differentiate from sibling tools or explain what JITNA packets are.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no explicit statement about when to use orchestrate_swarm versus siblings such as evaluate_fdia, configure_policy, rct_think, or compress_context. The schema implies it is for high-level objectives requiring decomposition, but the description itself gives no selection criteria or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

rct_thinkA
Read-only

Executes authentic Delentia 7-Stage Reverse Component Thinking mental OS to eliminate hallucination.

ParametersJSON Schema
NameRequiredDescriptionDefault
problem_statementYesThe core challenge, complex query, or dilemma requiring rigorous reverse deconstruction.
environment_contextNoOptional environmental telemetry, operational constraints, or target ecosystem parameters.
target_desired_outcomeNoOptional explicit definition of the end-state against which reverse reasoning is anchored.

Output Schema

ParametersJSON Schema
NameRequiredDescription
stagesYesDetailed 7-Stage cognitive outputs (Observe, Analyze, Deconstruct, Reverse Reasoning, Identify Core Intent, Reconstruct, Compare with Intent).
problem_statementYesOriginal problem statement received.
synthesized_solutionYesSynthesized executive blueprint strictly causally aligned with core intent.
verified_alignment_scoreYesCausal alignment index (1.0000 = 100% verified, 0% hallucination risk).

TDQS

A3.5/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The readOnlyHint annotation already establishes this as a non-destructive operation, lowering the bar for behavioral disclosure. The description adds the claim that it executes a specific mental process to reduce hallucination, but it does not clarify what the tool actually returns, how the 7 stages behave, or whether it produces intermediate reasoning. No contradiction with annotations exists.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with no redundant clauses. Every phrase contributes to identifying the tool's function and purpose, though 'authentic' and 'mental OS' are slightly stylistic rather than purely informational.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The presence of an output schema and the readOnlyHint annotation covers some missing return and safety details. Still, the description leaves ambiguity around what '7-Stage Reverse Component Thinking' actually involves and how it should be invoked in practice, given that the sibling tools suggest a wider workflow context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the input schema fully documents all three parameters including their optional/required status and role. The tool description itself does not elaborate on parameter usage or relationships, so it adds no value beyond the schema, but none is strictly required given the coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Executes') and names a distinct resource ('Delentia 7-Stage Reverse Component Thinking mental OS'), making its core function recognizable as a structured reasoning/thinking tool. It also frames the intended effect ('eliminate hallucination'), though the phrasing is somewhat abstract and does not explicitly differentiate it from siblings like evaluate_fdia or compress_context.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage context is implied through 'eliminate hallucination' and the problem_statement schema description ('complex query, or dilemma requiring rigorous reverse deconstruction'). However, there are no explicit when-to-use/when-not-to-use instructions or references to alternative tools, leaving the agent to infer the appropriate selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

TDQS

A3.6/5.0
Disambiguation5/5

Each tool targets a distinct function: evaluation, policy configuration, cognitive processing, context compression, and multi-agent coordination. There is no apparent overlap in their purposes, so an agent can confidently select the correct tool based on the action needed.

Naming Consistency4/5

Most tools follow a clear verb_noun pattern (evaluate_fdia, configure_policy, compress_context, orchestrate_swarm). The exception is rct_think, which places the noun (or acronym) before the verb, breaking the pattern slightly. However, the naming is still readable and predominantly consistent.

Tool Count5/5

With 5 tools, the server is well-scoped and focused. Each tool covers a distinct high-level capability without redundancy, and the count is appropriate for a specialized orchestration and policy engine.

Completeness4/5

The tool surface covers the core lifecycle aspects of the domain: evaluation, configuration, cognitive processing, context management, and orchestration. A read/policy retrieval tool might be a minor gap, but the existing set supports the intended workflows without obvious dead ends.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

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/delentia-labs/delentia-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server