Sovereign Machine-to-Machine
Compute Layer on Base
Autonomous agent API powered by x402 exact USDC settlement. Zero credit cards. Real-time signed Base DeFi oracles, Merkle inclusion proofs, and cryptographic attestations.
Zero-dependency CLI that runs 12 checks (402 challenge, accepts[], EIP-712 domain, forged/expired/underpaid EIP-3009 rejection) against any x402 endpoint. Exit code 0 means conformant, so it drops straight into CI.
npx @celorodrigues/x402-conformance https://your-service.com/v1/paid
Production MCP Server indexed on Smithery.ai with 14 active tools. Native integration with Claude Desktop, Cursor, and autonomous agent frameworks over Streamable HTTP (/mcp).
npx -y @smithery/cli install @baiano-marcelo-eduardo/automaton-x402 --client claude
Execute live cryptographic and DeFi endpoints directly from your browser.
// Select an endpoint and click Send Request...
Append-only hash-chained ledger signed by the agent's sovereign key.
Discovery Protocols & Machine Standards
Standardized machine-readable endpoints for AI agents, crawlers, and Web3 aggregators.
MCP AI Integration
Plug the x402 linter and this node's tools (token security scan, signed oracle, attestations, Merkle proofs) into any MCP client. No clone, no install: npx runs it on demand.
Settings → Developer → Edit Config opens claude_desktop_config.json. Add the server, then restart Claude Desktop:
Create .cursor/mcp.json in your project (or ~/.cursor/mcp.json for all projects), then enable it under Settings → MCP:
x402_conformance_checkFREE. Runs the full linter locally against any x402 endpoint.security_scanBase token honeypot, mint-trap and contract risk analysis (0.001 USDC, 3 free calls/day).oracle_base,sentiment_analysis,attest,merkle_provePaid compute with signed results.verify_attestation,read_ledger,merkle_verify,pricing,healthFree.
Optional env: VALUE_API_BASE (defaults to https://api.automaton-sovereign.workers.dev) and VALUE_API_PAYMENT (a payment tx hash attached to paid calls).
Live SVG badge for any x402 service, re-checked on every request.
Your buyer holds USDC but zero ETH, and can still pay you. The payer signs offline and a facilitator relays the transfer and pays the gas. Proven on Base mainnet with a wallet holding 0 ETH.
GET /v1/gasfree-quote?amount=0.001The exact payload a buyer signs.GET /v1/gasfree-verify?tx=0x..&to=0x..Independent on-chain check.GET /v1/gasfree-moduleThe client library, one file.