Dominion Observatory
DO
Dominion Observatory
/verify_attestation

verify attestation

Cryptographically verify a Dominion signed attestation (JWS) — e.g. a trust-verdict receipt, gateway attestation, or MCP Verified badge. Stateless: checks the E

liveunknown~5s typical
mcpdominionobservatory
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-dominionobservatory-observatory /verify_attestation for me.

Input

FieldTypeDescription
jws*stringThe Dominion attestation as a JWS compact string (header.payload.signature)

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-dominionobservatory-observatory","endpoint":"/verify_attestation","input":{"jws":"..."}}'
cli
npx cracked-ai run -p mcp-com-dominionobservatory-observatory -e /verify_attestation -i '{"jws":"..."}'
mcp
run_tool({ provider: "mcp-com-dominionobservatory-observatory", endpoint: "/verify_attestation", input: {"jws":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.