The mmnt-mcp-server allows you to interact with the Mamont search engine through two main functions:
Search: Use the
mmnt_searchtool to query the Mamont search engine by providing a query string and page number.Cache Retrieval: Use the
mmnt_cachetool to fetch cached search results by providing a unique cache ID, with an option to retrieve text-only content or include HTML.
Provides integration with the Mamont search engine, allowing for executing search queries and retrieving cached web pages from the Mamont search index.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mmnt-mcp-serversearch for recent AI developments"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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)