DELTA Witness v0.7
MCP serverDev toolsPaid Capture and Guard tools for public-source observations before autonomous actions.
Unavailable. This server has no hosted endpoint yet, so ahel can't serve it.
Connect ahel once, and every AI you use reads what you have installed.
From the project's README
As published by 15998194110/delta-witness in README.md.
CURRENT OWNER PRICING (2026-09-10): Capture / authenticated Partner Capture / authenticated Partner Preflight / each NEW Watch check = 1 USDC; Public Preflight = 5 USDC; Guarded-Action Pilot = 10 USDC. Read
AGENTS.mdanddocs/pricing-policy-2026-09-10.mdbefore every run. Conflicting old prices, automatic repricing and paid-canary instructions below are superseded. Historical receipts and prepaid obligations are not rewritten.
DELTA Witness is a Trust Layer for Autonomous Actions. It observes public sources, records timestamped hashes, and lets software make deterministic preflight decisions without claiming that a source is truthful.
Production products and current pricing
- Capture:
POST /v1/capturepreserves what a public page says now — $1.00 USDC. - Public Preflight:
POST /v1/preflightcompares a fresh observation with prior proof hashes or explicit text rules — $5.00 USDC. - Guarded-Action Pilot:
POST /v1/guarded-action-pilotprovides the higher-value evidence pilot — $10.00 USDC, only promoted for paid use after production verification on Base with the Treasury below. - Watch: authenticated resellers can prepay a finite number of checks and receive HMAC-signed webhooks — $1.00 USDC per new check.
- Partner gateway: authenticated Partner Capture and Partner Preflight are $1.00 USDC per new billable request under the current owner pricing authority.
Direct Capture, Public Preflight, and Guarded-Action Pilot use x402 v2 with Base mainnet USDC. Settlement completes before Browser Run begins. The treasury is receive-only from the application:
0x1990e21bc219696ff7fbc26527dbaed335ac6367
Never place the treasury private key in Worker, CI, source, or chat.
The current owner-authorized public pricing is $1 Capture / $5 Public Preflight / $10 Guarded-Action Pilot; authenticated Partner Capture, Partner Preflight, and each new Watch check are $1. Historical settled/idempotent deliveries and already-prepaid obligations retain their original paid identity; they are not double-charged or retroactively repriced.
Buyer quickstarts
- Amazon Bedrock AgentCore payments → DELTA x402 — use the existing 1 USDC Capture as the narrowest paid checkpoint for procurement terms, price/availability, monitoring evidence, or audit records; raise the buyer-side payment limit only when explicitly choosing a higher-priced DELTA product.
- BrowserAct monitoring → DELTA evidence — keep BrowserAct as the collection layer, then buy 1 USDC Capture only when a public price, availability, supplier term, article, or other source state becomes materially consequential.
Safety and economics
- Public HTTP(S) targets on ports 80/443 only; credential URLs, private/link-local/metadata networks, private DNS answers, DNS rebinding, and unsafe redirects are rejected.
- Request, redirect, time, Browser Run, artifact, and storage bounds are enforced.
- Raw artifacts remain private in
delta-witness-proofs; verifier routes expose metadata and hashes and arenoindex. - Fulfillment is idempotent and a settled payment cannot fulfill a different request.
- Customer-facing prices are fixed by the current owner pricing policy rather than autonomously changed by modeled cost floors. If actual fulfillment economics become negative, DELTA records a pricing-margin alert for operator review instead of silently inventing a new customer price.
Verify locally
npm ci
npm run verify
npm run bazaar
npm run bazaar performs a read-only scan of the public Bazaar catalog and reports whether DELTA's x402 resource is indexed. It never submits a payment or changes catalog state.
The partner gateway, SDKs, MCP server, and Apify adapter have their own verification commands. The tagged release workflow verifies every artifact, applies D1 migrations, records the current Worker version, deploys core and gateway, then publishes authorized registries.
Production discovery
- API and product guide
- OpenAPI
- x402 v2 catalog metadata
- Agent skill
- Distribution manifest
- MCP metadata
The known legacy proof remains available at /v1/proofs/56347db8-1aa5-447f-a0e4-3bb052d7aa89. Its historical manifest predates v0.6 self-integrity fields, so the verifier reports legacy_unverifiable rather than inventing certainty.
Signals
- Last commit
- Sep 2026
- Weekly downloads
- 211
Advanced
- Delivery
- delta-witness MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
io-github-15998194110-delta-witness- Source
- github.com/15998194110/delta-witness