skills/validate-mcp/SKILL.md
Validates MCP server configuration files (.mcp.json). Use when user asks to "check my .mcp.json", "why isn't my MCP working", ".mcp.json errors", "validate MCP servers", or "MCP connection failed". Validates transport types (stdio, sse, http, websocket), server names, and environment variables.
npx skillsauth add pdugan20/claudelint validate-mcpInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Runs claudelint validate-mcp to validate .mcp.json configuration files.
claudelint validate-mcp $ARGUMENTS
--path <path> - Custom path to .mcp.json--verbose - Show detailed output--warnings-as-errors - Treat warnings as errorsclaudelint validate-mcp
claudelint validate-mcp --path /path/to/.mcp.json
testing
A valid test skill for testing purposes. Use this when you want to test skill validation.
testing
This skill is missing the version field for testing purposes.
testing
This skill contains dangerous commands for testing security validation.
tools
Validates Claude Code skills for schema, naming, documentation, and security. Use when user asks to "check my skill", "validate skill syntax", "why isn't my skill loading", "skill errors", or "dangerous command detected". Validates SKILL.md frontmatter, allowed-tools, file references, directory organization, and shell script security.