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

Synapse Layer — Trust Infrastructure for AI Agents

REMOTE · FORGE.SYNAPSELAYER.ORG · 2 COMPONENTS · SCANNED AUG 3

MCP-native Trust Infrastructure for AI Agents. Persistent encrypted memory with Trust Quotient.

−3 this week 58 Trust /100
Trust breakdown (6 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 →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability33
  • AI-judged instruction clarity (poor).Fail
  • Context-footprint check failed: tool/resource definitions use about 2156 tokens (~165/item across 13 items; 13 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 Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · forge.synapselayer.org

# add to Claude Code
claude mcp add --transport http synapselayer-synapse-layer https://forge.synapselayer.org/api/mcp
# ~/.codex/config.toml
[mcp_servers.synapselayer-synapse-layer]
url = "https://forge.synapselayer.org/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "synapselayer-synapse-layer": {
      "type": "remote",
      "url": "https://forge.synapselayer.org/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add synapselayer-synapse-layer --url https://forge.synapselayer.org/api/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  synapselayer-synapse-layer:
    url: "https://forge.synapselayer.org/api/mcp"
// mcp.json
{
  "mcpServers": {
    "synapselayer-synapse-layer": {
      "type": "http",
      "url": "https://forge.synapselayer.org/api/mcp"
    }
  }
}

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.

  • 2 Aug 26 +1

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

  • 31 Jul 26 +2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1

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

  • 28 Jul 26 −7
    • Schema quality: 112 → 165 functional
    • Schema quality: good → poor functional
  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 60

    First indexed and scored.

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 3 Aug 2026 · Probed https://forge.synapselayer.org/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=forge.synapselayer.org CN=WE1,O=Google Trust Services,C=US 5 Jun 2026 3 Sept 2026 ECDSA 256 ECDSA-SHA256 a56e9241da4765c70ec0d89adebbeabd
SANs: forge.synapselayer.org
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of forge.synapselayer.org. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
org. present 26974 8 Verified
synapselayer.org. 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
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy no-referrer
permissions-policy camera=(), microphone=(), geolocation=()
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://forge.synapselayer.org/api/mcp Verified 200
http (plaintext) http://forge.synapselayer.org/api/mcp HTTPS enforced 301 https://forge.synapselayer.org/api/mcp
MCP tools — 13 exposed · ~1,428 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.

Tool Tokens
health_check ~22

Check service availability, engine version, and storage health. Public method.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

initialize_context ~20

Initialize a persistent memory context for a conversation or agent session.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_memories ~128

List memory metadata with pagination and governance limits.

NameTypeReqDescription
agent_idstringAgent identifier (canonical or alias). Used only when scope="agent" or scope is inferred.
limitnumberMaximum memory metadata rows to return. Hard-capped: default 5, max 10. Values above 10 are silently reduced to 10.
scopestringExplicit memory scope. "agent" (default, fail-closed) = lists memories for the given agent_id (or the token agent). "tenant" = lists memories across all agents of the authenticated tenant.

No output schema declared.

No examples provided.

memory_feedback ~70

Submit feedback to adjust trust scoring for stored memories.

NameTypeReqDescription
memoryIdstringyesID of the memory to provide feedback on.
sessionIdstringOptional session identifier for tracking.
signalstringyesFeedback signal: used (auto), helpful (positive), irrelevant (negative), ignored.

No output schema declared.

No examples provided.

neural_handover ~95

Transfer contextual state between agents with continuity controls.

NameTypeReqDescription
consuming_agentstringAgent identifier consuming the handover (defaults to token agent).
reasonstringyesREQUIRED (10–200 chars). Human-readable justification for consuming this handover. Example: "Receiving project context from Claude session."
tokenstringyesThe handover token (64 hex chars). Generated by the source agent/user in Forge UI.

No output schema declared.

No examples provided.

process_text ~95

Extract candidate memories from free-form text with governance filters and sanitization.

NameTypeReqDescription
agent_idstringAgent identifier. Defaults to "default".
projectstringForce a specific project (e.g., SYNAPSE_LAYER, OFFLY). Auto-detected if omitted.
sourcestringSource identifier (default: mcp).
textstringyesFree-form text to scan for auto-save triggers.

No output schema declared.

No examples provided.

recall ~292

Retrieve relevant persisted memory using semantic, temporal, priority, or hybrid routing. Governance: requires reason (10–200 chars). Rate limit: 20/min.

NameTypeReqDescription
agent_idstringAgent identifier (canonical or alias). Used only when scope="agent" or scope is inferred.
limitnumberMaximum memories to return (1–50, default: 10).
modestringRecall routing mode. "temporal" = pure chronological, "semantic" = FTS + TQ ranking, "priority" = critical/high-TQ first, "hybrid" = weighted blend, "auto" = detect from query (default).
querystringyesWhat to recall — natural language query for memory retrieval.
reasonstringyesREQUIRED (10–200 chars). Audit policy: MEMORY_EXPORT_GOVERNANCE_V1. Human-readable justification for retrieving PLAINTEXT memory. Without this parameter the call WILL fail with code -32602. Example:…
scopestringExplicit memory scope. "agent" (default, fail-closed) = limits recall to the given agent_id (or the token agent). "tenant" = cross-agent recall within the authenticated tenant. If omitted with agent_…

No output schema declared.

No examples provided.

recall_memory ~209

Recall persisted memory by query. Alias of recall.

NameTypeReqDescription
agent_idstringAgent identifier (canonical or alias). Used only when scope="agent" or scope is inferred.
limitnumberMaximum memories to return (1–50, default: 10).
modestringRecall routing mode.
querystringyesWhat to recall — natural language query for memory retrieval.
reasonstringyesREQUIRED (10–200 chars). Audit policy: MEMORY_EXPORT_GOVERNANCE_V1. Without this the call WILL fail with code -32602. Example: "Checking user project status."
scopestringExplicit memory scope. "agent" (default, fail-closed) = limits recall to the given agent_id (or the token agent). "tenant" = cross-agent recall within the authenticated tenant. If omitted with agent_…

No output schema declared.

No examples provided.

save_memory ~61

Save a memory entry to the persistent store. Alias of save_to_synapse.

NameTypeReqDescription
agent_idstringAgent identifier for memory isolation.
contentstringyesThe memory content to store securely.
tagsarrayTags for categorization.

No output schema declared.

No examples provided.

save_to_synapse ~158

Persist memory with encryption at rest, sanitization, and deduplication controls.

NameTypeReqDescription
agent_idstringAgent identifier for memory isolation. Defaults to "default".
contentstringyesThe memory content to store securely.
importancenumberImportance level 1–5 (default: 3).
projectstringProject identifier (e.g., SYNAPSE_LAYER).
tagsarrayTags for categorization.
typestringEvent type: [MILESTONE], [DECISION], [ALERT], [AUTO-STRAT], [AUTO-OP], [AUTO-INSIGHT], [AUTO-DECISION], [AUTO-CONTEXT], [MANUAL].

No output schema declared.

No examples provided.

search ~151

Search persisted memory across agent scopes using full-text matching.

NameTypeReqDescription
agent_idstringAgent identifier (canonical or alias). Used only when scope="agent" or scope is inferred.
limitnumberMaximum results to return (1–50, default: 20).
querystringyesSearch query — natural language or keywords.
scopestringExplicit search scope. "agent" (default, fail-closed) = limits search to the given agent_id (or the token agent). "tenant" = cross-agent search within the authenticated tenant. If omitted with agent_…

No output schema declared.

No examples provided.

slo_report ~68

Return uptime and SLO metrics for the MCP service.

NameTypeReqDescription
admin_tokenstringyesAdmin authentication token. Must match ADMIN_TOKEN environment variable.
window_hoursarrayTime windows in hours for the report. Default: [24, 168] (24h + 7d).

No output schema declared.

No examples provided.

store_memory ~59

Store structured memory with metadata and trust scoring.

NameTypeReqDescription
agent_idstringAgent identifier for memory isolation. Defaults to "default".
contentstringyesThe memory content to store securely.
tagsarrayTags for categorization.

No output schema declared.

No examples provided.