Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

MintMCP Docs

com.mintmcp/docs

Search and read the official MintMCP documentation, the enterprise MCP gateway.

Uptime
100.0%
1 direct probes · 30d
Response
821ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

search

Search the full MintMCP documentation and get back matching pages with their ids, titles, and URLs. Use this first for any MintMCP question: setup, capabilities, security, or a specific connector (Sno…

fetch

Fetch the full markdown content of a MintMCP documentation page by its id. Use it after search (or list_docs) to read a page in full before answering, for example the Snowflake connector setup, the SC…

list_docs

List the MintMCP documentation table of contents, grouped by category (Getting Started, Architecture, connectors, Enterprise, Agent Monitor, and more). Each entry has a page id you can pass to fetch. …

get_page

Fetch a MintMCP documentation page from a public docs URL or a slug, for example "https://www.mintmcp.com/docs/security/tool-governance" or just "security/tool-governance". Use it when a user pastes a…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mintmcp_docs": {
      "url": "https://www.mintmcp.com/docs/mcp",
      "transport": "streamable-http"
    }
  }
}