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
| Field | Type | Description |
|---|---|---|
| since | string | ISO-8601 lower bound. Only events at or after this time are returned. |
| until | string | ISO-8601 upper bound. Only events at or before this time are returned. |
| cursor | string | Pass the nextCursor from a prior call to page forward. |
| address | string | Restrict to one monitored address (0x...). Omit for the whole portfolio. |
| limit | integer | Number 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.