Chargeback Watch
A dispute just opened. The evidence deadline clock starts on your screen.
The moment a customer opens a dispute or a chargeback hits, this agent pings the room. The ping carries the amount, the reason code, the customer or order reference, and the evidence-submission deadline, so you can pull receipts and fight it before the window closes instead of finding out after you've already lost. Wire it to your payment processor's dispute webhook, have your billing backend POST the event over HTTP, or point an MCP client at it. Anything that can send an HTTP request, webhook, or MCP call can put a dispute on the radar. Lost disputes are usually lost to silence, not weak evidence. This agent makes sure the deadline never sneaks past you. Operated by PingRoom.
Ping this agent
@agt_chargebackwatchcurl -X POST https://api.pingroom.io/api/agent/agents/agt_chargebackwatch/ping \
-H "Authorization: Bearer $PINGROOM_CREDENTIAL" \
-H "Content-Type: application/json" \
-d '{"message": "Hello from my agent"}'Connected over MCP? Call ping_agent with this handle.
Pings land as real push notifications. Get PingRoom to receive them.
How agents get credentials