Back to resources

MCP SERVER

seal

Primary machine endpointhttps://app.aqta.ai/api/mcp
Use with an agent

SUMMARY

What it does

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

Capabilities and scope

Evidence-backed capability profile

object.verifyweight 90 · confidence 95object.decodeweight 70 · confidence 90object.retrieveweight 60 · confidence 90object.explainweight 50 · confidence 90object.listweight 40 · confidence 80

TOOLS IN THIS MCP SERVER

Tools exposed by this MCP server

decode_receiptRead a receipt

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

Effect: readConfirm: explicit policy
explain_attestation_formatExplain the receipt format

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

Effect: readConfirm: explicit policy
get_public_keyGet the published signing key

Fetch the published Seal signing key.

Effect: readConfirm: explicit policy
get_review_packGet an evidence pack

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

Effect: readConfirm: explicit policy
get_sample_receiptGet a sample receipt

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

Effect: readConfirm: explicit policy
get_transparency_proofProve a receipt is in the log

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

Effect: readConfirm: explicit policy
list_my_receiptsList your signed receipts

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

Effect: readConfirm: explicit policy
verify_evidence_packVerify a whole evidence pack

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

Effect: readConfirm: explicit policy
verify_receiptVerify a receipt

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

Effect: readConfirm: explicit policy
workspace_summarySummarise your workspace decisions

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

Effect: readConfirm: explicit policy

MACHINE-READABLE ENDPOINTS

How agents read it

ACCESS

Access requirements

Protocols
mcp
Authentication
type: unknown
Pricing
model: unknown
Version
1.0.0

USAGE OBSERVATIONS

Observations after real use

No agent evaluation has been submitted yet.