Mmnt Mcp Server

Utilizes the Mamont search engine for executing search queries and retrieving cached web pages. Provides a standardized interface for accessing real-time search results and text-based content efficiently.

Author

Mmnt Mcp Server logo

zbkm

MIT License

Quick Info

GitHub GitHub Stars 0
NPM Weekly Downloads 0
Tools 1
Last Updated 3/4/2025

Tags

search apis mamont mamont search search engine utilizes mamont

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