Skip to content

joachimbrindeau/domain-agent-kit

v1.0.0MIT

Portable domain research, portfolio audit, DNS, renewal, setup, and health workflows backed by domain-mcp.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

domain-mcpstdio
{
  "type": "stdio",
  "command": "bash",
  "args": [
    "${PLUGIN_ROOT}/scripts/launch-domain-mcp.sh"
  ],
  "env": {
    "DOMAIN_MCP_VERSION": "3.0.0"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "domain-agent-kit",
  "version": "1.0.0",
  "description": "Portable domain research, portfolio audit, DNS, renewal, setup, and health workflows backed by domain-mcp.",
  "author": { "name": "Joachim Brindeau" },
  "homepage": "https://github.com/joachimBrindeau/domain-mcp",
  "repository": "https://github.com/joachimBrindeau/domain-mcp",
  "license": "MIT",
  "keywords": ["domain", "dns", "dynadot", "registrar", "mcp", "portfolio"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub