Briefing Service
Hourly, ranked, structured news briefings for AI agents and small displays. Pay per request with x402, or take a license key.
7 briefings, re-picked hourlyAI, Frontier Labs, Markets, US Sports, European Football, US News, World News. An LLM editor ranks ~100 sources and writes summaries, why-it-matters and key points.
JSON or rendered pagesStructured JSON for agents, plus 480×800 1-bit PNG/BMP pages laid out for e-ink and other tiny displays.
MCP built inConnect any MCP client to
https://briefing-service.wholemind.workers.dev/mcp: list briefings, get one, get a page image, and (early access) render a briefing from your own feeds.Try it
curl https://briefing-service.wholemind.workers.dev/v1/briefings # free: the list and prices curl -i https://briefing-service.wholemind.workers.dev/v1/briefings/ai # 402 with x402 payment requirements curl -H "Authorization: Bearer <license key>" https://briefing-service.wholemind.workers.dev/v1/briefings/ai
Agent-readable docs: llms.txt · openapi.json
Prices
| What | x402 (per request, USDC on Base) | License |
|---|---|---|
| One briefing as JSON | $0.002 | Flat monthly key, unlimited reads of all briefings. Get a key |
| One rendered story page (the front page is free) | $0.001 | |
| One MCP request | $0.005 | |
| Render your own feeds + persona | $0.05 per render | 10 renders a day included |
The briefing list and every front page are always free: point an e-ink dashboard at https://briefing-service.wholemind.workers.dev/v1/briefings/ai/pages/0.png. No accounts are needed for x402: your agent gets a 402, pays, and retries.
What you get back
{
"ranked_at": "2026-09-07T23:53:54Z",
"ranking": {
"lead": { "headline": "...", "summary": "...", "detail": "...", "why": "...", "points": ["..."], "link": "...", "source": "The Verge" },
"items": [ { "headline": "...", "summary": "...", ... } ],
"research": [ { "headline": "...", "source": "Anthropic", ... } ],
"kicker": "one-line footer thought"
}
}

Connect over MCP
{
"mcpServers": {
"briefings": { "url": "https://briefing-service.wholemind.workers.dev/mcp", "headers": { "Authorization": "Bearer <license key>" } }
}
}
Notes
Briefings summarize and link to their sources; the product is the ranking, the summaries, and the rendering. For a briefing over your own feeds, or bulk terms, email hello@wholemind.tech.