Skip to content

Releases: VitexSoftware/mcp-server-subreg

Release list

v0.1.1

Choose a tag to compare

@Vitexus Vitexus released this 06 Aug 23:08

Fixed

  • add_dns_record and delete_dns_record no longer fail with "Missing or empty value for record" — Subreg's API expects the record's name, type, and content nested under a record field, not sent flat. Both tools were tested live (add then delete a real TXT record) against a production Subreg account to confirm the fix.

v0.1.0

Choose a tag to compare

@Vitexus Vitexus released this 06 Aug 22:30

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.