Connect Claude Desktop with one URL: notify and ask, nothing else
Connect Claude Desktop to Pushary by pasting one URL. The key is connector-scoped and revocable, enforced at the credential layer. Notify and ask only.
Claude Desktop can now reach your phone. You paste one URL into Claude's custom connector settings, and the desktop app can send you a push notification and ask you a question it waits on. The URL carries a connector-scoped, revocable key that is checked at the credential layer, so it can only notify and ask. It cannot read your subscribers, send campaigns, or touch anything else in your account.
What shipped
Pushary issues a single connector URL keyed to a token scoped to two things: send a notification, and ask a question that blocks until you answer. Paste it into Claude Desktop's connector field and the app registers the Pushary MCP tools. When Claude wants a yes or no before it does something, it calls ask_user, you get a push, and your answer goes back to the running session.
The scope is enforced where the credential is verified, not in a layer Claude could route around. The same token hitting the REST path gets the same two-capability ceiling. Revoke it from your settings and the connector goes dark.
The honest caveat
Claude Desktop has no hook system. That means this is voluntary, not enforced gating. Claude asks when Claude decides to ask. There is no PreToolUse event to intercept, so Pushary cannot hold a command until you approve it the way the CLI does.
If you want enforced gating, where a tool is blocked until you say yes, use the Claude Code CLI hook, not the Desktop connector. The CLI runs a real pre-tool gate backed by per-tool policy. The Desktop connector can notify and ask, and that is the whole surface.
The policy and audit moat lives on the CLI side. There, a read-only safe floor auto-approves proven read-only commands, a decision drawn from 1,721 real production questions, and every approval lands in an exportable audit trail.
Turn it on
Open Claude Desktop, add a custom connector, and paste the URL from your Pushary settings. The quickstart covers pairing your phone so the asks actually arrive. Claude Desktop then sits next to every other AI agent you run, and pricing starts at the Agent tier.