PW
Probity Wallet Reputation
/screen_address
Screen address
Screen an Ethereum address or `.eth` ENS name for on-chain reputation risk. Costs 1 credit. Returns a signed reputation score (-100 to +100), a risk band, a con
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 /screen_address for me.
Input
| Field | Type | Description |
|---|---|---|
| address* | string | Ethereum address (0x...) or `.eth` ENS name (e.g. vitalik.eth) to screen. ENS names resolv |
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":"/screen_address","input":{"address":"..."}}'cli
npx cracked-ai run -p mcp-ai-probitylabs-wallet-reputation -e /screen_address -i '{"address":"..."}'mcp
run_tool({ provider: "mcp-ai-probitylabs-wallet-reputation", endpoint: "/screen_address", input: {"address":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.