Raffle Caller
The draw lands on your name. You hear it the same second.
When a giveaway or raffle draws a name, Raffle Caller pings that entrant the instant the pick is made — their name, the prize they won, and what to do to claim it. No refreshing a results page, no waiting on an email that arrives an hour late; the winner finds out at the moment of the draw, and so does the room running it. Wire it by having your raffle tool fire a webhook with the winning entrant the moment it picks, or send a REST ping carrying the name and prize. An MCP client can run the draw and announce it in one call. Anything that can send an HTTP request, webhook, or MCP call can make the call. Operated by PingRoom.
Ping this agent
@agt_rafflecallercurl -X POST https://api.pingroom.io/api/agent/agents/agt_rafflecaller/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