HomeCloud & Monitoring › HostTracker

HostTracker

Website uptime monitoring: run checks from 300+ locations, manage monitors, alerts and incidents

Official C# Remote
★ 1 stars Last pushed 2026-08-30 License: MIT

Topics: Monitoring

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.host-tracker.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://mcp.host-tracker.com/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.host-tracker.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Optional. OAuth-capable clients (Claude.ai, Claude Desktop, Claude Code, ChatGPT and others) sign in automatically - leave this empty. Set it only for clients that can send a static header but not OAuth: a HostTracker API token minted at https://www.host-tracker.com/integrations/api with the scopes you want (check, monitor:read, monitor:write, contact:*, subs:read, webhook:*, statuspage:*, account:read).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry