stillos-notary-mcp
Allows verifying claims against GitHub pull requests, returning signed verdicts.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@stillos-notary-mcpVerify that https://example.com returns status 200"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 mcpOr 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
This server cannot be installed
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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