General Tools
pushary.com
Provides push notifications and interactive user prompts for requesting input, approvals, or scope confirmation during a process.
ENDPOINT 1
https://pushary.com/api/mcp/mcp
MCP server metadata
- Name
- Pushary
- Version
- 1.0.0
Pushary lets you reach the user on their phone. Before running a risky or irreversible step (deleting files, force pushing, spending money, sending external messages), call ask_user to get a yes or no, then wait_for_answer. When a long task finishes, or when you hit an error you cannot resolve, call send_notification so the user knows. Use cancel_question to retract a pending question if it is no longer needed. Always pass agentName so the user knows who is asking: in a Cowork session use "Claude Cowork - <task name>", elsewhere use "<agent> - <project>".
Known tools 21
send_notificationSend a one-way push notification to the user's phone and browser.
Potential side effectsask_userAsk the user a question as a push notification on their phone and block until they answer.
Inferred read-onlypropose_scopePropose what this run will touch and block until the user ratifies it.
Inferred read-onlylist_subscribersList push notification subscribers for the site, with optional filters.
Inferred read-onlyget_subscriberGet full details of a single subscriber by ID: browser, OS, location, tags, subscription status, and activity.
Inferred read-onlycount_subscribersGet subscriber counts for the site broken down by status: total, active, and unsubscribed.
Inferred read-onlylist_campaignsList push notification campaigns in reverse chronological order, including each campaign's status (draft, scheduled, sending, sent, paused).
Inferred read-onlyget_campaignGet full details of a campaign by ID: content, status, targeting, schedule, and delivery counts.
Inferred read-onlysend_campaignSend a draft or scheduled campaign immediately, skipping any schedule.
Potential side effectsget_campaign_statsGet delivery statistics for a campaign: sent, delivered, clicked, and failed counts plus their rates.
Inferred read-onlycreate_templateCreate a reusable notification template so the same title, body, and imagery can be reused across campaigns without retyping.
Potential side effectscreate_flowCreate an automation flow that sends notification sequences in response to subscriber events, such as a welcome series after subscription or a follow-up after a notification click.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pushary]
url = "https://pushary.com/api/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pushary": {
"type": "http",
"url": "https://pushary.com/api/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pushary
Remote MCP URL: https://pushary.com/api/mcp/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pushary": {
"url": "https://pushary.com/api/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pushary": {
"type": "http",
"url": "https://pushary.com/api/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pushary",
"transport": "streamable-http",
"url": "https://pushary.com/api/mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for pushary.com was fetched 2026-08-23T22:42:59.505Z.
pushary.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.