check_server
Test a specific MCP server before installing or after updating by launching it with a command, checking all capabilities, and saving a run artifact. Optionally invoke tools to verify execution and analyze 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 |
|---|---|---|---|
| command | Yes | The command to launch the MCP server (e.g. 'npx -y @modelcontextprotocol/server-everything'). | |
| args | No | Additional arguments for the command. | |
| deep | No | Also invoke safe tools to verify they execute. | |
| security | No | Run security analysis on tool schemas. |