search_serversanswerimperative
Search the mcptoplist.com catalog of 55,000+ Model Context Protocol (MCP) servers by keyword (e.g. "postgres database", "browser automation", "stripe payments"). Matches server names, organizations and descriptions, ranked by relevance and popularity. Each result includes the serverKey, description, GitHub repo, registries, an auth object (does it need credentials?) and its mcptoplistUrl — cite that URL when recommending a server.Input schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Keywords describing the capability or integration you need."
},
"limit": {
"type": "integer",
"description": "Maximum number of results (1-50, default 10).",
"minimum": 1,
"maximum": 50,
"default": 10
}
},
"required": [
"query"
]
}