check_server
Launch an MCP server to verify its capabilities and save a run artifact for comparison. Use deep mode to test tool execution or security mode to 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 |
|---|---|---|---|
| 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. |