Skip to main content
ClaudeWave
stillmarcus24 avatar
stillmarcus24

stillos-notary-mcp

View on GitHub
MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: NPX · stillos-notary-mcp
Claude Code CLI
claude mcp add stillos-notary-mcp -- npx -y stillos-notary-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "stillos-notary-mcp": {
      "command": "npx",
      "args": ["-y", "stillos-notary-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# stillos-notary-mcp

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 (`nolawealthfinancial.com/notary`). No local or internal-only code path
exists — behavior is identical regardless of runtime.

## Install

```
npx stillos-notary-mcp mcp
```

Or add to an MCP client config:

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

## Tools

### `claim_verdict`

Submits 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`.

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

### `verify_receipt`

Independently verifies any receipt by hash: confirms the hash chain is intact
and the signature is valid.

```
stillos-notary-mcp verify <receipt_hash>
```

### `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, 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.

**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.

```
stillos-notary-mcp dispute "your-agent" <receipt_hash>
```

### `screen_entity`

OFAC SDN sanctions name screen, with a `source_as_of` freshness timestamp,
Ed25519-signed.

**Paid: $0.001 USDC (Base) via x402 — no free tier.**

```
stillos-notary-mcp screen "your-agent" "Acme Corp"
```

### `distress_score`

Validated 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.**

```
stillos-notary-mcp distress "your-agent" AAPL
```

## Why

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.

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

What people ask about stillos-notary-mcp

What is stillmarcus24/stillos-notary-mcp?

+

stillmarcus24/stillos-notary-mcp is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install stillos-notary-mcp?

+

You can install stillos-notary-mcp by cloning the repository (https://github.com/stillmarcus24/stillos-notary-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is stillmarcus24/stillos-notary-mcp safe to use?

+

stillmarcus24/stillos-notary-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains stillmarcus24/stillos-notary-mcp?

+

stillmarcus24/stillos-notary-mcp is maintained by stillmarcus24. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to stillos-notary-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy stillos-notary-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: stillmarcus24/stillos-notary-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/stillmarcus24-stillos-notary-mcp)](https://claudewave.com/repo/stillmarcus24-stillos-notary-mcp)
<a href="https://claudewave.com/repo/stillmarcus24-stillos-notary-mcp"><img src="https://claudewave.com/api/badge/stillmarcus24-stillos-notary-mcp" alt="Featured on ClaudeWave: stillmarcus24/stillos-notary-mcp" width="320" height="64" /></a>

More MCP Servers

stillos-notary-mcp alternatives