LaunchTrust
L
LaunchTrust
/verify_record

Verify a LaunchTrust signed record

Independently verify the ECDSA (ES256) signature on a LaunchTrust signed scan/disclosure record against the published public key. Pass the record JSON (the down

liveunknown~5s typical
mcplaunchtrust
$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-co-launchtrust-launchtrust /verify_record for me.

Input

FieldTypeDescription
record*objectThe LaunchTrust signed record JSON (or an object with `canonical` + `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-co-launchtrust-launchtrust","endpoint":"/verify_record","input":{"record":{}}}'
cli
npx cracked-ai run -p mcp-co-launchtrust-launchtrust -e /verify_record -i '{"record":{}}'
mcp
run_tool({ provider: "mcp-co-launchtrust-launchtrust", endpoint: "/verify_record", input: {"record":{}} })

Try it

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