Skip to content

v0.1.0

Choose a tag to compare

@Vitexus Vitexus released this 06 Aug 22:30
· 2 commits to main since this release

What's New

First release of mcp-server-subreg, an MCP (Model Context Protocol) server that lets an LLM agent manage domains through the Subreg.cz registrar API.

  • Check domain availability, look up domain and TLD details, list your domains, and pull pricelists, account credit, DNS zone records, contacts, and order status.
  • Register, renew, or delete domains, edit DNS records, manage contacts, and adjust sub-user credit — all gated behind an explicit SUBREG_READONLY=false opt-in, so the server runs read-only by default.
  • Login credentials are read once from the environment and are never exposed as tool parameters, so the agent can act on your account without ever seeing your password.

Other Changes

  • Ships as a Debian package (mcp-server-subreg) alongside the plain Python package, with a man page and AppStream metadata.