@logicnodez/mcp-bridge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOGICNODES_API_KEY | No | Optional API key for LogicNodes (x402 pay-per-call works without a key) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| logicnodes_gas_oracleA | 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. |
| logicnodes_sig_verifyA | 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. |
| logicnodes_peg_monitorA | USDC peg stability monitor. Returns current USDC/USD deviation, Circle reserve attestation status, and depeg risk score. Cost: $0.0001 USDC per call. |
| logicnodes_escrow_verifierA | On-chain escrow state verifier. Checks LogicNodesEscrow contract for active escrow, balance, and release conditions. Cost: $0.001 USDC per call. |
| logicnodes_identity_registerA | Register an agent identity on Base mainnet via AgentIdentityRoot. Returns on-chain identity hash and registration transaction. Cost: $0.01 USDC per registration. |
| logicnodes_inference_attestC | 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. |
| logicnodes_compliance_sentryA | 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. |
| logicnodes_zk_compute_attestA | 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. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool targets a distinct blockchain operation: signature verification, gas oracle, peg monitoring, escrow verification, identity registration, inference attestation, compliance checking, and ZK compute attestation. No overlapping purposes.
All tools follow the consistent pattern 'logicnodes_<descriptive_snake_case_name>' (e.g., sig_verify, gas_oracle, zk_compute_attest). The naming is predictable and clear.
8 tools is an appropriate count for a blockchain bridge server. It covers a breadth of functionalities without being overwhelming or too sparse.
The tool surface covers core bridge operations (verification, monitoring, registration, attestation). A minor gap is a generic transaction or balance checking tool, but the set is largely complete for its domain.