← Registry

General Tools

pushary.com

Provides push notifications and interactive user prompts for requesting input, approvals, or scope confirmation during a process.

1 endpoint21 known toolsFirst detected August 9, 2026Last detected August 9, 2026

ENDPOINT 1

https://pushary.com/api/mcp/mcp

No auth detected

MCP server metadata

Name
Pushary
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

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_notification

Send a one-way push notification to the user's phone and browser.

Potential side effects
ask_user

Ask the user a question as a push notification on their phone and block until they answer.

Inferred read-only
propose_scope

Propose what this run will touch and block until the user ratifies it.

Inferred read-only
wait_for_answer

Poll for the user's answer to a previously created question.

Inferred read-only
cancel_question

Retract a pending question so it can no longer be answered.

Inferred read-only
list_subscribers

List push notification subscribers for the site, with optional filters.

Inferred read-only
get_subscriber

Get full details of a single subscriber by ID: browser, OS, location, tags, subscription status, and activity.

Inferred read-only
count_subscribers

Get subscriber counts for the site broken down by status: total, active, and unsubscribed.

Inferred read-only
list_campaigns

List push notification campaigns in reverse chronological order, including each campaign's status (draft, scheduled, sending, sent, paused).

Inferred read-only
create_campaign

Create a push notification campaign in draft status.

Potential side effects
get_campaign

Get full details of a campaign by ID: content, status, targeting, schedule, and delivery counts.

Inferred read-only
send_campaign

Send a draft or scheduled campaign immediately, skipping any schedule.

Potential side effects
pause_campaign

Pause an active or currently sending campaign.

Inferred read-only
get_campaign_stats

Get delivery statistics for a campaign: sent, delivered, clicked, and failed counts plus their rates.

Inferred read-only
list_templates

List reusable notification templates for the site.

Inferred read-only
create_template

Create a reusable notification template so the same title, body, and imagery can be reused across campaigns without retyping.

Potential side effects
list_flows

List automation flows for the site, optionally filtered by status.

Inferred read-only
create_flow

Create 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 effects
activate_flow

Activate a draft or paused flow so it starts running.

Inferred read-only
pause_flow

Pause an active flow so it stops reacting to subscriber events.

Inferred read-only
list_sessions

Read-only fleet view.

Inferred read-only

CONNECT 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.

Trust status Trusted

pushary.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.