mcpbeat Sign in

Agent Domains MCP Server

local only

Agent Domains runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Jul 2026.

Domains your AI agent can buy, point and monitor, with four-layer health checks and alerts.

Installs / week
npm · @clize/domains
0
Stars
0 open issues
17 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Dockerfile

Nothing serious here today

Today is the operative word: we check Agent Domains every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add domains -- npx -y @clize/domains
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "domains": {
      "args": [
        "-y",
        "@clize/domains"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.domains]
command = "npx"
args = ["-y", "@clize/domains"]
.cursor/mcp.json
{
  "mcpServers": {
    "domains": {
      "args": [
        "-y",
        "@clize/domains"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "domains": {
      "args": [
        "-y",
        "@clize/domains"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Agent Domains

same job, measured the same way
Docker MCP Server
by friendlygeorge

MCP server for Docker — containers, health checks, Compose, logs, monitoring for AI agents

91 installs/wk local only
PageCrawl
by pagecrawl

Monitor web pages for changes with AI-powered change detection, diffs, and alerts.

answering
D
Pulse — heartbeat & status monitor for AI agents
by workers-notdown-app-pulse

Your agent pings once per run; get a public up/late/down status page. Auto-creates checks. One call.

4 tools answering
Heartbeat — dead-man switch for cron jobs & AI agents
by aniripsaretro-max

Dead-man switch monitors for cron & AI agents with dependency-cascade alerts. No account needed.

5 tools answering
MCP Server Health Monitor
by dbsectrainer

Health monitoring for all your MCP servers

52 installs/wk local only
Palisade
by palisade

Monitor and manage email authentication (SPF, DKIM, DMARC, MTA-STS, BIMI) for your domains.

47 installs/wk answering
Agentguard47
by bmdhodl

Read-only MCP server for coding-agent traces, alerts, costs, usage, and budget health.

41 installs/wk local only
MCP Kafka
by dockndevai

Apache Kafka monitoring & management for AI agents (with consumer lag) — governed.

389 installs/wk local only

Agent Domains — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Domains?
Agent Domains runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @clize/domains.
How do I connect Agent Domains?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @clize/domains straight from npm; nothing to host, nothing to sign up for.
Is Agent Domains open source?
Yes — it is published under the MIT licence, written in Dockerfile and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.