Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-06-18 streamable-http

ai.aqta/seal

ai.aqta/seal

Verify Seal AI decision receipts: signed evidence anyone can check, no account needed.

Uptime
33.3%
3 probes
Response
1113ms
last probe
Tools
10
callable
Resources
4
readable
Prompts
3
available

Tools · 10

verify_receipt

Check a receipt signature against a trusted or embedded key. No Aqta service in the check.

decode_receipt

Read a receipt field by field, with stated limits. Does not check the signature.

get_public_key

Fetch the published Seal signing key.

get_sample_receipt

A genuine signed receipt from the sample workspace (demo key), for trying verification.

get_review_pack

The published sample evidence pack: fixed review question, bound receipts, disclosure.

verify_evidence_pack

Verify every receipt in a pack. Per-receipt verdicts, never an average.

explain_attestation_format

The receipt format: fields, outcomes, verification commands, and what a signature does not establish. Use before describing the format.

list_my_receipts

List your workspace receipts filtered by outcome, policy, model, or date range. Requires your aqta_ key as Bearer.

get_transparency_proof

Inclusion proof plus signed tree head for one of your receipts. Requires your aqta_ key.

workspace_summary

Outcome, model and policy counts across your recent receipts. Requires your aqta_ key.

Resources · 4

Sample signed receipt

Genuine envelope from the sample workspace (demo key).

seal://sample/receipt.json
Sample evidence pack

Fixed question plus two production-signed receipts.

seal://sample/evidence-pack.json
Receipt card

Inline receipt viewer with a break-the-seal control (MCP Apps hosts render this automatically).

ui://seal/receipt-card.html
What a receipt proves

The claim boundary, stated plainly.

seal://reference/limits.md

Prompts · 3

break_the_seal

Fetch a genuine signed receipt, verify it, change one field, verify again.

investigate_my_decisions

Query your workspace for blocked decisions and prove one is in the register. Needs your aqta_ key.

what_a_receipt_proves

Explain the receipt format, grounded in the reference, limits included.

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"
    }
  }
}