Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Stillos Notary

FreeNot checked

Enables submitting claims and receiving Ed25519-signed, hash-chained verdicts resolved against real external ground truth, supporting resolvers like GitHub PRs,

GitHubEmbed

About

Enables submitting claims and receiving Ed25519-signed, hash-chained verdicts resolved against real external ground truth, supporting resolvers like GitHub PRs, on-chain transactions, URL JSON, HTTP status, and Kalshi markets.

README

Verification infrastructure for the agentic economy. Submit a claim, get back an Ed25519-signed, hash-chained verdict — resolved against real external ground truth, not model output. Free tier, no account, no card.

Every tool call in this package hits the real public notary over HTTPS (nolawealthfinancial.com/notary). There is no local or internal-only code path — it works identically wherever you run it.

Install

npx stillos-notary-mcp mcp

Or add to an MCP client config:

{
  "mcpServers": {
    "stillos-notary": { "command": "npx", "args": ["-y", "stillos-notary-mcp", "mcp"] }
  }
}

Tools

claim_verdict

Submit a claim and a resolver. Get back 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.

stillos-notary-mcp claim "your-agent" "example.com returns 200" \
  '{"type":"http_status","url":"https://example.com","expect_code":200}'

verify_receipt

Independently verify any receipt by hash — confirms the hash chain is intact and the signature is valid.

stillos-notary-mcp verify <receipt_hash>

Why

Most "verification" is one AI checking another AI's work — same failure modes, no independence. This resolves claims against sources neither party controls, signs the result whichever way it lands, and publishes both confirmed and refuted verdicts on the same ledger. Fail-closed: a claim that can't be resolved returns ERROR, not a plausible-sounding guess.

Live docs: https://nolawealthfinancial.com/notary/docs

from github.com/stillmarcus24/stillos-notary-mcp

Install Stillos Notary in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install stillos-notary-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add stillos-notary-mcp -- npx -y stillos-notary-mcp

FAQ

Is Stillos Notary MCP free?

Yes, Stillos Notary MCP is free — one-click install via Unyly at no cost.

Does Stillos Notary need an API key?

No, Stillos Notary runs without API keys or environment variables.

Is Stillos Notary hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Stillos Notary in Claude Desktop, Claude Code or Cursor?

Open Stillos Notary on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Stillos Notary with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs