Handoff — shareable agent result pages + human-in-the-loop approval gates MCP server
dev.workers.notdown-app.handoff/human-approval-decision-gate-and-shareable-result-page-publisher·v0.5.0Followable agent result pages + human-in-the-loop yes/no approval gates before irreversible actions.
Little public usage data yet
Reviews
Write oneNobody has reviewed Handoff — shareable agent result pages + human-in-the-loop approval gates yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Handoff — shareable agent result pages + human-in-the-loop approval gates tools (7, 3 write)
write = sends, deletes, buys or postsdelete_pagewrite actionFreeDelete a page you published, by id.
get_decisionFreeRead the current state of a decision gate you created with request_decision. Returns status (pending / resolved / timed_out), the chosen answer (once answered or auto-resolved), and timing. Poll this to find out what the human decided; if status is still 'pending' no one has answered yet and it hasn't expired.
list_decisionsFreeList the decision gates you have created, newest first, with their status and answers.
list_pagesFreeList the pages you have published, newest first, with their URLs and view counts.
publish_pagewrite actionFreePublish text or markdown as a clean, shareable public web page and get back a URL you can hand to a human. Use this whenever you produce a report, summary, plan, table, or any result a person should read in a browser instead of the chat window. The page is FOLLOWABLE: the human can subscribe to it via RSS/JSON (returned as feed_url/json_url) and gets the new version whenever you re-publish — so they never have to ask you for an update. To keep ONE page updated across runs/sessions, pass a stable `slug`: publishing again with the same slug overwrites the same page at the same URL — no need to remember a generated id. Mention the subscribe option when you hand over the link.
request_decisionFreeAsk a specific human for a bounded yes/no (or pick-one) decision BEFORE you do something irreversible or high-stakes — deploy, send, delete, charge, merge, publish. Returns a gate_url you hand to the person: they open it in a browser and click one option, no login. Unlike a followable page (awareness), this is a real gate — exactly one authorized answer that resolves the decision, or it auto-resolves to a safe default at expiry so your run never hangs forever. Then call get_decision to read what they chose. The gate page is a durable audit trail of what was asked, what was answered, and when. Use this instead of blocking on a human in chat, or when the human isn't watching the session.
update_pagewrite actionFreeUpdate the title and/or content of a page you previously published; the URL never changes. Use this to keep one stable link current across sessions or runs — a live status page, a running changelog, an append-as-you-go log, or a dashboard the recipient can bookmark once and always see fresh. Each update notifies anyone subscribed to the page's RSS/JSON feed, so updating is how followers stay in the loop.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 210ms20/20
- Tool poisoning7 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 3 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http human-approval-decision-gate-and-shareable-result-page-publisher https://handoff.notdown-app.workers.dev/mcp/{key}Handoff — shareable agent result pages + human-in-the-loop approval gates: common questions
- Is Handoff — shareable agent result pages + human-in-the-loop approval gates MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the Handoff — shareable agent result pages + human-in-the-loop approval gates safety report
- How do I install Handoff — shareable agent result pages + human-in-the-loop approval gates?
- It runs remotely at handoff.notdown-app.workers.dev. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Handoff — shareable agent result pages + human-in-the-loop approval gates need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Handoff — shareable agent result pages + human-in-the-loop approval gates maintained?
- The latest release is v0.5.0.
- What can I use instead of Handoff — shareable agent result pages + human-in-the-loop approval gates?
- Servers from other publishers that do the same job: CHAP Coordinator MCP server, MCP server and Agent-Native Chat MCP server. Compare all Handoff — shareable agent result pages + human-in-the-loop approval gates alternatives.
Alternatives to Handoff — shareable agent result pages + human-in-the-loop approval gates
Same job from other publishers: the closest match first, then the best rated.
- CHAP CoordinatorAuditable records of human decisions over AI agent work. Approvals, edits, overrides, escalations.not reviewedEstablishedA
- MCPAuthorize consequential AI agent actions before executionnot reviewedEstablishedA
- Agent-Native ChatMinimal chat-first app with durable threads, actions, and the app-agent loopnot reviewedEstablishedA
- LockstepDecision memory for AI coding agents: captures decisions once, briefs every agent before it acts.not reviewedGrowingA
- Agent WormholeCheck tokens, pages and x402 payments before your agent trusts them. Offline verdicts.not reviewedGrowingB