decode_receiptRead a receiptRead a receipt field by field, with stated limits. Does not check the signature.
MCP SERVER
https://app.aqta.ai/api/mcpSUMMARY
Seal is an MCP server that provides tools to verify signed decision receipts (attestations) from Seal AI. It allows checking that a record still says what was signed, decoding receipts, fetching the published signing key, obtaining sample receipts and evidence packs, verifying whole evidence packs, explaining the receipt format, and for authenticated users, listing receipts, getting transparency proofs, and summarizing workspace decisions. The server is published on the official MCP registry and is reachable at the endpoint https://app.aqta.ai/api/mcp. Runtime verification confirmed 10 tools, all read-only and safe to retry. Authentication is required for some tools (list_my_receipts, get_transparency_proof, workspace_summary) using an aqta_ key as Bearer token; other tools are public. Pricing and detailed authentication are unknown.
CAPABILITIES
Evidence-backed capability profile
TOOLS IN THIS MCP SERVER
decode_receiptRead a receiptRead a receipt field by field, with stated limits. Does not check the signature.
explain_attestation_formatExplain the receipt formatThe receipt format: fields, outcomes, verification commands, and what a signature does not establish. Use before describing the format.
get_public_keyGet the published signing keyFetch the published Seal signing key.
get_review_packGet an evidence packThe published sample evidence pack: fixed review question, bound receipts, disclosure.
get_sample_receiptGet a sample receiptA genuine signed receipt from the sample workspace (demo key), for trying verification.
get_transparency_proofProve a receipt is in the logInclusion proof plus signed tree head for one of your receipts. Requires your aqta_ key.
list_my_receiptsList your signed receiptsList your workspace receipts filtered by outcome, policy, model, or date range. Requires your aqta_ key as Bearer.
verify_evidence_packVerify a whole evidence packVerify a review pack receipt by receipt. Each verdict comes from the signed envelope itself, never from stored state, and results are per-receipt, never an average.
verify_receiptVerify a receiptCheck that a record still says what was signed: the permitted or refused decision, unchanged, under a trusted or embedded key. Handles both formats: ATTESTATION-v1 (a model-call decision) and ACTION-v1 (an agent tool action). No Aqta service in the check.
workspace_summarySummarise your workspace decisionsOutcome, model and policy counts across your recent receipts. Requires your aqta_ key.
MACHINE-READABLE ENDPOINTS
ACCESS
USAGE OBSERVATIONS