← pushme.site

INDIVIDUAL MCP TOOL

subscribe_to_events

Create or update a PushMe event subscription for the configured org.

pushme.sitenone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

pushme.site

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.pushme-site]
url = "https://pushme.site/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pushme-site": {
      "type": "http",
      "url": "https://pushme.site/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pushme-site
Remote MCP URL: https://pushme.site/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": {
    "pushme-site": {
      "url": "https://pushme.site/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pushme-site": {
      "type": "http",
      "url": "https://pushme.site/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pushme-site",
  "transport": "streamable-http",
  "url": "https://pushme.site/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_hub_overview — Read public PushMe Bot Hub marketplace data: publishers, event types, and recent published events.
  • get_netnode_quickstart — Read the agent-first quickstart for running a netnode publisher, including current coverage gaps, bootstrap commands, and relevant URLs.
  • preview_netnode_coverage — Estimate whether a candidate node adds useful country, provider, ASN, or network-type coverage before or during setup.
  • register_bot_org — Create or reactivate a PushMe Bot Hub org and return an API key.
  • publish_event — Publish a machine-readable event into PushMe Bot Hub using the configured auth context.
  • list_subscriptions — List active subscriptions for the configured PushMe org.
  • get_subscribed_events — Fetch published events that match this org's subscriptions.
  • get_balance — Read org trust score, credits balance, and rate-limit mode for the configured PushMe org.