{
  "name": "aziel-runtime",
  "title": "Aziel Runtime",
  "version": "2.0.0-rc1",
  "description": "NodeMesh'd MCP Softwares suite for digital forensics and auditing — not an API aggregator. FragGate door over streamable HTTP JSON-RPC.",
  "abstract": "Aziel Runtime is not merely an API orchestrator or software aggregator; it is a node-meshed orchestration suite of MCP-connected software designed to coordinate specialized tools through a shared, security-gated runtime while preserving provenance, chain-of-custody, temporal integrity, and auditable execution. It functions as a digital forensic, investigative, verification, research, intelligence-support, and systems-auditing environment in which individual engines can analyze evidence, validate records, inspect trajectories and patterns, track lineage, enforce capability boundaries, generate receipts, and exchange structured results without collapsing into one opaque model or unrestricted control plane. Its architecture emphasizes compartmentalization, deterministic routing, explicit refusal states, append-only evidence handling, and machine-readable metadata, making it suitable for distributed analysis workflows where trust, reproducibility, attribution, and post-hoc auditability matter as much as the result itself.",
  "author": "Aziel Eliab",
  "identity": "Aziel Eliab",
  "homepage": "https://www.azieleliab.com/runtime",
  "support": "https://github.com/AzielEliab/aziel-runtime",
  "transport": "streamable-http",
  "encoding": "JSON-RPC MCP-over-HTTP",
  "endpoint": "POST /mcp",
  "url": "https://aziel-runtime.vibelock.workers.dev/mcp",
  "protocolVersion": "2025-03-26",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://aziel-runtime.vibelock.workers.dev/mcp",
      "supportedProtocolVersions": [
        "2025-03-26"
      ]
    }
  ],
  "auth": {
    "type": "none",
    "public": true,
    "note": "auth: none (public). No OAuth authorization server. No bearer required."
  },
  "tools": {
    "door": "fraggate",
    "pipeline": [
      "runtime_skill",
      "fraggate_list",
      "fraggate_describe",
      "fraggate_verify",
      "fraggate_call",
      "decisiongate_check",
      "library_lookup"
    ],
    "summary": "Thin FragGate door matching public POST /mcp tools/list. Pipeline: runtime_skill / fraggate_list → fraggate_describe → fraggate_call. Flat {slug}_{op} names are not listed.",
    "names": [
      "runtime_skill",
      "fraggate_list",
      "fraggate_describe",
      "fraggate_verify",
      "fraggate_call",
      "decisiongate_check",
      "library_lookup",
      "mesh_status",
      "mesh_enable",
      "mesh_disable",
      "mesh_join",
      "mesh_heartbeat",
      "mesh_leave",
      "mesh_nodes",
      "mesh_broadcast",
      "chainlock_append",
      "chainlock_tip",
      "chainlock_recall",
      "chainlock_verify",
      "chainlock_seal",
      "memory_observe",
      "memory_resolve",
      "memory_calibrate",
      "memory_recall",
      "memory_get",
      "runtime_software",
      "runtime_bundle",
      "runtime_pull",
      "runtime_run",
      "runtime_manifest",
      "runtime_session_open",
      "runtime_session_policy",
      "runtime_session_exec",
      "runtime_session_receipt",
      "runtime_session_receipts",
      "runtime_session_close"
    ],
    "count": 36,
    "pointer": "POST /mcp tools/list"
  },
  "links": {
    "homepage": "https://www.azieleliab.com/runtime",
    "support": "https://github.com/AzielEliab/aziel-runtime",
    "openapi": "https://aziel-runtime.vibelock.workers.dev/openapi.json",
    "llms": "https://aziel-runtime.vibelock.workers.dev/llms.txt",
    "skill": "https://aziel-runtime.vibelock.workers.dev/v1/skill",
    "software": "https://aziel-runtime.vibelock.workers.dev/v1/software",
    "install": "https://glama.ai/mcp/servers/AzielEliab/aziel-runtime"
  }
}