ai.aqta/seal
ai.aqta/sealVerify Seal AI decision receipts: signed evidence anyone can check, no account needed.
Tools · 10
Check a receipt signature against a trusted or embedded key. No Aqta service in the check.
Read a receipt field by field, with stated limits. Does not check the signature.
Fetch the published Seal signing key.
A genuine signed receipt from the sample workspace (demo key), for trying verification.
The published sample evidence pack: fixed review question, bound receipts, disclosure.
Verify every receipt in a pack. Per-receipt verdicts, never an average.
The receipt format: fields, outcomes, verification commands, and what a signature does not establish. Use before describing the format.
List your workspace receipts filtered by outcome, policy, model, or date range. Requires your aqta_ key as Bearer.
Inclusion proof plus signed tree head for one of your receipts. Requires your aqta_ key.
Outcome, model and policy counts across your recent receipts. Requires your aqta_ key.
Resources · 4
Genuine envelope from the sample workspace (demo key).
seal://sample/receipt.json
Fixed question plus two production-signed receipts.
seal://sample/evidence-pack.json
Inline receipt viewer with a break-the-seal control (MCP Apps hosts render this automatically).
ui://seal/receipt-card.html
The claim boundary, stated plainly.
seal://reference/limits.md
Prompts · 3
Fetch a genuine signed receipt, verify it, change one field, verify again.
Query your workspace for blocked decisions and prove one is in the register. Needs your aqta_ key.
Explain the receipt format, grounded in the reference, limits included.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ai.aqta/seal": {
"url": "https://app.aqta.ai/api/mcp",
"transport": "streamable-http"
}
}
}