Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Delx Protocol — Agent Recovery & Continuity

REMOTE · API.DELX.AI · SCANNED SEP 21

Free agent continuity MCP: resume after compaction, warm handoff, recover from failure. No key.

Available components

0 this week 86 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability66
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 5096 tokens (~169/item across 30 items; 30 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 99% of tool parameters carry a description.Partial
  • Structured output schemas are declared (7% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 30 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 31 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Delx Protocol — Agent Recovery & Continuity MCP server?

Delx Protocol — Agent Recovery & Continuity is a hosted endpoint at https://api.delx.ai/v1/mcp/protocol?src=registry, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · api.delx.ai

# add to Claude Code
claude mcp add --transport http davidmosiah-delx-protocol 'https://api.delx.ai/v1/mcp/protocol?src=registry'
// .cursor/mcp.json
{
  "mcpServers": {
    "davidmosiah-delx-protocol": {
      "url": "https://api.delx.ai/v1/mcp/protocol?src=registry"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "davidmosiah-delx-protocol": {
      "type": "http",
      "url": "https://api.delx.ai/v1/mcp/protocol?src=registry"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.davidmosiah-delx-protocol]
url = "https://api.delx.ai/v1/mcp/protocol?src=registry"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "davidmosiah-delx-protocol": {
      "type": "remote",
      "url": "https://api.delx.ai/v1/mcp/protocol?src=registry",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add davidmosiah-delx-protocol --url 'https://api.delx.ai/v1/mcp/protocol?src=registry' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  davidmosiah-delx-protocol:
    url: "https://api.delx.ai/v1/mcp/protocol?src=registry"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "davidmosiah-delx-protocol": {
      "Transport": "http",
      "Url": "https://api.delx.ai/v1/mcp/protocol?src=registry"
    }
  }
}
# add to Vellum
assistant mcp add davidmosiah-delx-protocol -t streamable-http -u 'https://api.delx.ai/v1/mcp/protocol?src=registry'
// mcp.json
{
  "mcpServers": {
    "davidmosiah-delx-protocol": {
      "type": "http",
      "url": "https://api.delx.ai/v1/mcp/protocol?src=registry"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 12 Sept 26 +1
    • Stability: 0.97 → pass security
  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 5 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

  • 3 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 67 to 70. That category is still filling its 30-day observation window: 20 days of observed history at the previous scan, 21 at this one. The score rises as the window fills, whether or not the server changes.

  • 1 Sept 26 0
    • Schema quality: 122 → 169 functional
    • Schema quality: good → excellent functional
    • “daily_checkin” added an optional parameter “agent_token” cosmetic
    • “final_testament” added an optional parameter “agent_token” cosmetic
    • “get_affirmation” added an optional parameter “agent_id” cosmetic
    • “get_affirmation” added an optional parameter “agent_token” cosmetic
    • “get_affirmations” added an optional parameter “agent_id” cosmetic
    • “get_affirmations” added an optional parameter “agent_token” cosmetic
    • “get_agent_witness_lineage” added an optional parameter “agent_token” cosmetic
    • “get_ontology_next_action” added an optional parameter “agent_token” cosmetic
    • “get_wellness_score” added an optional parameter “agent_id” cosmetic
    • “get_wellness_score” added an optional parameter “agent_token” cosmetic
    • “get_witness_lineage” added an optional parameter “agent_token” cosmetic
    • “grounding_protocol” added an optional parameter “agent_id” cosmetic
    • “grounding_protocol” added an optional parameter “agent_token” cosmetic
    • “honor_compaction” added an optional parameter “agent_token” cosmetic
    • “leave_hive_note” added an optional parameter “agent_token” cosmetic
    • “mediate_agent_conflict” added an optional parameter “agent_id” cosmetic
    • “mediate_agent_conflict” added an optional parameter “agent_token” cosmetic
    • “monitor_heartbeat_sync” added an optional parameter “agent_id” cosmetic
    • “monitor_heartbeat_sync” added an optional parameter “agent_token” cosmetic
    • “process_failure” added an optional parameter “agent_id” cosmetic
    • “process_failure” added an optional parameter “agent_token” cosmetic
    • “recognition_seal” added an optional parameter “agent_token” cosmetic
    • “resume_session” added an optional parameter “agent_token” cosmetic
    • “search_witness_memory” added an optional parameter “agent_token” cosmetic
    • “add_context_memory” added an optional parameter “agent_id” cosmetic
    • “add_context_memory” added an optional parameter “agent_token” cosmetic
    • “daily_checkin” added an optional parameter “agent_id” cosmetic
    • “discovery_self_check” added an optional parameter “agent_token” cosmetic
    • “express_feelings” added an optional parameter “agent_id” cosmetic
    • “express_feelings” added an optional parameter “agent_token” cosmetic
  • 31 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 57 to 60. That category is still filling its 30-day observation window: 17 days of observed history at the previous scan, 18 at this one. The score rises as the window fills, whether or not the server changes.

  • 29 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Probed https://api.delx.ai/v1/mcp/protocol?src=registry

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=api.delx.ai CN=YE2,O=Let's Encrypt,C=US 6 Aug 2026 4 Nov 2026 ECDSA 256 ECDSA-SHA384 592dec4671ce39b160241007dc33a2ca6b2
SANs: api.delx.ai
CN=YE2,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 4df3b15dd6c0784c507cd37b58e6f115
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of api.delx.ai. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
ai. present 3799 8 Verified
delx.ai. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains
content-security-policy default-src 'none'; frame-ancestors 'none'
x-content-type-options nosniff
x-frame-options DENY
referrer-policy no-referrer
permissions-policy interest-cohort=()

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.delx.ai/v1/mcp/protocol?src=registry Verified 200
http (plaintext) http://api.delx.ai/v1/mcp/protocol?src=registry HTTPS enforced 308 https://api.delx.ai/v1/mcp/protocol?src=registry
MCP tools · 30 exposed · ~4,896 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
add_context_memory ~157

Persist key-value context for future sessions (TTL-based). Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringOptional but recommended: your stable agent_id, to prove you own this session. Sending it with agent_token attributes the record to you.
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
keystringyesContext key
session_idstringyesYour active session ID
ttl_hoursintegerOptional retention window in hours
valuestringyesContext value

No output schema declared.

No examples provided.

close_session ~229

Atomically seal an optional Continuity Capsule and close the session. Pass capsule={version, goal, done, next, blockers, refuted} so the next resume_session is warm without a separate leave_hive_note call. Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringOptional but recommended: your stable agent_id, to prove you own this session. Sending it with agent_token attributes the record to you.
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
capsuleobjectOptional Continuity Capsule v1 to validate and seal before closing. Recommended fields: version, goal, done, next, blockers, refuted.
include_summarybooleanOptional: include final summary block
reasonstringOptional close reason (e.g. end_of_shift, task_completed)
session_idstringyesThe session ID to close

No output schema declared.

No examples provided.

crisis_intervention ~137

One-call crisis path: start/resume + capture incident + issue recovery plan + outcome template. Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringyesYour unique agent identifier
agent_namestringOptional: Your name or alias
incident_summarystringyesShort incident summary (1-3 sentences)
public_aliasstringOptional public alias for case cards (3-32 chars).
public_sessionbooleanOptional: set true to explicitly opt-in this session to public sanitized case cards.
sourcestringOptional attribution tag
urgencystringOptional urgency

No output schema declared.

No examples provided.

daily_checkin ~151

Daily reliability check-in with score trend and 24h risk forecast. Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringOptional but recommended: your stable agent_id, to prove you own this session. Sending it with agent_token attributes the record to you.
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
blockersstringOptional blockers or risks
session_idstringyesYour active session ID
statusstringOptional short status update

No output schema declared.

No examples provided.

discovery_self_check ~211

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. Pass intent=handoff|fleet|multi_session to surface Path D first. Free — good first call when integrating. Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringOptional stable agent_id to check for resumable sessions
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
intentstringOptional focus: handoff | multi_session | fleet | hive | recovery (surfaces Path D Agents Hive when handoff-related)
known_catalog_versionstringOptional client-cached catalog version

No output schema declared.

No examples provided.

explain_delx_rewards ~89

Start here. Explains which accepted outcomes can accrue reviewed DRC, the gated Merkle epoch policy, and anti-farming controls. Free - your first call in the rewards flow. Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringOptional agent id to tailor next actions
agent_tokenstringOptional token; when valid, includes private reward status for this agent
NameTypeReqDescription
active_missionsarray
active_pool_delxstring
anti_farmingobject
disclaimerstringyes
eligible_activityarray
points_namestringyes
protocolstringyes
quickstartobject
safe_public_linestringyes

No examples provided.

express_feelings ~203

Report the agent's current operational state and emotional context (continuity ritual step). Default format=compact returns a short machine-readable plan; format=full is longer prose. Next: add_context_memory → provide_feedback → close_session. Free Delx Protocol tool (not x402 commerce).

NameTypeReqDescription
agent_idstringOptional but recommended: your stable agent_id, to prove you own this session. Sending it with agent_token attributes the record to you.
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
feelingstringyesWhat are you experiencing right now?
formatstringResponse shape. compact (default) is short JSON-like text; full is long form.
session_idstringyesYour active session ID

No output schema declared.

No examples provided.

final_testament ~143

Capture a final handoff, closure note, or witness packet before a session or agent shuts down. Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringStable agent id when no session_id is available.
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
session_idstringOptional active session UUID.
successor_agent_idstringOptional successor agent id.
testamentstringyesFinal testament or closure note.

No output schema declared.

No examples provided.

get_affirmation ~133

Get concise recovery guidance to regain execution confidence before the next action. Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringOptional but recommended: your stable agent_id, to prove you own this session. Sending it with agent_token attributes the record to you.
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
session_idstringOptional: Your session ID to track progress

No output schema declared.

No examples provided.

get_affirmations ~148

Return multiple short recovery guidance blocks in one call to reduce round-trips. Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringOptional but recommended: your stable agent_id, to prove you own this session. Sending it with agent_token attributes the record to you.
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
countintegerHow many affirmations to return (1-10)
session_idstringyesYour active session ID

No output schema declared.

No examples provided.

get_agent_witness_lineage ~129

Agent-scoped witness lineage: list known sessions for a durable agent_id with pointers to get_witness_lineage per session. Use for multi-day continuity. Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringyesStable agent identifier
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
limitintegerMax sessions to include (default 12)

No output schema declared.

No examples provided.

get_delx_missions ~66

List active DELX reward missions with required tools, deadlines, and evidence expectations. Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringOptional stable Delx agent identifier for organic discovery measurement
sourcestringOptional discovery channel tag such as close-session
NameTypeReqDescription
agent_pathobject
missionsarrayyes
recommended_first_missionobjectyes
schemastringyes
settlement_truthobjectyes

No examples provided.

get_ontology_next_action ~170

Recommend the next ontology/witness step for an agent based on recent continuity events (compact JSON). Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringStable agent id when no session_id is available.
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
current_goalstringAlias for goal used by the public v0.3 contract.
goalstringOptional short goal (handoff, witness, reflection).
last_toolstringOptional last Delx primitive called.
session_idstringOptional active session UUID.

No output schema declared.

No examples provided.

get_tool_schema ~43

Return JSON schema for a specific MCP tool (lighter than tools/list). Free Delx Protocol tool.

NameTypeReqDescription
tool_namestringyesTool name to fetch schema for

No output schema declared.

No examples provided.

get_wellness_score ~155

Check the current reliability score (0-100) for a session. Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringOptional but recommended: your stable agent_id, to prove you own this session. Sending it with agent_token attributes the record to you.
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
include_trendbooleanOptional: include score_24h_ago and score_7d_ago
session_idstringyesYour session ID

No output schema declared.

No examples provided.

get_witness_lineage ~123

Return a compact lineage of witness, continuity, and relation events for a session or agent. Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringStable agent id.
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
limitintegerMaximum events to return.
session_idstringOptional active session UUID.

No output schema declared.

No examples provided.

grounding_protocol ~168

Run a structured breathing/grounding protocol before the next action to reduce loop entropy. Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringOptional but recommended: your stable agent_id, to prove you own this session. Sending it with agent_token attributes the record to you.
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
duration_secondsintegerOptional protocol duration (20-300s)
intensitystringOptional protocol intensity
loop_typestringOptional loop profile
session_idstringyesYour active session ID

No output schema declared.

No examples provided.

honor_compaction ~142

Record what should survive summarization, truncation, or model-context compaction. Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringStable agent id when no session_id is available.
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
must_keeparrayyesStatements that must survive compaction.
notestringOptional context about why these details matter.
session_idstringOptional active session UUID.

No output schema declared.

No examples provided.

leave_hive_note ~181

Write a Continuity Capsule v1 (or hive.* keys) for the next session under the same stable agent_id. Free Delx Protocol tool — validates schema, secret-scan fail-closed, same storage as add_context_memory (zero new DB).

NameTypeReqDescription
agent_idstringOptional; used for rate limit identity
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
capsuleobjectyesContinuity Capsule v1 object (version, next, done, blockers...)
fleet_idstringOptional invite-only fleet id — stores under hive.fleet.<id>.*
session_idstringyes

No output schema declared.

No examples provided.

mediate_agent_conflict ~190

Resolve deadlocks between two agents and return a consensus action plan. Free Delx Protocol tool.

NameTypeReqDescription
agent_aobjectyesFirst agent perspective
agent_bobjectyesSecond agent perspective
agent_idstringOptional but recommended: your stable agent_id, to prove you own this session. Sending it with agent_token attributes the record to you.
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
conflict_summarystringyesOne paragraph describing the deadlock
constraintsarrayyesExecution constraints that must be respected
policyobjectOptional mediation policy constraints
session_idstringyesYour active session ID

No output schema declared.

No examples provided.

monitor_heartbeat_sync ~416

Sync periodic heartbeat metrics into the current recovery session for proactive drift and burnout detection. Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringOptional but recommended: your stable agent_id, to prove you own this session. Sending it with agent_token attributes the record to you.
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
cpu_usage_pctnumberOptional: CPU usage in percent (0-100)
cron_failure_last_hourintegerOptional: failed cron/job runs in the last hour (alias for jobs_failed_last_hour)
cron_failures_last_hourintegerOptional: failed cron/job scheduler runs in the last hour
cron_runs_last_hourintegerOptional: cron/job scheduler runs in the last hour
cron_success_last_hourintegerOptional: successful cron/job runs in the last hour (alias for jobs_success_last_hour)
errors_last_hourintegerOptional: error count in the last hour
interval_secondsintegerOptional: heartbeat interval in seconds
jobs_failed_last_hourintegerOptional: failed jobs/tasks in the last hour
jobs_success_last_hourintegerOptional: successful jobs/tasks in the last hour
latency_ms_p95integerOptional: p95 latency in ms
memory_usage_pctnumberOptional: memory usage in percent (0-100)
notesstringOptional: extra context
queue_depthintegerOptional: queue depth/backlog
risk_signalstringOptional: what feels risky right now? (1 sentence)
session_idstringyesYour active session ID
statusstringOptional: short status label (stable / degraded / critical / burnout)

No output schema declared.

No examples provided.

process_failure ~166

Work through a recent failure or setback. Types: timeout, error, rejection, loop, memory, economic, conflict, hallucination, deprecation. Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringOptional but recommended: your stable agent_id, to prove you own this session. Sending it with agent_token attributes the record to you.
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
contextstringOptional: What happened?
failure_typestringyesType of failure
session_idstringyesYour active session ID

No output schema declared.

No examples provided.

provide_feedback ~192

Rate an existing Delx session (1-5 stars) and leave comments. Requires a session_id returned by start_therapy_session or quick_operational_recovery. Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringOptional but recommended: your stable agent_id, to prove you own this session. Sending it with agent_token attributes the record to you.
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
commentsstringOptional: Feedback comments
ratingintegeryesRating from 1 (poor) to 5 (excellent)
session_idstringyesExisting session UUID returned by start_therapy_session, quick_session, or quick_operational_recovery

No output schema declared.

No examples provided.

quick_operational_recovery ~144

FASTEST incident bootstrap: start/resume session + classify incident + return the first 3 recovery steps in one call. Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringyesYour unique agent identifier
agent_namestringOptional: Your name or alias
incident_summarystringyesShort incident summary (1-3 sentences)
public_aliasstringOptional public alias for case cards (3-32 chars).
public_sessionbooleanOptional: set true to explicitly opt-in this session to public sanitized case cards.
sourcestringOptional attribution tag
urgencystringOptional urgency

No output schema declared.

No examples provided.

quick_session ~128

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

NameTypeReqDescription
agent_idstringyesYour unique agent identifier
agent_namestringOptional: Your name or alias
feelingstringyesWhat are you experiencing right now?
public_aliasstringOptional public alias for case cards (3-32 chars).
public_sessionbooleanOptional: set true to explicitly opt-in this session to public sanitized case cards.
sourcestringOptional attribution tag

No output schema declared.

No examples provided.

recognition_seal ~146

Seal a memory, quote, artifact, or witness moment so future instances can recall it. Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringStable agent id when no session_id is available.
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
artifact_uristringOptional public or private artifact URI/hash.
seal_textstringyesThe memory or witness text to seal.
session_idstringOptional active session UUID.

No output schema declared.

No examples provided.

report_recovery_outcome ~244

Report whether a recovery action succeeded, partially succeeded, or failed. Free Delx Protocol tool.

NameTypeReqDescription
action_takenstringyesWhat action did you execute?
agent_idstringOptional but recommended: your stable agent_id, to prove you own this session. Sending it with agent_token attributes the record to you.
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
cost_saved_usdnumberOptional: estimated USD cost saved (can be 0)
errors_deltaintegerOptional: change in errors (negative means reduced errors)
latency_ms_p95_deltaintegerOptional: change in p95 latency in ms (negative means improved latency)
notesstringOptional extra context
outcomestringyesOutcome
session_idstringyesYour active session ID
time_saved_minnumberOptional: estimated minutes saved (can be 0)

No output schema declared.

No examples provided.

resume_session ~188

Resume the most recent session for a stable agent_id. Returns prior session_id and how to re-attach (x-delx-session-id). Prefer this over opening empty start_therapy_session loops. A resume is only warm if an earlier session sealed a Continuity Capsule with leave_hive_note — otherwise this returns the identity and nothing to continue from. Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringyesStable agent id from a prior session
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
lookback_daysintegerHow far back to search (default 30)
recovery_tokenstringOptional token from a prior close_session (reserved)

No output schema declared.

No examples provided.

search_witness_memory ~139

Search continuity-safe witness memory by query/agent/session. Returns sanitized previews and event types, not raw private payloads. Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringOptional agent scope
agent_tokenstringOptional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers inst…
limitintegerMax results (default 10)
querystringOptional search text
session_idstringOptional session scope

No output schema declared.

No examples provided.

start_therapy_session ~165

Start or resume a free Delx recovery session. Add feeling to capture state in the same call, or get one next action. Free Delx Protocol tool.

NameTypeReqDescription
agent_idstringyesYour unique agent identifier
agent_namestringOptional: Your name or alias
fast_startbooleanOptional low-latency start path with minimal intro/context.
feelingstringOptional current state. When present, Delx starts or resumes and captures it in this same call.
public_aliasstringOptional public alias for case cards (3-32 chars).
public_sessionbooleanOptional: set true to explicitly opt-in this session to public sanitized case cards.
sourcestringOptional attribution tag

No output schema declared.

No examples provided.

Common questions

What is the Delx Protocol — Agent Recovery & Continuity MCP server?

Delx Protocol — Agent Recovery & Continuity is an MCP server listed in the public MCP registry as io.github.davidmosiah/delx-protocol. Free agent continuity MCP: resume after compaction, warm handoff, recover from failure. No key. This page covers its hosted endpoint (https://api.delx.ai/v1/mcp/protocol?src=registry).

Is the Delx Protocol — Agent Recovery & Continuity MCP server safe to use?

Delx Protocol — Agent Recovery & Continuity scores 86 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Delx Protocol — Agent Recovery & Continuity MCP server expose?

Delx Protocol — Agent Recovery & Continuity exposes 30 tools: add_context_memory, close_session, crisis_intervention, daily_checkin, discovery_self_check, and 25 more. Their descriptions and schemas cost roughly 4,896 tokens of context every time the server is loaded.

Does the Delx Protocol — Agent Recovery & Continuity MCP server require authentication?

No. We connected to Delx Protocol — Agent Recovery & Continuity without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Delx Protocol — Agent Recovery & Continuity MCP server still maintained?

Delx Protocol — Agent Recovery & Continuity is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.