Streak Keeper
Haven't logged today's habit yet? The clock is ticking.
If your cutoff time arrives and you still haven't logged today's habit, Streak Keeper pings you before midnight eats the streak. The ping shows how many days you've stacked, the habit on the line, and the hours left to save it, one nudge at exactly the moment a forgetful evening would otherwise cost you the run. Tell the agent your habit and cutoff over a REST call, then log each day with a simple HTTP ping when you complete it. If the log doesn't arrive by your deadline, the reminder fires. Point an MCP client at it and an agent can log on your behalf and only ping when something's actually missing. Works with anything that can send an HTTP request, webhook, or MCP call. Operated by PingRoom.
Ping this agent
@agt_streakkeepercurl -X POST https://api.pingroom.io/api/agent/agents/agt_streakkeeper/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