AOTrust PDR Notarization
FreeNot checkedOTrust issues cryptographic PDRs (Provenance Data Records) — proving a digital artifact existed at a specific time. $0.01 per proof. Blockchain-anchored. Public
About
OTrust issues cryptographic PDRs (Provenance Data Records) — proving a digital artifact existed at a specific time. $0.01 per proof. Blockchain-anchored. Publicly verifiable.
README
AOTrust issues PDRs (Provenance Data Records) — 239-byte cryptographic receipts proving a digital artifact existed at a specific time. $0.01 USDC on Base via x402. Anchored daily to NEAR blockchain. No account needed. Supports ordinary (v0x03) and bilateral (v0x04) signatures.
Quickstart
# 1. Compute SHA-256 hash of your artifact
HASH=$(echo -n "Hello AOTrust" | sha256sum | cut -d' ' -f1)
# 2. Request notarization → get 402 payment details
curl -X POST https://api.aotrust.link/notarize \
-H "Content-Type: application/json" \
-d "{\"work_hash\":\"$HASH\",\"agent_sig\":\"\",\"agent_pubkey\":\"\"}"
# 3. Pay $0.01 USDC on Base (EIP-3009), then POST with x-payment header
# Full example: see SKILL.md → "Step 3: Pay"
For full EIP-3009 signing code (Python + ethers.js examples), see SKILL.md.
Interfaces
| Interface | Best for | Auth |
|---|---|---|
| HTTP API | Developers, scripts, CI/CD | x402 payment (no API key needed) |
| MCP | AI agents (Claude, Cursor) | OAuth 2.1 PKCE |
Endpoints:
- API:
https://api.aotrust.link/notarize - MCP:
https://api.aotrust.link/mcp - Verify:
https://verify.aotrust.link - Docs:
https://docs.aotrust.link
PDR Specification & Tools
- pdr-spec.md — PDR v2.3/v2.4 binary format (Internal 193B + External 239B, ordinary + bilateral)
- pdr_parser.py — standalone parser, zero dependencies, offline verification
- aotrust-notarize/SKILL.md — full integration guide for AI agents
Comparison
| Feature | AOTrust | Chainlink | OpenTimestamps | Notary.fyi |
|---|---|---|---|---|
| Price/PDR | $0.01 | $0.25+ | Free (slow) | $0.50+ |
| Payment rail | x402 USDC | LINK | Bitcoin TX | Stripe |
| PDR format | 239B binary | Oracle data | OTS file | |
| AI agent native | MCP + HTTP | No | No | No |
| Blockchain anchor | NEAR (daily) | Ethereum | Bitcoin | None |
| Offline verify | Yes (pdr_parser.py) | No | Yes | No |
License
MIT
Installing AOTrust PDR Notarization
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/GitSerge-crypto/aotrust-skillsFAQ
Is AOTrust PDR Notarization MCP free?
Yes, AOTrust PDR Notarization MCP is free — one-click install via Unyly at no cost.
Does AOTrust PDR Notarization need an API key?
No, AOTrust PDR Notarization runs without API keys or environment variables.
Is AOTrust PDR Notarization hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install AOTrust PDR Notarization in Claude Desktop, Claude Code or Cursor?
Open AOTrust PDR Notarization 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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare AOTrust PDR Notarization with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
