Skip to main content
Glama

MCP Hub MCP Server

find-tools

Search for MCP tools using keywords or regex patterns to identify available tools for specific tasks. Filter results by name, description, or both, and toggle case sensitivity.

Instructions

Use this tool to find best tools by searching with keywords or regex patterns. If you don't have a specific tool for a task, this is the best way to discover what tools are available.

Input Schema

NameRequiredDescriptionDefault
caseSensitiveNoWhether the search should be case-sensitive
patternYesRegex pattern to search for in tool names and descriptions
searchInNoWhere to search: in tool names, descriptions, or bothboth

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "caseSensitive": { "default": false, "description": "Whether the search should be case-sensitive", "type": "boolean" }, "pattern": { "description": "Regex pattern to search for in tool names and descriptions", "type": "string" }, "searchIn": { "default": "both", "description": "Where to search: in tool names, descriptions, or both", "enum": [ "name", "description", "both" ], "type": "string" } }, "required": [ "pattern" ], "type": "object" }
Install Server

Other Tools from MCP Hub MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/warpdev/mcp-hub-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server