Mamont Search
Máy chủ công cụ tìm kiếm cung cấp các công cụ cho truy vấn tìm kiếm và truy xuất bộ nhớ đệm.
GitHubDùng thử MCP nàyĐược tài trợ
Tài liệu
mmnt-mcp-server
MCP server for the Mamont search engine.
Tools:
- mmnt_search
- search query on search engine
- inputs
- query - query string
- page - page number
- mmnt_cache
- retrieve page from search page cache
- inputs
- id - unique cache id
- onlyText - should the result be text only (no html)
Install
{
"mcpServers": {
"mmnt": {
"command": "npx",
"args": ["-y", "mmnt-mcp-server"]
}
}
}