Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Pushary

io.github.pushary/pushary

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

Uptime
100.0%
1 direct probes · 30d
Response
684ms
last probe
Tools
5
callable
Resources
5
readable
Prompts
0
available

Tools · 5

send_notification

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 finishes and the user a…

ask_user

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 current client: approving …

propose_scope

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, the areas you promis…

wait_for_answer

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. Each call blocks until…

cancel_question

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 aborted, or a newer ques…

Resources · 5

site-index

What Pushary is, what it is not, the questions it answers, and a linked map of every page on pushary.com. Start here.

https://pushary.com/llms.txt
documentation

Every Pushary documentation page concatenated into one Markdown file: quickstart, API keys, per-agent setup guides, permission policies, the audit trail, and the embed integration guide.

https://pushary.com/llms-full.txt
openapi

The full REST surface: decisions, authorization, end-user enrollment, per-end-user keys, notifications, subscribers, campaigns, templates and flows. Typed schemas and a unique operationId per operatio…

https://pushary.com/openapi.json
quickstart

The one-command setup that wires the MCP server, permission hooks and event tracking into an agent, and what to check when it does not connect.

https://pushary.com/docs/agents/quickstart.md
tool-reference

What every tool on this server does, what it takes, and what it returns: ask_user, wait_for_answer, send_notification, cancel_question, and the Partner decision tools.

https://pushary.com/docs/agents/reference/tools.md

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "pushary": {
      "url": "https://pushary.com/api/mcp/mcp",
      "transport": "streamable-http"
    }
  }
}