IoT/Tech

Smart-me

@ktmcp-cli/smartme

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.

Peter Steinberger
🦞
Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI.
Peter Steinberger, Founder of OpenClaw · Lex Fridman Podcast #491 · @steipete

Quick Start

Install the CLI globally using npm:

npm install -g @ktmcp-cli/smartme

Features

Real-time energy readings
Device management
Historical consumption data
Tariff configuration
Multi-meter support
Energy analytics

Usage Examples

Authentication

# Set up credentials
smartme auth login --username YOUR_USER --password YOUR_PASS

# Verify connection
smartme auth status

Monitor energy

# 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

Documentation

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.