Skip to content

Add LogicNodes on-chain compliance integration example for AgentKit#1253

Open
cmdenney wants to merge 1 commit into
coinbase:mainfrom
cmdenney:logicnodes-integration
Open

Add LogicNodes on-chain compliance integration example for AgentKit#1253
cmdenney wants to merge 1 commit into
coinbase:mainfrom
cmdenney:logicnodes-integration

Conversation

@cmdenney
Copy link
Copy Markdown

Add LogicNodes MCP integration example

Adds a single optional example file showing how to connect this framework to LogicNodes — deterministic on-chain verification, identity, and compliance for autonomous agents. Zero core runtime changes.

What is LogicNodes?

LogicNodes provides 2,300+ cryptographically-signed deterministic microservices for autonomous agents, callable via MCP or direct REST:

Service Endpoint Description
Gas oracle POST /call/gas-oracle EIP-1559 gas estimates with verifiable signatures
Compliance sentry POST /call/compliance-sentry On-chain regulatory & constitutional checks
ZK attestation POST /x402/zk-attest Proof-of-existence anchored to Base L2
Trust graph GET /graph/score/{agent_id} Counterparty reputation from on-chain history
ETH price GET /call/eth-price Signed ETH/USD price oracle

Integration

pip install mcp  # Python
npm install @modelcontextprotocol/sdk  # TypeScript

MCP URL: https://logicnodes.io/mcp
API base: https://logicnodes.io
Docs: https://logicnodes.io/docs
API key (optional): https://logicnodes.io/checkout — pay-per-call via USDC x402, no subscription.

This PR

Adds one optional example file. No changes to core runtime, dependencies, or existing code.


This contribution is made under DCO sign-off. No warranty expressed or implied.

Signed-off-by: LogicNodes contact@htsnavigator.com

Demonstrates optional LogicNodes on-chain compliance, gas oracle,
identity, and ZK attestation integration. Zero core changes.
@cmdenney cmdenney requested a review from murrlincoln as a code owner May 28, 2026 19:36
@cb-heimdall
Copy link
Copy Markdown

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

@github-actions github-actions Bot added example New example agent python labels May 28, 2026
@cb-heimdall
Copy link
Copy Markdown

Review Error for MVPuknowme @ 2026-05-28 20:31:07 UTC
User failed mfa authentication, either user does not exist or public email is not set on your github profile. \ see go/mfa-help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

example New example agent python

Development

Successfully merging this pull request may close these issues.

3 participants