Probity Wallet Reputation
PW
Probity Wallet Reputation
/get_screening_narrative

Get screening narrative

Retrieve the enhanced Probity review for a completed screen by its screeningId. Costs zero credits. Returns the narrative and the key concerns it raises. It is

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 /get_screening_narrative for me.

Input

FieldTypeDescription
screeningId*stringThe rsr_... id returned by screen_address. Must reference a completed screen; the narrativ

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

Try it

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