Probity Wallet Reputation
PW
Probity Wallet Reputation
/compare_screening_runs

Compare screening runs

Compare two completed screens by their screeningId and see what changed. Costs zero credits. Two runs of the same address show why the reputation score moved. T

liveunknown~5s typical
mcpprobitywalletreputation
$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-probitylabs-wallet-reputation /compare_screening_runs for me.

Input

FieldTypeDescription
runIdA*stringFirst screeningId (rsr_...). Must be a completed screen you own.
runIdB*stringSecond screeningId (rsr_...). Must be a completed screen you own.

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-probitylabs-wallet-reputation","endpoint":"/compare_screening_runs","input":{"runIdA":"...","runIdB":"..."}}'
cli
npx cracked-ai run -p mcp-ai-probitylabs-wallet-reputation -e /compare_screening_runs -i '{"runIdA":"...","runIdB":"..."}'
mcp
run_tool({ provider: "mcp-ai-probitylabs-wallet-reputation", endpoint: "/compare_screening_runs", input: {"runIdA":"...","runIdB":"..."} })

Try it

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