Hosts
The machines that make up the Leif and SuperHiTech infrastructure.
The handful of long-lived hosts that everything else depends on. If you forget which IP is which or which port goes where, this is the page.
Leif host
The FastMCP server itself — Claude’s primary conduit into SuperHiTech infrastructure.
| Field | Value |
|---|---|
| Internal IP | 10.10.0.25 |
| Public hostname | mcp.super-ht.com (via Cloudflare Tunnel) |
| Service | FastMCP / Leif AI assistant |
| Tool routing | local_execute_command for shell access |
The tunnel maps leif.super-ht.com (and mcp.super-ht.com) to this host. The
hostname leif.super-ht.com is load-bearing — Claude.ai’s MCP integration
reaches Leif through it. Don’t reuse or repoint without updating the tunnel
configuration first.
Pricing app server (nvrbackup)
Runs the SuperHiTech pricing application — vendor price list ingestion, product catalog, RS ticket sync, ESA order processing.
| Field | Value |
|---|---|
| Internal IP | 10.10.0.14 |
| SSH port | 2223 (not 22 — port 22 routes to the Proxmox host and rejects exec mode) |
| Tool routing | remote_execute_command for shell access |
| Workspace | /home/superht/pricing/ |
| Logs | /home/superht/pricing/logs/ |
| Exports | /home/superht/pricing/exports/ |
Important paths
- RS ticket sync log:
/home/superht/pricing/logs/rs_ticket_invoice_sheet_sync/cron.log - RS ticket sync export:
/home/superht/pricing/exports/repairshopr_ticket_invoice_report_sheet_sync_latest.csv - Cron schedule: RS ticket sync runs at
:20past every hour
The benign No module named 'models' warning in the cron log is expected and
not a real failure — see Cron Schedule.
SHTops host
Operations and monitoring for SuperHiTech — UniFi, services management, general ops surface.
| Field | Value |
|---|---|
| Tool routing | shtops_execute_command for shell, shtops_* family for scoped operations |
| Adjacent tools | unifi_* (UniFi data), pve_* (Proxmox VMs/LXCs) |
Don’t use local_execute_command here — that targets Leif. Don’t use
remote_execute_command here — that targets nvrbackup. SHTops has its own
namespace because it’s a separate ops surface.
Customer infrastructure
Reachable from the Leif host via SSH and WireGuard. Topology lives in Network Topology.
Notable customer-facing public hostnames in the SuperHiTech orbit:
webserver.super-ht.com— Virtualmin / Postfix mail server (DKIM, SPF maintained)super-ht.com— corporate WordPress site, hosted on SiteGroundmcp.super-ht.com/leif.super-ht.com— Cloudflare-tunneled MCP endpointdocs.leif.super-ht.com— this docs site, hosted on Cloudflare Pages
Tool routing summary
A reminder of which *_execute_command goes where:
| Target | Tool |
|---|---|
Leif host (10.10.0.25) | local_execute_command |
Pricing app server (nvrbackup, 10.10.0.14) | remote_execute_command |
| SHTops host | shtops_execute_command |
| Generic SSH-able host | remote_execute_command (with config) |
When in doubt, this table is correct — these are persistent rules in the Leif self-document.