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"]
}
}
}
Related MCP Servers
View all browser_automation servers →Fetch
by modelcontextprotocol
Fetch MCP Server is designed to help language models retrieve web content by converting HTML to markdown for easier consumption. It includes features like content truncation, chunk reading, and customizable user-agent settings, making it highly adaptable for various web scraping tasks.