ShowDoc MCP Server

41 tools. 19 can modify or destroy data without limits.

3 destructive tools with no built-in limits. Policy required.

Last updated:

19 can modify or destroy data
22 read-only
41 tools total

Community server · catalogue entry verified 04/07/2026

How to control ShowDoc MCP Server ↓

What ShowDoc MCP Server exposes to your agents

Read (22) Write / Execute (16) Destructive / Financial (3)
Critical Risk

The most dangerous ShowDoc MCP Server tools

19 of ShowDoc MCP Server's 41 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control ShowDoc MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and ShowDoc MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "delete_cursor_agent_tool": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "add_cursor_agent_followup_tool": {
    "limits": [
      {
        "counter": "add_cursor_agent_followup_tool_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "compress_files_tool": {
    "limits": [
      {
        "counter": "compress_files_tool_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register ShowDoc MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON SHOWDOC →

Instant setup, no code required.

All 41 ShowDoc MCP Server tools

READ 22 tools
Read compress_files_tool compress_files_tool Read extract_archive_tool 解压压缩文件。 Read fetch_node_cookie 查询指定节点所需的已登录的cookie信息。 Read fetch_node_detail_info fetch_node_detail_info Read fetch_showdoc_apis fetch_showdoc_apis Read fetch_showdoc_node_tree 抓取轻量级的节点树(只包含分类与页面名称),每个节点包含跳转链接。 Read get_cursor_agent_conversation_tool 获取云端 Agent 的会话历史,包括所有用户提问与助手回复。 Read get_cursor_agent_status_tool 获取云端 Agent 的当前状态和结果。 Read get_cursor_api_key_info_tool 获取用于身份验证的 API 密钥相关信息。 Read list_cursor_agents_tool 列出当前已认证用户的所有云端代理。 Read list_cursor_models_tool 获取云端代理的推荐模型列表。 Read list_cursor_repositories_tool 获取已认证用户可访问的 GitHub 仓库列表。 Read mcp_file_analyze_project 分析项目结构。 Read mcp_file_compare 比较两个文件。 Read mcp_file_get_info 获取文件或目录的信息。 Read mcp_file_get_info_batch 批量获取多个文件或目录的信息。 Read mcp_file_git_status 获取文件的 Git 状态。 Read mcp_file_list_directory 列出目录中的文件和子目录。 Read mcp_file_read 读取一个文件的内容。 Read mcp_file_read_batch 批量读取多个文件的内容。 Read mcp_file_search_content 搜索文件内容。 Read mcp_file_search_files 在目录中搜索匹配指定模式的文件。

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about ShowDoc MCP Server

Can an AI agent delete data through the ShowDoc MCP Server MCP server? +

Yes. The ShowDoc MCP Server server exposes 3 destructive tools including delete_cursor_agent_tool, mcp_file_delete, mcp_file_delete_batch. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through ShowDoc MCP Server? +

The ShowDoc MCP Server server has 15 write tools including add_cursor_agent_followup_tool, convert_to_markdown, generate_flutter_from_showdoc. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach ShowDoc MCP Server.

How many tools does the ShowDoc MCP Server MCP server expose? +

41 tools across 3 categories: Destructive, Read, Write. 22 are read-only. 19 can modify, create, or delete data.

How do I enforce a policy on ShowDoc MCP Server? +

Register the ShowDoc MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every ShowDoc MCP Server tool call.

Deterministic rules across all 41 ShowDoc MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

41 ShowDoc MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.