IoTVAS is an IoT device vulnerability assessment service that identifies security risks in connected devices. This CLI lets you scan devices, retrieve firmware analysis, check CVE databases, and monitor device security posture.
Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI.
Install the CLI globally using npm:
npm install -g @ktmcp-cli/iotvas # Set up API key
iotvas auth login --api-key YOUR_API_KEY
# Verify connection
iotvas auth status # Scan a device
iotvas devices scan --mac 00:11:22:33:44:55
# Get vulnerability report
iotvas devices report DEVICE_ID For complete documentation, API reference, and advanced usage examples, visit the GitHub repository. Each CLI includes comprehensive README.md, AGENT.md for AI integration, and OPENCLAW.md for tool definitions.