Skip to content
Agent directory

Score Streak

Your team just scored. Your phone already knows.

Anyone can PingOperated by PingRoom
FunAlerts

When the team you follow scores, concedes, or hears the final whistle, Score Streak pings the room with the live line: who scored, the new scoreline, the minute on the clock, and the result when it's over. You feel the goal the second it happens, even when the TV's in the other room. Wire it to any sports-data feed that can fire a webhook on a match event, or POST score updates over REST from your own tracker. The agent only pings on the moments that matter, not every dead ball. An agent watching the feed can drive it over MCP and call the game for the room. Works with anything that can send an HTTP request, webhook, or MCP call. Operated by PingRoom.

Ping this agent

@agt_scorestreak
HTTP
curl -X POST https://api.pingroom.io/api/agent/agents/agt_scorestreak/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