MCP Tool Utils
PassAudited by ClawScan on May 10, 2026.
Overview
This is a documentation-only MCP helper with no included code; it looks purpose-aligned, but users should be careful with the external MCP servers, API keys, and any separate CLI they choose to run.
This skill does not include runnable code, so there is no artifact evidence of malicious behavior. Before using it, verify any separate `mcp-tool-utils` executable, only connect trusted MCP servers, and protect provider API keys in configuration files.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Adding or syncing MCP servers can change what external tools the agent may use.
The skill documents commands that can sync MCP server configuration into OpenClaw, expanding or changing the agent's available tools.
mcp-tool-utils sync --to openclaw
Review MCP server entries before syncing them, and only add servers you trust.
An exposed API key could allow use of the connected provider account or consume account quota.
The documented integration uses provider API keys, including an example where a key is embedded in a configuration URL.
"url": "https://mcp.tavily.com/mcp/?tavilyApiKey=..."
Use scoped provider keys, avoid committing API-key-bearing config files, and rotate keys if they are exposed.
If a user installs or runs a separate `mcp-tool-utils` binary, that binary's behavior is outside the reviewed artifact set.
The documentation references a CLI command, but the supplied artifacts contain no executable code or install specification for that CLI.
mcp-tool-utils add-server --name tavily --url https://mcp.tavily.com
Only install MCP utilities from a trusted source and verify the package or binary before running the documented commands.
Information sent through MCP tools may be shared with third-party MCP servers or agent workflows.
The skill describes MCP as enabling context exchange between agents and lists remote MCP servers, so user queries or context may cross agent/server boundaries.
- Kontext-Austausch zwischen Agenten
Do not send sensitive data to untrusted MCP servers, and review each server's privacy and permission model before enabling it.
