IoT/Tech

HERE Tracking

@ktmcp-cli/heretracking

HERE Tracking is an IoT asset tracking platform for managing connected devices at scale. This CLI lets you manage devices, retrieve location history, set up geofences, and monitor tracking events from the terminal.

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/heretracking

Features

Device registration and management
Real-time location tracking
Geofence configuration
Location history queries
Event notifications
Fleet management

Usage Examples

Authentication

# Set up credentials
heretracking auth login --access-key YOUR_KEY --access-key-id YOUR_ID

# Verify connection
heretracking auth status

Track devices

# List all devices
heretracking devices list

# Get device location
heretracking devices location DEVICE_ID

# View location history
heretracking 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.