Skip to content
Claude Desktop

LowlandData Developer Tools for Claude Desktop

com.lowlanddata/dev-tools

Dependency releases, TLS and domain expiry, and vendor status pages from one endpoint.

client:Claude Desktop transport:streamable-http

Install LowlandData Developer Tools in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "dev-tools": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.apify.com/?actors=lowlanddata/dependency-release-monitor,lowlanddata/ssl-domain-monitor,lowlanddata/status-page-monitor"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

LowlandData Developer Tools in other clients