mmnt-mcp-server
by zbkm
README.md
# mmnt-mcp-server
MCP server for the [Mamont](https://www.mmnt.ru/) 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
```json
{
"mcpServers": {
"mmnt": {
"command": "npx",
"args": ["-y", "mmnt-mcp-server"]
}
}
}
```
TDQS
B3.1/5.0
Scored across 2 tools
Disambiguation5/5
The two tools serve clearly distinct purposes: one extracts cached pages and the other performs searches. There is no overlap or ambiguity between them.
Naming Consistency4/5
Both tools share the consistent 'mmnt_' prefix and lowercase style, though one uses a noun (cache) and the other a verb (search). Minor deviation but overall coherent.
Tool Count4/5
With only two tools, the server is minimal, but this is appropriate for the narrow scope of interfacing with Mamont's search and cache features. It feels slightly thin but not inadequate.
Completeness4/5
The core functionalities of Mamont—searching and retrieving cached pages—are covered. Additional features like pagination or metadata retrieval are minor gaps that an agent can work around.
Maintenance
ActivityInactive
ResponsivenessNo issues