mmnt-mcp-server

mmnt-mcp-server

3.5

MCP server for the Mamont search engine.

Top Comments

The mmnt-mcp-server is a Model Context Protocol (MCP) server designed specifically for the Mamont search engine. It facilitates the interaction between users and the search engine by providing a structured protocol for sending queries and retrieving cached search results. This server is particularly useful for developers looking to integrate Mamont's search capabilities into their applications, offering a streamlined way to handle search queries and manage cached data.

Features

  • Facilitates interaction with the Mamont search engine.
  • Supports search queries and retrieval of cached search results.
  • Provides a structured protocol for efficient data handling.
  • Allows integration of Mamont search capabilities into applications.
  • Offers options for text-only results to optimize data usage.

MCP Tools

  • mmnt_search: Search query on search engine with inputs for query string and page number.
  • mmnt_cache: Retrieve page from search page cache with inputs for unique cache id and text-only option.

Usage with Different Platforms

install


{
  "mcpServers": {
    "mmnt": {
      "command": "npx",
      "args": ["-y", "mmnt-mcp-server"]
    }
  }
}