check_server
Test MCP servers before installing or updating by launching, verifying capabilities, and saving run artifacts for comparison. Optionally invokes safe tools and analyzes schemas for vulnerabilities.
Instructions
Use this to test a specific MCP server before installing or after updating it. Launches the server by command, checks all capabilities, and saves a run artifact for future comparison. Example: check_server({ command: 'npx -y @modelcontextprotocol/server-everything' }). Use deep=true to invoke tools, security=true to analyze schemas for vulnerabilities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Additional arguments for the command. | |
| deep | No | Also invoke safe tools to verify they execute. | |
| command | Yes | The command to launch the MCP server (e.g. 'npx -y @modelcontextprotocol/server-everything'). | |
| security | No | Run security analysis on tool schemas. |