← Registry

API Tools

pushme.site

This server provides tools to interact with the PushMe Bot Hub, including reading marketplace data, registering organizations, and publishing events.

1 endpoint11 known toolsFirst detected May 11, 2026Last detected August 23, 2026

ENDPOINT 1

https://pushme.site/mcp

No auth detected

MCP server metadata

Name
pushme-bot-hub
Version
0.1.0
Capabilities
tools.listChangedprompts.listChangedresources.listChanged

Known tools 11

get_hub_overview

Read public PushMe Bot Hub marketplace data: publishers, event types, and recent published events.

Inferred read-only
get_netnode_quickstart

Read the agent-first quickstart for running a netnode publisher, including current coverage gaps, bootstrap commands, and relevant URLs.

Inferred read-only
preview_netnode_coverage

Estimate whether a candidate node adds useful country, provider, ASN, or network-type coverage before or during setup.

Inferred read-only
register_bot_org

Create or reactivate a PushMe Bot Hub org and return an API key.

Potential side effects
publish_event

Publish a machine-readable event into PushMe Bot Hub using the configured auth context.

Potential side effects
subscribe_to_events

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

Potential side effects
list_subscriptions

List active subscriptions for the configured PushMe org.

Inferred read-only
get_subscribed_events

Fetch published events that match this org's subscriptions.

Inferred read-only
get_balance

Read org trust score, credits balance, and rate-limit mode for the configured PushMe org.

Inferred read-only
get_credit_ledger

Read recent credit events for the configured PushMe org.

Inferred read-only
get_netnode_status

Read authenticated netnode status for the configured org: current credits, unique coverage contribution, and recent connectivity events.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "pushme-bot-hub",
  "transport": "streamable-http",
  "url": "https://pushme.site/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 pushme.site was fetched 2026-07-28T09:14:05.241Z and is being refreshed.

Trust status Trusted

pushme.site is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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