JUHE API Marketplace
zbkm avatar
MCP Server

mmnt-mcp-server

MCP server for Mamont search engine

0
GitHub Stars
8/18/2025
Last Updated
MCP Server Configuration
1{
2 "name": "mmnt",
3 "command": "npx",
4 "args": [
5 "-y",
6 "mmnt-mcp-server"
7 ]
8}
JSON8 lines

README Documentation

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"]
    }
  }
}

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source