← Documentation

EVIDIQ Circuit

Verifiable API proxy, TLS certificate attestation, payload schema drift inspection, circuit breaker state machine enforcement, webhook signature verification, and 0G storage receipt anchoring for autonomous AI agents.

Quickstart

Connect the Streamable HTTP MCP endpoint, inspect capabilities, and validate target parameters before making a paid call.

claude mcp add --transport http evidiq-circuit https://mcp.evidiq.dev/circuit/mcp

Or probe the live pricing discovery endpoint:

curl -s https://mcp.evidiq.dev/circuit/x402

Prefer a Skill file? Fetch the agent-readable EVIDIQ Circuit Skill:

curl -s https://mcp.evidiq.dev/circuit/skill.md

What Circuit is for

TLS Certificate Attestation

Audit target TLS certificate validity, untrusted CAs, expiration dates, and SAN hostname matches.

Schema Drift Inspection

Detect JSON payload structure changes and field data type drift against baseline specifications.

Circuit Breaker Engine

Deterministic 3-state machine (CLOSED, HALF_OPEN, OPEN) tracking error rates and latency P95 spikes.

Webhook Verification

Verify incoming agent webhook payloads using HMAC-SHA256 or EIP-191 signatures with timestamp freshness checks.

Canonical Receipts

Generate RFC 8785 (JCS) SHA-256 report digests signed via EIP-191 ECDSA.

0G Storage Anchoring

Anchor exchange receipt Merkle roots directly onto 0G Storage for verifiable audit trails.

Ten MCP tools

Five free tools support preflight and offline verification. Five paid tools provide full verification, schema inspection, breaker state enforcement, and receipt anchoring.

Paid security & attestation tools

Free preflight and verification

Evaluation Pipeline & Invariants

Every evaluation follows a strict 9-step pipeline that produces byte-reproducible reports verified against 4 mathematical invariants:

  1. Trace Consistency: checksEvaluated == trace.length.
  2. Violation Count: violations.length == failedTraceCount.
  3. Verdict Precedence: BLOCK > WARN > ALLOW.
  4. Integrity Digest: reportDigest == SHA-256(JCS(report)) with valid EIP-191 signature.

x402 pricing

ToolAtomicUSDT0Access
audit_endpoint_compliance50000.005x402-paid
inspect_payload_schema100000.01x402-paid
enforce_circuit_breaker200000.02x402-paid
verify_webhook_signature200000.02x402-paid
attest_exchange_receipt300000.03x402-paid
circuit_capabilities0FreeAlways ungated
validate_request_params0FreeAlways ungated
estimate_cost0FreeAlways ungated
verify_circuit_report0FreeAlways ungated
get_artifact0FreeAlways ungated

Payments use x402 v2 exact scheme with USDT0 (6 decimals) on X Layer (eip155:196). Verification and settlement run through the official OKX Onchain OS Payment SDK.

Settled on X Layer

Live tool calls verified on-chain via OKX Facilitator:

audit_endpoint_compliance: 0xcef0df...fbb8

inspect_payload_schema: 0xea7c8c...aede

enforce_circuit_breaker: 0xbbe6ff...fb95

verify_webhook_signature: 0x6a2968...57d0

attest_exchange_receipt: 0x67ec72...d961

Licensing

EVIDIQ owns and licenses its original Circuit code under MIT. Third-party dependencies maintain their own open-source licenses preserved in THIRD_PARTY_NOTICES.md.

Circuit provides verifiable API proxy attestation and circuit breaker enforcement. Guard autonomous AI agent transactions against unexpected endpoint outages, payload drift, and unauthenticated webhooks.

← Back to docs