Skip to content
VS Code

MCP Schema Audit for VS Code

io.github.tylerscomic-lab/mcp-schema-audit-mcp

Audits MCP tool definitions for patterns that make models call tools wrong or mis-fill args.

client:VS Code transport:streamable-http

Install MCP Schema Audit in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-schema-audit-mcp": {
      "type": "http",
      "url": "https://mcp-schema-audit-mcp.mcpize.run/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

MCP Schema Audit in other clients