search_mcp_hub
Search for Model Context Protocol (MCP) servers using specific keywords to retrieve relevant information from the MCP Hub database.
Instructions
Search for MCPs on the MCP Hub
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | Yes | Keywords to search for MCPs |
Input Schema (JSON Schema)
{
"properties": {
"keywords": {
"description": "Keywords to search for MCPs",
"type": "string"
}
},
"required": [
"keywords"
],
"type": "object"
}