mmnt-mcp-server
by zbkm
MCP server for the Mamont search engine. It provides tools for searching and retrieving cached pages.
Last updated: N/A
What is mmnt-mcp-server?
The mmnt-mcp-server is an MCP (Managed Content Platform) server designed to interface with the Mamont search engine. It offers tools for executing searches and retrieving cached search results.
How to use mmnt-mcp-server?
The server provides two main tools: mmnt_search
for performing search queries and mmnt_cache
for retrieving cached pages. mmnt_search
takes a query string and page number as input. mmnt_cache
takes a unique cache ID and a flag to retrieve only text (no HTML). Refer to the provided installation instructions for setting up the server.
Key features of mmnt-mcp-server
Search query execution
Search result caching
Text-only cache retrieval
Integration with Mamont search engine
Use cases of mmnt-mcp-server
Implementing a search interface for Mamont
Caching search results to improve performance
Retrieving specific cached pages
Building applications that rely on the Mamont search engine
FAQ from mmnt-mcp-server
What is MCP?
What is MCP?
MCP stands for Managed Content Platform. It's a system for managing and delivering content.
What is Mamont?
What is Mamont?
Mamont is a search engine.
How do I install the server?
How do I install the server?
Use the provided JSON configuration with npx -y mmnt-mcp-server
.
What inputs does mmnt_search take?
What inputs does mmnt_search take?
It takes a query string and a page number.
What inputs does mmnt_cache take?
What inputs does mmnt_cache take?
It takes a unique cache ID and a flag to retrieve only text.