Overview
what is mmnt-mcp-server?
mmnt-mcp-server is a server designed for the Mamont search engine, enabling efficient search query handling and caching of search results.
how to use mmnt-mcp-server?
To use mmnt-mcp-server, install it via npm using the command: npx -y mmnt-mcp-server
. You can then utilize its tools to perform search queries and retrieve cached pages.
key features of mmnt-mcp-server?
- Handles search queries efficiently through the mmnt_search tool.
- Retrieves cached search results using the mmnt_cache tool.
- Supports pagination for search results.
use cases of mmnt-mcp-server?
- Performing complex search queries on the Mamont search engine.
- Retrieving previously cached search results for faster access.
- Integrating with applications that require search functionalities.
FAQ from mmnt-mcp-server?
- What is the primary function of mmnt-mcp-server?
It serves as a backend server for handling search queries and caching results for the Mamont search engine.
- Is mmnt-mcp-server open source?
Yes, it is available under the MIT license.
- How can I install mmnt-mcp-server?
You can install it using npm with the command:
npx -y mmnt-mcp-server
.
Content
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"]
}
}
}
No tools information available.