← sbox.watch

INDIVIDUAL MCP TOOL

search_servers

Find dedicated s&box servers by name, game, or map with current occupancy and source URLs.

sbox.watchnone authenticationAvailability not checked

LIVE ENDPOINT

https://sbox.watch/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_servers and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

sbox.watch

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_ecosystem_snapshot — Read current package, player, and dedicated-server totals from s&box watch.
  • search_packages — Find public s&box games, maps, or libraries with live rankings and canonical source URLs.
  • get_package — Read compact details and live-server links for one public s&box package.
  • get_server — Read the current state and related servers for one s&box dedicated-server ID.
  • get_activity_history — Read bounded player history for all public games, all dedicated servers, or one game.