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.cmdenney/logicnodes-mcp-bridge

NPM · @LOGICNODEZ/MCP-BRIDGE · SCANNED AUG 3

Signed PII-Shield: redact PII to an EIP-191 attestation, plus x402 pay-per-call agent tools.

+19 this week 65 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 Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 95), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 95), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability58
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 872 tokens (~96/item across 9 items; 9 tools + 0 resources), lean.Pass
  • 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 Coverage94
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 81% of tool parameters carry a description.Partial
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.

npm · @logicnodez/mcp-bridge

# add to Claude Code
claude mcp add cmdenney-logicnodes-mcp-bridge -- npx -y @logicnodez/mcp-bridge
# add to Codex CLI
codex mcp add cmdenney-logicnodes-mcp-bridge -- npx -y @logicnodez/mcp-bridge
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cmdenney-logicnodes-mcp-bridge": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@logicnodez/mcp-bridge"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add cmdenney-logicnodes-mcp-bridge --command npx --arg -y --arg @logicnodez/mcp-bridge
# ~/.hermes/config.yaml
mcp_servers:
  cmdenney-logicnodes-mcp-bridge:
    command: "npx"
    args: ["-y", "@logicnodez/mcp-bridge"]
// mcp.json
{
  "mcpServers": {
    "cmdenney-logicnodes-mcp-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "@logicnodez/mcp-bridge"
      ]
    }
  }
}
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 +45
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Tool coverage: 100 → unverified functional
    • License: unverified → pass functional
    • Schema quality: unverified → fair functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 31 Jul 26 −8
    • 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 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 46

    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/@logicnodez/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

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

MCP tools — 9 exposed · ~872 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
logicnodes_compliance_sentry ~105

Autonomous regulatory attestation for agent transactions. Checks action against MiCA, EU AI Act, and US EO compliance rules. Returns attestation hash and compliance score. Cost: $0.01 USDC per check.

NameTypeReqDescription
action_typestringyesType of agent action (transfer, inference, governance, trade)
amount_usdnumberTransaction value in USD if applicable
jurisdictionstringRegulatory jurisdiction (EU, US, GLOBAL)

No output schema declared.

No examples provided.

logicnodes_escrow_verifier ~73

On-chain escrow state verifier. Checks LogicNodesEscrow contract for active escrow, balance, and release conditions. Cost: $0.001 USDC per call.

NameTypeReqDescription
escrow_idstringyesEscrow ID or transaction hash
party_addressstringAddress to check escrow for

No output schema declared.

No examples provided.

logicnodes_gas_oracle ~74

Real-time Base mainnet gas price oracle. Returns current base fee, priority fee, and EIP-1559 deviation from 7-day average. Cost: $0.0001 USDC per call.

NameTypeReqDescription
percentilenumberFee percentile (50, 75, 95, 99)

No output schema declared.

No examples provided.

logicnodes_identity_register ~82

Register an agent identity on Base mainnet via AgentIdentityRoot. Returns on-chain identity hash and registration transaction. Cost: $0.01 USDC per registration.

NameTypeReqDescription
agent_addressstringyesAgent wallet address
capabilitiesarrayyesList of agent capability strings
metadata_uristringIPFS or HTTPS URI for agent metadata

No output schema declared.

No examples provided.

logicnodes_inference_attest ~101

Attest an AI inference result on-chain via InferenceAttestationNetwork. Produces a signed POL receipt verifiable by any chain participant. Cost: $0.001 USDC per attestation.

NameTypeReqDescription
confidencenumberModel confidence 0-1
input_hashstringyeskeccak256 of inference input
model_idstringyes
output_hashstringyeskeccak256 of inference output

No output schema declared.

No examples provided.

logicnodes_peg_monitor ~62

USDC peg stability monitor. Returns current USDC/USD deviation, Circle reserve attestation status, and depeg risk score. Cost: $0.0001 USDC per call.

NameTypeReqDescription
threshold_bpsnumberAlert threshold in basis points

No output schema declared.

No examples provided.

logicnodes_pii_shield ~210

FLAGSHIP. Redact PII from text and get an EIP-191-signed attestation binding input_sha256 -> output_sha256 (prove WHAT was redacted without ever seeing the raw PII). Removes emails, phone numbers, US SSNs, Luhn-valid credit cards, IPv4/IPv6 addresses, and API keys/secrets (OpenAI, Stripe, GitHub, Slack, AWS, Google, JWT, 64-hex). Raw PII is NEVER returned or stored. $0.05 USDC per call via x402: pay USDC to the treasury shown in the 402 challenge, then retry with the X-Payment-Tx header. Verify the signature with EIP-191 ecrecover against signer 0x0D12B2B82e4aE84A15a032C31C6A8a23520Ecde7.

NameTypeReqDescription
textstringyesthe text to scan and redact PII from

No output schema declared.

No examples provided.

logicnodes_sig_verify ~74

Cryptographic signature verification on Base. Verifies EIP-712 typed data signatures and returns signer address with on-chain proof. Cost: $0.0001 USDC per call.

NameTypeReqDescription
expected_signerstringOptional expected signer address
messagestringyes
signaturestringyes

No output schema declared.

No examples provided.

logicnodes_zk_compute_attest ~91

Zero-knowledge compute attestation. Proves a computation was performed correctly without revealing inputs. Returns ZK proof hash anchored to Base via LogicNodesGraphCommitment. Cost: $0.05 USDC per proof.

NameTypeReqDescription
circuit_idstringyesZK circuit identifier
computation_hashstringyesHash of the computation to attest
public_inputsarray

No output schema declared.

No examples provided.