← azielcorpuslibrary.net

INDIVIDUAL MCP TOOL

fraggate_call

Execute a known catalog slug+op through the FragGate single door (CallEnvelope → FragGate → Lamb Lens → SweepGate → Sentinel → Provenance → ChainLock-IN → DecisionGATE → AZPIPE → Internal Domain Layer → optional ASE → RoseClock → TemporalLock → ChainLock-OUT → ForgeReceipts → Return).

azielcorpuslibrary.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.azielcorpuslibrary.net/runtime/mcp

No auth detected

Connect to this endpoint to inspect the live schema for fraggate_call and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests code or command execution.

Parent server

azielcorpuslibrary.net

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.aziel-runtime]
url = "https://www.azielcorpuslibrary.net/runtime/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aziel-runtime": {
      "type": "http",
      "url": "https://www.azielcorpuslibrary.net/runtime/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aziel-runtime
Remote MCP URL: https://www.azielcorpuslibrary.net/runtime/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "aziel-runtime": {
      "url": "https://www.azielcorpuslibrary.net/runtime/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aziel-runtime": {
      "type": "http",
      "url": "https://www.azielcorpuslibrary.net/runtime/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aziel-runtime",
  "transport": "streamable-http",
  "url": "https://www.azielcorpuslibrary.net/runtime/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • runtime_skill — Read how an agent uses Aziel Eliab software: one door — discover, route, refuse (pipeline fraggate_list → fraggate_describe → fraggate_call; hubs use GET /v1/software).
  • fraggate_list — List hashed FragGate registry entries (live / stub / local_only) for discovery first.
  • fraggate_describe — Inspect one known FragGate capability: live vs stub vs local_only, public ops, and engine_digest.
  • fraggate_verify — Confirm a name, slug, or engine_digest against the hashed FragGate registry.
  • decisiongate_check — Run the named DecisionGATE five sequential gates on a proposal (Freedom without clarity is chaos).
  • library_lookup — Search the Aziel Digital Library (aziel-corpus search / example / skill).
  • mesh_status — Read the QNM-BUILD-1.0 suite rollup (companion to AIH-WP-1.1): enabled?, declared bearers, live/locked/isolated counts.
  • mesh_enable — Operator-enable the QNM suite rollup by declaring a bearer (same as POST /v1/mesh/enable).