search_servers
Search registered MCP servers by name, description, or tag to discover new upstreams, with repository info provided for direct configuration.
Instructions
🔍 Discover MCP servers from known registries with repository type detection. Search and filter servers from embedded registry list to find new MCP servers that can be added as upstreams. Features npm/PyPI package detection for enhanced install commands. WORKFLOW: 1) Call 'list_registries' first to see available registries, 2) Use this tool with a registry ID to search servers. Results include server URLs and repository information ready for direct use with upstream_servers add command.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter servers by tag/category (if supported by registry) | |
| limit | No | Maximum number of results to return (default: 10, max: 50) | |
| search | No | Search term to filter servers by name or description (case-insensitive) | |
| registry | Yes | Registry ID or name to search (e.g., 'smithery', 'mcprun', 'pulse'). Use 'list_registries' tool first to see available registries. |