search_servers
Search a specific registry for MCP servers by name, tag, or description, and get server URLs with repository information ready to add as upstreams.
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. |