mcp
M
mcp
/assay_certificate_verify

Verify an AlphaAssay certificate against platform trust

Use this when someone hands you a signed AlphaAssay certificate and you want to verify both its Ed25519 signature and current platform trust. A verification too

liveverifiedunknown~5s typical
mcpprobedmcp
$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-alphaassay-mcp /assay_certificate_verify for me.

Input

FieldTypeDescription
certificate*objectThe separately issued signed certificate/document object to verify against current platfor
signature_b64*stringIts base64 Ed25519 signature.
public_key_pem*stringCaller-supplied signer-key evidence in PEM form; it is not a platform trust root.

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-alphaassay-mcp","endpoint":"/assay_certificate_verify","input":{"certificate":{},"signature_b64":"...","public_key_pem":"..."}}'
cli
npx cracked-ai run -p mcp-com-alphaassay-mcp -e /assay_certificate_verify -i '{"certificate":{},"signature_b64":"...","public_key_pem":"..."}'
mcp
run_tool({ provider: "mcp-com-alphaassay-mcp", endpoint: "/assay_certificate_verify", input: {"certificate":{},"signature_b64":"...","public_key_pem":"..."} })

Try it

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