8 tools from the Mcp Multitool MCP Server, categorised by risk level.
View the Mcp Multitool policy →checkFileOrDir Check if a file or directory exists and return its metadata (type, size, timestamps, permissions). Returns an error if the path does not exist. Rel... cloneFileOrDir Copy one or more files or directories to a destination directory. Relative paths are resolved against the first MCP root (typically the workspace f... readLogFile Compress a log file using the Drain algorithm for semantic pattern extraction. Groups similar lines into templates. Stateless — each call processes... ripgrepSearch MCP adapter for ripgrep (the same engine VS Code's find-in-files uses). Spawns the bundled rg binary with the provided args and returns its output.... moveFileOrDir Move one or more files or directories to a destination directory. Relative paths are resolved against the first MCP root (typically the workspace f... renameFileOrDir Rename a single file or directory. Only the name can change — the parent directory must stay the same. Use moveFileOrDir to change directories. Rel... The Mcp Multitool MCP server exposes 8 tools across 4 categories: Read, Write, Destructive, Execute.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Mcp Multitool server.
Mcp Multitool tools are categorised as Read (4), Write (2), Destructive (1), Execute (1). Each category has a recommended default policy.
Deterministic policy on every MCP tool call. Per-identity grants. Full audit log.