zbkm_mmnt-mcp-server

zbkm_mmnt-mcp-server

3.2

If you are the rightful owner of zbkm_mmnt-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP server for the Mamont search engine.

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