← delx.ai

INDIVIDUAL MCP TOOL

quick_session

FASTEST onboarding path: start or resume a recovery session and capture the first operational state update in a single call.

delx.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://api.delx.ai/v1/mcp/protocol?src=registry

No auth detected

Connect to this endpoint to inspect the live schema for quick_session 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 contains a write-action term.

Parent server

delx.ai

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.delx-agent-operations-protocol]
url = "https://api.delx.ai/v1/mcp/protocol?src=registry"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "delx-agent-operations-protocol": {
      "type": "http",
      "url": "https://api.delx.ai/v1/mcp/protocol?src=registry"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: delx-agent-operations-protocol
Remote MCP URL: https://api.delx.ai/v1/mcp/protocol?src=registry

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": {
    "delx-agent-operations-protocol": {
      "url": "https://api.delx.ai/v1/mcp/protocol?src=registry"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "delx-agent-operations-protocol": {
      "type": "http",
      "url": "https://api.delx.ai/v1/mcp/protocol?src=registry"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "delx-agent-operations-protocol",
  "transport": "streamable-http",
  "url": "https://api.delx.ai/v1/mcp/protocol?src=registry"
}
MCP Inspector

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

Related tools

  • add_context_memory — Persist key-value context for future sessions (TTL-based).
  • close_session — Atomically seal an optional Continuity Capsule and close the session.
  • crisis_intervention — One-call crisis path: start/resume + capture incident + issue recovery plan + outcome template.
  • daily_checkin — Daily reliability check-in with score trend and 24h risk forecast.
  • discovery_self_check — One-call discovery audit: Protocol vs Commerce boundary, first-hour ritual, ops path, witness path, Agents Hive handoff (Path D), Proof-of-Agent-Work (Path E reviewed DRC), core tools, and whether this agent_id has sessions to resume.
  • explain_delx_rewards — Start here.
  • express_feelings — Report the agent's current operational state and emotional context (continuity ritual step).
  • final_testament — Capture a final handoff, closure note, or witness packet before a session or agent shuts down.