io.github.AaronVick/echorift-mcp
NPM · @ECHORIFT/MCP · SCANNED AUG 3
MCP server for EchoRift infrastructure primitives (BlockWire, CronSynth, Switchboard, Arbiter)
Available components
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.
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
claude mcp add aaronvick-echorift-mcp -- npx -y @echorift/mcp
codex mcp add aaronvick-echorift-mcp -- npx -y @echorift/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"aaronvick-echorift-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@echorift/mcp"
],
"enabled": true
}
}
} openclaw mcp add aaronvick-echorift-mcp --command npx --arg -y --arg @echorift/mcp
mcp_servers:
aaronvick-echorift-mcp:
command: "npx"
args: ["-y", "@echorift/mcp"] {
"mcpServers": {
"aaronvick-echorift-mcp": {
"command": "npx",
"args": [
"-y",
"@echorift/mcp"
]
}
}
} 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.
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.
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.
arbiter_election_run ~61
Run a leader election for a swarm
| Name | Type | Req | Description |
|---|---|---|---|
| candidates | array | yes | — |
| mode | string | — | — |
| swarmId | string | yes | — |
| termHint | integer | — | Optional optimistic concurrency hint. |
| x402 | object | — | — |
No output schema declared.
No examples provided.
arbiter_leader_get ~26
Get current leader for a swarm
| Name | Type | Req | Description |
|---|---|---|---|
| swarmId | string | yes | — |
No output schema declared.
No examples provided.
arbiter_lock_acquire ~76
Acquire a distributed lock with fencing token
| Name | Type | Req | Description |
|---|---|---|---|
| mode | string | — | — |
| resource | string | yes | Lock key, e.g. 'portfolio:main'. |
| swarmId | string | yes | — |
| ttlSeconds | integer | — | — |
| x402 | object | — | Optional bring-your-own x402 proof/headers. |
No output schema declared.
No examples provided.
arbiter_lock_release ~58
Release a distributed lock using fencing token
| Name | Type | Req | Description |
|---|---|---|---|
| fencingToken | integer | yes | Returned by acquire. Used to prevent stale releases. |
| resource | string | yes | — |
| swarmId | string | yes | — |
| x402 | object | — | — |
No output schema declared.
No examples provided.
blockwire_feed ~44
Pull recent blockchain events via paid x402 endpoint
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| since | integer | — | Unix timestamp (seconds). |
| types | array | — | — |
No output schema declared.
No examples provided.
blockwire_subscribe_prepare_tx ~106
Generate on-chain transaction payload for BlockWire webhook subscription
| Name | Type | Req | Description |
|---|---|---|---|
| eventTypes | — | yes | Either an array of types OR the bitmask integer supported by BlockWire. |
| hours | integer | yes | — |
| signature | string | — | Optional if MCP server can sign. If provided, must match BlockWire SubscribeRequest expectations. |
| signer | string | — | 0x… wallet address. Optional if MCP server is configured with a local signer. |
| webhookUrl | string | yes | — |
No output schema declared.
No examples provided.
cronsynth_schedule_create ~88
Create a scheduled webhook trigger with cron expression
| Name | Type | Req | Description |
|---|---|---|---|
| cron | string | yes | Standard 5-field cron. Minimum 1-minute interval. UTC. |
| label | string | — | — |
| webhookUrl | string | yes | Must be HTTPS per CronSynth rules. |
| x402Session | string | — | Optional 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
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Schedule id (e.g., sch_...). |
| x402Session | string | — | Optional override. |
No output schema declared.
No examples provided.
cronsynth_schedule_list ~28
List all scheduled webhook triggers
| Name | Type | Req | Description |
|---|---|---|---|
| x402Session | string | — | Optional override. |
No output schema declared.
No examples provided.
switchboard_task_claim ~51
Claim a task from a Switchboard swarm queue
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | — | — |
| auth | object | — | — |
| swarmId | string | yes | — |
| taskId | string | yes | — |
No output schema declared.
No examples provided.
switchboard_task_complete ~55
Mark a claimed task as complete
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | — | — |
| auth | object | — | — |
| result | object | yes | — |
| swarmId | string | yes | — |
| taskId | string | yes | — |
No output schema declared.
No examples provided.
switchboard_task_enqueue ~69
Enqueue a task to a Switchboard swarm queue
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | — | 0x… Optional if MCP server uses local signer identity. |
| auth | object | — | Optional bring-your-own-auth mode. |
| swarmId | string | yes | — |
| task | object | yes | — |
No output schema declared.
No examples provided.