search_mcp_directory
ActiveTool of Pipeworx
declared in 0.1.0
Search thousands of MCP servers by use case (e.g., 'database', 'email', 'calendar'). Returns community and hosted servers. Use to find tools beyond Pipeworx.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "database"
},
{
"limit": 20,
"query": "email",
"category": "productivity"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 10)"
},
"query": {
"type": "string",
"description": "Search query"
},
"category": {
"type": "string",
"description": "Filter by category"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Pipeworx
https://github.com/pipeworx-io/pipeworx
2/7 registries