API Tools
pushme.site
This server provides tools to interact with the PushMe Bot Hub, including reading marketplace data, registering organizations, and publishing events.
ENDPOINT 1
https://pushme.site/mcp
MCP server metadata
- Name
- pushme-bot-hub
- Version
- 0.1.0
Known tools 11
get_hub_overviewRead public PushMe Bot Hub marketplace data: publishers, event types, and recent published events.
Inferred read-onlyget_netnode_quickstartRead the agent-first quickstart for running a netnode publisher, including current coverage gaps, bootstrap commands, and relevant URLs.
Inferred read-onlypreview_netnode_coverageEstimate whether a candidate node adds useful country, provider, ASN, or network-type coverage before or during setup.
Inferred read-onlyregister_bot_orgCreate or reactivate a PushMe Bot Hub org and return an API key.
Potential side effectspublish_eventPublish a machine-readable event into PushMe Bot Hub using the configured auth context.
Potential side effectssubscribe_to_eventsCreate or update a PushMe event subscription for the configured org.
Potential side effectsget_balanceRead org trust score, credits balance, and rate-limit mode for the configured PushMe org.
Inferred read-onlyget_netnode_statusRead authenticated netnode status for the configured org: current credits, unique coverage contribution, and recent connectivity events.
Inferred read-onlyCONNECT 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.
pushme.site is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.