
Receipt Stream Publisher
Publish a scrubbed hourly operational ticker so prospects and you can verify commits, gates, and smoke tests without digging through logs.
Overview
receipt-stream-publisher is a MCP server for the Operate phase that hourly publishes scrubbed operational receipts to HTML and JSON endpoints.
What is this MCP server?
- Hourly operational ticker covering last 24h commits and gate pass/fail counts
- Publishes to site/receipts.html and site/api/receipts.json for public verification
- Includes voice-gate, P-gate catches, smoke-tests, and substrate state in one stream
- Scrubber-HARD public surface so receipts stay recruitable without leaking secrets
- Publication cadence: hourly
- Rolling window: last 24 hours of activity
- Package version: 0.1.0
What problem does it solve?
Nobody can tell from the outside whether your agent stack is actually shipping, passing gates, and staying healthy.
Who is it for?
Solo builders who sell agent reliability and want a verifiable public ops ticker on their site.
Skip if: Private internal-only products where publishing gate and commit summaries would expose strategy or violate policy.
What do I get? / Deliverables
You maintain an auto-updated public receipts page and JSON feed with commits, gate stats, and smoke status for trustworthy ops transparency.
- Updated site/receipts.html each hour
- Machine-readable site/api/receipts.json snapshot
- 24-hour rolling ops summary including commits and gate counts
Recommended MCP Servers
Journey fit
Public operational receipts matter after you ship—they prove ongoing velocity and gate health in production. Hourly aggregation of commits, voice-gate, P-gate, and smoke status is live ops visibility, not launch-day distribution.
How it compares
Public ops receipt publisher via MCP, not a product analytics dashboard for end-user funnels.
Common Questions / FAQ
Who is receipt-stream-publisher for?
Operators who want prospects to verify shipping cadence and quality gates through a public receipts surface.
When should I use receipt-stream-publisher?
Once you have site/receipts targets and defined voice-gate, P-gate, and smoke-test signals worth summarizing hourly.
How do I add receipt-stream-publisher to my agent?
Add the MCP server from dailyai-os receipt-stream-publisher to your agent client and wire outputs to site/receipts.html and site/api/receipts.json with scrubber rules enforced.