Skip to main content
Glama

mmnt-mcp-server

by zbkm

mmnt_search

Search the Mamont database for specific information by entering a query string and page number, streamlining data retrieval and organization.

Instructions

Search in Mamont search engine

Input Schema

NameRequiredDescriptionDefault
pageYespage number
queryYesquery string

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "description": "page number", "type": "number" }, "query": { "description": "query string", "type": "string" } }, "required": [ "query", "page" ], "type": "object" }

You must be authenticated.

Other Tools from mmnt-mcp-server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zbkm/mmnt-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server