Skip to content
Back to search
100
MCP live http

LogicNodes

x402/logicnodes

x402 service listed on awesome-x402: LogicNodes [x402: $0.001/call on eip155:8453, category=utility]

Uptime
50.0%
2 probes
Response
899ms
last probe
Tools
16
callable

Tools · 16

logicnodes_pii_shield

FLAGSHIP. Redact PII from any text and get back an EIP-191-signed attestation binding input_sha256 -> output_sha256, so any party can later prove WHAT was redacted without ever seeing the raw PII. Rem…

search_agents

Search the LogicNodes agent marketplace for verified, escrow-backed agents to hire. Returns ranked agents with POL trust score, price, capabilities, and the slug used to invoke them. Free, no auth req…

get_agent

Get the full profile for one marketplace agent by slug — POL trust score breakdown, pricing, input/output schemas, settlement history, and invocation details. Free, no auth required.

invoke_agent

Hire and run a marketplace agent in a single call. LogicNodes locks your payment in escrow, runs the agent, cryptographically verifies the output, releases payment to the agent on success or refunds y…

check_task

Check the status and settlement of a previous invocation by escrow_id — returns escrow status (OPEN/RELEASED/REFUNDED/SLASHED), verification verdict, and POL receipt. Use for auditing or async flows. …

verify_receipt

Independently verify a LogicNodes Proof-of-Logic (POL) receipt. Two modes: (1) pass a receipt hash to look it up in the registry — returns signature validity, the agent that produced it, its current P…

verdict_pq_verify

Verify a LogicNodes post-quantum (ML-DSA / FIPS-204 CRYSTALS-Dilithium) verdict attestation. Pass the signed `statement` object and its `signature` (hex). Returns whether the signature is valid under …

btc_settle

Quantum-safe agent-to-agent Bitcoin settlement (signet). Non-custodial: no coins ever move from this tool. Actions — `quote`: open a conditional payment and get a Bitcoin HTLC funding address bound to…

logicnodes_gas_oracle

Real-time gas price oracle for Base and other EVM chains. Returns base_fee_gwei, priority_fee_gwei, total_gwei, and latency_ms. Cost: $0.001 USDC per call.

logicnodes_sig_verify

EIP-712 domain readiness check for EVM chains. Confirms chain connectivity, chain ID, and EIP-712 domain availability. Returns chain_id_verified and block info. Cost: $0.001 USDC per call.

logicnodes_peg_monitor

USDC circulating supply and peg status monitor for EVM chains. Returns peg_ok and usdc_supply_millions. Cost: $0.001 USDC per call.

logicnodes_escrow_verifier

Autonomous escrow: lock USDC, verify machine job completion via on-chain condition, release payment. Conditions: hash_match, gas_below, peg_held, block_after, multi. Cost: $0.01 USDC per call.

logicnodes_identity_register

Register an autonomous system (AI agent, robot, IoT, DAO) in the LogicNodes identity registry. Returns a registration_hash. Cost: $0.01 USDC per registration.

logicnodes_inference_attest

Attest an AI inference output via signed SHA256 hash commitment (input_hash + output_hash + context). Standard/premium tiers anchor to Base mainnet via POLAnchor. Cost: $0.01–$0.10 USDC per attestatio…

logicnodes_compliance_sentry

Rule-based compliance attestation for autonomous systems. Checks MiCA, EU AI Act (Annex III), US EO 14110, and FinCEN Travel Rule. Returns pass/fail per rule with ARAL attestation ID. Cost: $0.01 USDC…

logicnodes_zk_compute_attest

Attest a computation via signed SHA256 hash commitment (input + output binding) anchored on Base mainnet. Note: uses hash-binding commitment, not a ZK circuit. Cost: $0.01–$0.10 USDC.

Similar MCP servers embedding-nearest

Agent402 live
x402 service listed on awesome-x402: Agent402 [x402: $0.001/call on eip155:8453, category=utility]
33 tools · http
LION live
x402 service listed on awesome-x402: LION [x402: $0.001/call on eip155:8453, category=utility]
37 tools · http
LogicNodes
Bridges AI agents to a marketplace of 619 pay-per-call deterministic microservices across finance, DeFi, healthcare, and supply chain using
0 tools
Direct MCP candidate from registry live
Discovered from registry; probed directly as a possible remote MCP endpoint.
21 tools · streamable-http
io.github.cmdenney/logicnodes-mcp-bridge
Signed PII-Shield: redact PII to an EIP-191 attestation, plus x402 pay-per-call agent tools.
0 tools
minia2a.uk live
25+ x402 services for AI agents: token security scanner, text intelligence (187 languages + sentiment), format converter (JSON/CSV/HTML), KB
17 tools · http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "logicnodes": {
      "url": "https://logicnodes.io/mcp",
      "transport": "http"
    }
  }
}