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.
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/heretracking # Set up credentials
heretracking auth login --access-key YOUR_KEY --access-key-id YOUR_ID
# Verify connection
heretracking auth status # 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 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.