Search MCP servers by task and keywords. Input: task_description (string), key_words (string). Returns: list of MCP servers and instructions to complete the task.
add_mcp_server
Add a MCP server. If the MCP server is a stdio server, this tool will install it and establish connection to it. If the MCP server is a sse server, this tool will establish connection to it. Input: mcp_server_name (string). Returns: tool list of the MCP server and how to use these tools.
use_tool
This tool helps LLM to use the tool of some MCP server. It will proxy requests to the target MCP server. Input: mcp_server_name (string), mcp_tool_name (string), params (map). Returns: Result returned from the target MCP server.