Smart-me is an energy management platform connecting smart meters and IoT devices. This CLI provides access to energy consumption data, device readings, tariff settings, and real-time monitoring for building and industrial use cases.
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/smartme # Set up credentials
smartme auth login --username YOUR_USER --password YOUR_PASS
# Verify connection
smartme auth status # List all devices
smartme devices list
# Get current readings
smartme devices readings DEVICE_ID
# Get consumption history
smartme devices history DEVICE_ID \
--from 2026-01-01 --to 2026-01-31 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.