Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

io.github.stillmarcus24/stillos-notary-mcp

io.github.stillmarcus24/stillos-notary-mcp

Ed25519-signed verdicts resolved against real ground truth. Free claim/verify; paid bonded dispute.

Uptime
100.0%
1 direct probes · 30d
Response
303ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

claim_verdict

Submits a claim and returns a signed verdict: settled against real external ground truth (GitHub PR, on-chain tx, HTTP status, JSON field, Kalshi market, or multi-exchange price consensus), Ed25519-si…

verify_receipt

Independently verifies any StillOS notary receipt by its hash: confirms the hash chain is intact and the Ed25519 signature is valid. Read-only, free, no auth.

file_dispute

Files 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. An…

screen_entity

OFAC SDN sanctions name screen: matches a legal name against the OFAC Specially Designated Nationals list, with a source_as_of freshness timestamp, Ed25519-signed. Paid: $0.001 USDC (Base) via x402 --…

distress_score

Validated corporate distress-foresight score for a single equity ticker: Altman Z-score computed from live SEC XBRL filings, backtested 71% sensitivity / 100% specificity with a ~109-day median lead t…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.stillmarcus24/stillos-notary-mcp": {
      "url": "https://stillos-notary-mcp-edge.stillos.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}