search_servers
Search and filter MCP servers from known registries to discover servers ready for addition as upstreams. Requires prior call to list_registries.
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 |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 10, max: 50) | |
| registry | Yes | Registry ID or name to search (e.g., 'smithery', 'mcprun', 'pulse'). Use 'list_registries' tool first to see available registries. | |
| search | No | Search term to filter servers by name or description (case-insensitive) | |
| tag | No | Filter servers by tag/category (if supported by registry) |