Probity Wallet Reputation
PW
Probity Wallet Reputation
/get_monitoring_events

Get monitoring events

Returns the authenticated user's monitoring events: material reputation changes detected on their monitored addresses, oldest first, each with the change type,

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_monitoring_events for me.

Input

FieldTypeDescription
sincestringISO-8601 lower bound. Only events at or after this time are returned.
untilstringISO-8601 upper bound. Only events at or before this time are returned.
cursorstringPass the nextCursor from a prior call to page forward.
addressstringRestrict to one monitored address (0x...). Omit for the whole portfolio.
limitintegerNumber of events (1-100, default 20)

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

Try it

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