mcpserver.lol
registry/pushary
Connection check verified live · 27h ago

pushary

Reach a human from a running agent. Approvals on the lock screen, plus a cross-agent audit trail.

Tools 5
GitHub stars
Installs / wk
Licence
Transport streamable-http, sse
Last checked 27h ago

Tools & capabilities

5 tools

Read from the running server on 27h ago.

ask_user can modify data envtagstypewaitactionintent +21
Ask the user a question as a push notification on their phone and block until they answer. Reach for this whenever you need the user's decision and they may be away from the curren…
cancel_question handoffcorrelationId*
Retract a pending question so it can no longer be answered. Use this when a question became irrelevant before the user replied: the agent found the answer itself, the task was abor…
propose_scope can modify data doneWhen*agentNamemachineIdsessionId*timeoutMsallowedPaths +1
Propose what this run will touch and block until the user ratifies it. Call ONCE at the start of a multi-step run, before doing work. The user sees the paths you intend to change,…
send_notification can modify data envurlbody*tagstitle*context +7
Send a one-way push notification to the user's phone and browser. Nothing is awaited; use ask_user instead when you need an answer back. Reach for this when a long-running task fin…
wait_for_answer read-only timeoutMscorrelationId*
Poll once for the user's answer to a previously created question: after ask_user times out, after ask_user with wait:false, or with a linkedCorrelationId from send_notification. Ea…