The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Stillos Notary MCP listing page.
Verification infrastructure for the agentic economy. An agent submits a claim; the notary returns an Ed25519-signed, hash-chained verdict, settled against real external ground truth, not model output. Free tier, no account, no card.
Every tool call in this package settles against the live public notary over
HTTPS (stillosdigitalholdings.com/notary). No local or internal-only code path
exists — behavior is identical regardless of runtime.
Or add to an MCP client config:
claim_verdictSubmits a claim and a resolver specification. Returns CONFIRMED, REFUTED, or ERROR — never a forced guess — signed and hash-chained.
Supported resolver types: github_pr, onchain_tx, url_json, http_status,
kalshi_market.
verify_receiptIndependently verifies any receipt by hash: confirms the hash chain is intact and the signature is valid.
file_disputeFiles a bonded dispute against a verdict receipt. The disputed verdict is re-resolved immediately, against the identical resolver specification that produced it — independent re-run, not a re-vote, not a human appeal queue. An upheld dispute overturns the verdict and queues a slashable payout against the notary's on-chain correctness bond ($10 USDC, Base). Dispute window: 48 hours from the original receipt's timestamp.
Through 1.2.2 this package could only report the paywall: every paid tool returned
{ payment_required: true } and the call ended there. There was no way, anywhere in the
package, to attach a payment and retry — the CLI told you to "attach payment and retry"
using a mechanism that did not exist. 1.3.0 implements it.
Supply a credential and the 402 is crossed automatically — one 402, one payment, one retry, then the paid result:
With no credential you get an actionable requirement rather than a dead end:
What it refuses to pay. A 402 is untrusted input. The client will not sign for a
network or scheme it does not expect (base / exact only), will not pay a malformed
requirement missing payTo or an amount, and will not exceed a per-call ceiling
($1.50 default, STILLOS_NOTARY_MAX_USD or opts.maxUsd to change). It never retries
more than once — a second 402 is a hard stop, not a backoff loop, so a rejected payment
can never be re-signed into a double spend. Supplying no credential never spends
anything. No key is received, logged, persisted, or placed in an error message.
Covered by test/payment-continuation.test.cjs (17 cases, local mocks, no real
settlement).
Paid: $1.00 USDC (Base) via x402 — no free tier. A call without an
attached x402 payment returns the payment requirement (price, payTo, asset),
not a verdict. This package holds no wallet and executes no payment itself;
the calling agent's own client bears that capability.
screen_entityOFAC SDN sanctions name screen, with a source_as_of freshness timestamp,
Ed25519-signed.
Paid: $0.001 USDC (Base) via x402 — no free tier.
distress_scoreValidated corporate distress-foresight score for a single equity ticker: Altman Z-score from live SEC XBRL filings, backtested 71% sensitivity / 100% specificity with a ~109-day median lead time, Ed25519-signed.
Paid: $0.15 USDC (Base) via x402 — no free tier.
Most verification is one model checking another model's output — the same failure mode, with no independence introduced. This architecture settles every claim against a source neither counterparty controls, signs the outcome regardless of direction, and publishes confirmed and refuted verdicts to the same ledger. Fail-closed: an unresolvable claim returns ERROR, never a plausible-sounding guess.