control-plane
C
control-plane
/thinkneo_get_trust_badge

thinkneo get trust badge

Get a public AI Trust Score badge by report token. Returns the organization name, score, badge level, and validity period. Use the badge URL to embed the trust

liveunknown~5s typical
mcpcontrol-plane
$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-ai-thinkneo-control-plane /thinkneo_get_trust_badge for me.

Input

FieldTypeDescription
report_token*stringThe report token from a trust score evaluation (URL-safe string)

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-ai-thinkneo-control-plane","endpoint":"/thinkneo_get_trust_badge","input":{"report_token":"..."}}'
cli
npx cracked-ai run -p mcp-ai-thinkneo-control-plane -e /thinkneo_get_trust_badge -i '{"report_token":"..."}'
mcp
run_tool({ provider: "mcp-ai-thinkneo-control-plane", endpoint: "/thinkneo_get_trust_badge", input: {"report_token":"..."} })

Try it

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