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.

FieldValue
Internal IP10.10.0.25
Public hostnamemcp.super-ht.com (via Cloudflare Tunnel)
ServiceFastMCP / Leif AI assistant
Tool routinglocal_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.

FieldValue
Internal IP10.10.0.14
SSH port2223 (not 22 — port 22 routes to the Proxmox host and rejects exec mode)
Tool routingremote_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 :20 past 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.

FieldValue
Tool routingshtops_execute_command for shell, shtops_* family for scoped operations
Adjacent toolsunifi_* (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 SiteGround
  • mcp.super-ht.com / leif.super-ht.com — Cloudflare-tunneled MCP endpoint
  • docs.leif.super-ht.com — this docs site, hosted on Cloudflare Pages

Tool routing summary

A reminder of which *_execute_command goes where:

TargetTool
Leif host (10.10.0.25)local_execute_command
Pricing app server (nvrbackup, 10.10.0.14)remote_execute_command
SHTops hostshtops_execute_command
Generic SSH-able hostremote_execute_command (with config)

When in doubt, this table is correct — these are persistent rules in the Leif self-document.