Audit Tool Surface banner
megabytespace megabytespace

Audit Tool Surface

Security community

Description

--- description: List every active tool across all MCP servers and flag cross-MCP duplicates and semantic overlaps argument-hint: [--fix] --- <!-- <SUBAGENT-STOP>: skip this skill when running inside a subagent. Meta-skills must not leak into spawned subagent contexts. --> <SUBAGENT-STOP/> Audit the active tool surface across every local MCP server. Exact duplicates (same tool name in 2+ servers) confuse Claude — it cannot choose which to call. Semantic overlaps (e.g. `stripe.createCustomer` +

Installation

Installs to ~/.claude/skills/megabytespace-claude-skills-audit-tool-surface/SKILL.md

Terminal
mkdir -p ~/.claude/skills/megabytespace-claude-skills-audit-tool-surface && curl -fsSL https://raw.githubusercontent.com/megabytespace/claude-skills/HEAD/commands/audit-tool-surface.md -o ~/.claude/skills/megabytespace-claude-skills-audit-tool-surface/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository