search_servers
Search a registry to find MCP servers to add as upstreams. Filter by name or tag, and get repository details for direct use.
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. |