tf_premium_world_deltas
ActiveTool of io.github.RipperMercs/terminalfeed
Premium event-stream endpoint for monitor agents. Aggregates time-stamped events from 4 sources into one time-sorted feed: USGS earthquakes M4.0+, Hacker News new stories via Algolia, recently updated Polymarket markets, and space launches in [-1h, +12h] window. Accepts ?since=<ISO timestamp> (defaults 1h ago, clamped to 1h cache horizon). Each event has type, timestamp, severity, and structured data. Saves an agent from polling 5 separate upstream feeds and merging client-side. Costs 2 credits ($0.04 USDC). Bearer auth required. 1-hour rolling cache; sub-second when warm.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"since": {
"type": "string",
"description": "ISO 8601 timestamp. Returns events newer than this. Defaults to 1 hour ago. Clamped to 1 hour ago if older."
}
}
}Parent server
io.github.RipperMercs/terminalfeed
https://github.com/RipperMercs/terminalfeed
1/7 registries