Ferris 多引擎搜索
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"ferris-search": {
"args": [
"mcp-ferris-search"
],
"command": "uvx",
"env": {
"DEFAULT_SEARCH_ENGINE": "bing"
}
}
}
}
该服务需要配置环境变量:ALLOWED_SEARCH_ENGINES、DEFAULT_SEARCH_ENGINE、GITHUB_TOKEN、PROXY_URL、USE_PROXY
可用工具 (6 个)
该服务在 MCP 协议中暴露的工具,AI 可按需调用
web_search 3 个参数 需填 1 项
Search the web using one or more search engines simultaneously. Args: query: Search query string engines: Search engines to use (bing, duckduckgo, brave, baidu, csdn, juejin, zhihu, github, github_code) limit: Maximum number of results per engine (1-50, default 10) Returns: Formatted search results from all specified engines
必填参数:query
fetch_web_content 2 个参数 需填 1 项
Fetch and extract text content from any public URL. Args: url: Public HTTP/HTTPS URL to fetch max_chars: Maximum characters to return (default 30000) Returns: Extracted text content from the webpage
必填参数:url
fetch_github_readme 1 个参数 需填 1 项
Fetch the README from a GitHub repository. Args: url: GitHub repository URL (e.g., https://github.com/user/repo) Returns: README content in markdown format
必填参数:url
fetch_csdn_article 1 个参数 需填 1 项
Fetch article content from CSDN. Args: url: CSDN article URL (must contain csdn.net) Returns: Article title and content
必填参数:url
fetch_juejin_article 1 个参数 需填 1 项
Fetch article content from Juejin. Args: url: Juejin article URL (must contain juejin.cn and /post/) Returns: Article title and content
必填参数:url
fetch_zhihu_article 1 个参数 需填 1 项
Fetch article content from Zhihu. Args: url: Zhihu article URL (must contain zhihu.com) Returns: Article title and content
必填参数:url