Skip to main content
Glama
stillmarcus24

stillos-notary-mcp

stillos-notary-mcp

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"] }
  }
}

Related MCP server: maiat-protocol

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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stillmarcus24/stillos-notary-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server