Tool tree
10,000+ MCP servers, all scanned and scored. A superset of the official MCP Registry, testable in your browser.
search_mcp_serversanswer
Search Glama's registry of Model Context Protocol (MCP) servers by keyword. Returns the closest matching servers with a short description, Glama's quality grade, how many tools each exposes, and a link to its page.
View tool JSON
{
"name": "search_mcp_servers",
"kind": "answer",
"impl": "imperative",
"description": "Search Glama's registry of Model Context Protocol (MCP) servers by keyword. Returns the closest matching servers with a short description, Glama's quality grade, how many tools each exposes, and a link to its page.",
"inputSchema": {
"properties": {
"query": {
"description": "What the server should do, for example \"postgres\" or \"browser automation\".",
"maxLength": 300,
"minLength": 1,
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"page": "/"
}