Skip to main content

Usage

superbox search

Description

List all available MCP servers from the S3-backed registry. Shows repository URL, tool count, description, and security status for each server.
No arguments or filters - displays all servers in registry

What It Does

1

Fetch from S3

Retrieves all server metadata from S3 registry
2

Display List

Shows formatted list of servers with details

Example

$ superbox search
======================================================================
Available MCP Servers (5 found)
======================================================================

[my-mcp]
   Repository: https://github.com/user/my-mcp
   Tools: 3
   Description: My awesome MCP server
   Security: All scans passed

[weather-mcp]
   Repository: https://github.com/user/weather-mcp
   Tools: 5
   Description: Real-time weather data and forecasts
   Security: All scans passed

[database-mcp]
   Repository: https://github.com/user/database-mcp
   Tools: 7
   Description: Database management tools
   Security: All scans passed

Output

╭──────────────────── Search Results ──────────────────────╮
│                                                           │
│  Weather MCP                  ★ 4.8   ↓ 1.2k              │
│  Real-time weather data and forecasts                     │
│  Tags: weather, api, data                                 │
│  ID:   weather-mcp-123                                    │
│                                                           │
│  Climate Data MCP             ★ 4.6   ↓ 850                │
│  Historical climate data access                           │
│  Tags: weather, data, historical                          │
│  ID:   climate-mcp-456                                    │
│                                                           │
╰───────────────────────────────────────────────────────────╯

Next Steps