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.
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 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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- 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 45 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add cmdenney-logicnodes-mcp-bridge -- npx -y @logicnodez/mcp-bridge
codex mcp add cmdenney-logicnodes-mcp-bridge -- npx -y @logicnodez/mcp-bridge
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"cmdenney-logicnodes-mcp-bridge": {
"type": "local",
"command": [
"npx",
"-y",
"@logicnodez/mcp-bridge"
],
"enabled": true
}
}
} openclaw mcp add cmdenney-logicnodes-mcp-bridge --command npx --arg -y --arg @logicnodez/mcp-bridge
mcp_servers:
cmdenney-logicnodes-mcp-bridge:
command: "npx"
args: ["-y", "@logicnodez/mcp-bridge"] {
"mcpServers": {
"cmdenney-logicnodes-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"@logicnodez/mcp-bridge"
]
}
}
} 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.
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.
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| action_type | string | yes | Type of agent action (transfer, inference, governance, trade) |
| amount_usd | number | — | Transaction value in USD if applicable |
| jurisdiction | string | — | Regulatory 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.
| Name | Type | Req | Description |
|---|---|---|---|
| escrow_id | string | yes | Escrow ID or transaction hash |
| party_address | string | — | Address 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.
| Name | Type | Req | Description |
|---|---|---|---|
| percentile | number | — | Fee 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.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_address | string | yes | Agent wallet address |
| capabilities | array | yes | List of agent capability strings |
| metadata_uri | string | — | IPFS 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.
| Name | Type | Req | Description |
|---|---|---|---|
| confidence | number | — | Model confidence 0-1 |
| input_hash | string | yes | keccak256 of inference input |
| model_id | string | yes | — |
| output_hash | string | yes | keccak256 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.
| Name | Type | Req | Description |
|---|---|---|---|
| threshold_bps | number | — | Alert 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.
| Name | Type | Req | Description |
|---|---|---|---|
| text | string | yes | the 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.
| Name | Type | Req | Description |
|---|---|---|---|
| expected_signer | string | — | Optional expected signer address |
| message | string | yes | — |
| signature | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| circuit_id | string | yes | ZK circuit identifier |
| computation_hash | string | yes | Hash of the computation to attest |
| public_inputs | array | — | — |
No output schema declared.
No examples provided.