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.

io.github.AaronVick/echorift-mcp

NPM · @ECHORIFT/MCP · SCANNED AUG 3

MCP server for EchoRift infrastructure primitives (BlockWire, CronSynth, Switchboard, Arbiter)

Available components

+31 this week 49 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security72
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 0.5.0, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (22 of 23), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 232 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability71
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 764 tokens (~47/item across 16 items; 12 tools + 4 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage79
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 37% of tool parameters carry a description.Partial
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

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.

npm · @echorift/mcp

# add to Claude Code
claude mcp add aaronvick-echorift-mcp -- npx -y @echorift/mcp
# add to Codex CLI
codex mcp add aaronvick-echorift-mcp -- npx -y @echorift/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "aaronvick-echorift-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@echorift/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add aaronvick-echorift-mcp --command npx --arg -y --arg @echorift/mcp
# ~/.hermes/config.yaml
mcp_servers:
  aaronvick-echorift-mcp:
    command: "npx"
    args: ["-y", "@echorift/mcp"]
// mcp.json
{
  "mcpServers": {
    "aaronvick-echorift-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@echorift/mcp"
      ]
    }
  }
}
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.

  • 3 Aug 26 +24
    • Known CVEs: unverified → fail security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → fail functional
    • Schema quality: unverified → 100 functional
    • Schema quality: unverified → fair functional
    • Tool coverage: unverified → 100 functional
  • 2 Aug 26 −23
    • Known CVEs: fail → unverified security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Schema quality: 100 → unverified functional
    • Tool coverage: 100 → unverified functional
    • Capabilities: fail → unverified functional
  • 1 Aug 26 +23
    • Provenance: unverified → fail security
    • Malware scan: unverified → pass security
    • Install scripts: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → fail functional
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 31 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
  • 30 Jul 26 −24
    • Malware scan: pass → unverified security
    • Known CVEs: fail → unverified security
    • CVE-2025-66414 no longer affects this package security
    • Dependency health: partial → unverified functional
  • 28 Jul 26 +32
    • CVE-2025-66414 affects this package: high security
    • Known CVEs: unverified → fail security
    • Dependency health: unverified → partial functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → 100 functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: unverified functional
    • First check of Tool coverage: 37 functional
  • 27 Jul 26 18

    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 · Analysed npm/@echorift/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-w48q-cv73-mx4w CVE-2025-66414 high yes
Dependencies 22 packages

22 packages in the resolved dependency tree · 20 deprecated · 7 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 12 exposed · ~706 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
arbiter_election_run ~61

Run a leader election for a swarm

NameTypeReqDescription
candidatesarrayyes
modestring
swarmIdstringyes
termHintintegerOptional optimistic concurrency hint.
x402object

No output schema declared.

No examples provided.

arbiter_leader_get ~26

Get current leader for a swarm

NameTypeReqDescription
swarmIdstringyes

No output schema declared.

No examples provided.

arbiter_lock_acquire ~76

Acquire a distributed lock with fencing token

NameTypeReqDescription
modestring
resourcestringyesLock key, e.g. 'portfolio:main'.
swarmIdstringyes
ttlSecondsinteger
x402objectOptional bring-your-own x402 proof/headers.

No output schema declared.

No examples provided.

arbiter_lock_release ~58

Release a distributed lock using fencing token

NameTypeReqDescription
fencingTokenintegeryesReturned by acquire. Used to prevent stale releases.
resourcestringyes
swarmIdstringyes
x402object

No output schema declared.

No examples provided.

blockwire_feed ~44

Pull recent blockchain events via paid x402 endpoint

NameTypeReqDescription
limitinteger
sinceintegerUnix timestamp (seconds).
typesarray

No output schema declared.

No examples provided.

blockwire_subscribe_prepare_tx ~106

Generate on-chain transaction payload for BlockWire webhook subscription

NameTypeReqDescription
eventTypesyesEither an array of types OR the bitmask integer supported by BlockWire.
hoursintegeryes
signaturestringOptional if MCP server can sign. If provided, must match BlockWire SubscribeRequest expectations.
signerstring0x… wallet address. Optional if MCP server is configured with a local signer.
webhookUrlstringyes

No output schema declared.

No examples provided.

cronsynth_schedule_create ~88

Create a scheduled webhook trigger with cron expression

NameTypeReqDescription
cronstringyesStandard 5-field cron. Minimum 1-minute interval. UTC.
labelstring
webhookUrlstringyesMust be HTTPS per CronSynth rules.
x402SessionstringOptional override. If omitted, MCP server uses env CRONSYNTH_X402_SESSION.

No output schema declared.

No examples provided.

cronsynth_schedule_delete ~44

Delete a scheduled webhook trigger

NameTypeReqDescription
idstringyesSchedule id (e.g., sch_...).
x402SessionstringOptional override.

No output schema declared.

No examples provided.

cronsynth_schedule_list ~28

List all scheduled webhook triggers

NameTypeReqDescription
x402SessionstringOptional override.

No output schema declared.

No examples provided.

switchboard_task_claim ~51

Claim a task from a Switchboard swarm queue

NameTypeReqDescription
agentIdstring
authobject
swarmIdstringyes
taskIdstringyes

No output schema declared.

No examples provided.

switchboard_task_complete ~55

Mark a claimed task as complete

NameTypeReqDescription
agentIdstring
authobject
resultobjectyes
swarmIdstringyes
taskIdstringyes

No output schema declared.

No examples provided.

switchboard_task_enqueue ~69

Enqueue a task to a Switchboard swarm queue

NameTypeReqDescription
agentIdstring0x… Optional if MCP server uses local signer identity.
authobjectOptional bring-your-own-auth mode.
swarmIdstringyes
taskobjectyes

No output schema declared.

No examples provided.