mcp-audit-plugin

gabeacosta/mcp-audit-plugin
★ 1 stars Unknown language AI/LLM Updated today
Claude Code plugin auditing MCP server configs for cost/perf issues — cache-busting, tool-order instability, context bloat, stale connections.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-audit-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "gabeacosta/mcp-audit-plugin"
      ]
    }
  }
}

README Excerpt

Detect and fix performance issues in your MCP server configuration. Built by [Gentic AI](https://gentic.pro). We discovered that Claude Code's MCP runtime doesn't sort tools deterministically before sending them to the API. The MCP spec doesn't guarantee `listTools()` order. When tool ordering changes between turns, it busts the prompt cache — costing you **2-3x more in API fees** without any visible error.