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.
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)