VitexSoftware

mcp-server-subreg

Community VitexSoftware
Updated

MCP server exposing the Subreg.cz domain registrar SOAP API as tools

mcp-server-subreg

MCP server exposing the Subreg.cz domain registrar SOAPAPI โ€” via the subreg-clientlibrary โ€” as tools for LLM agents built with FastMCP.

Configuration

Credentials are read from the environment only, never accepted as toolparameters:

Variable Required Description
SUBREG_LOCATION yes SOAP endpoint, e.g. https://soap.subreg.cz/cmd.php
SUBREG_URI yes SOAP namespace URI, e.g. https://soap.subreg.cz/soap
SUBREG_LOGIN yes Subreg account login
SUBREG_PASSWORD yes Subreg account password
SUBREG_READONLY no true (default) blocks mutating tools; set to false to allow domain/DNS/contact/billing writes

Use https://ote-soap.subreg.cz/... endpoints for Subreg's OTE sandboxenvironment while testing.

Tools

Read-only: check_domain, info_domain, domains_list, pricelist,get_pricelist, get_credit, info_user, get_dns_zone, info_contact,contacts_list, info_order, get_tld_info.

Mutating (require SUBREG_READONLY=false): register_domain,renew_domain, delete_domain, add_dns_record, delete_dns_record,create_contact, update_contact, credit_correction.

Usage

pip install -e .
export SUBREG_LOCATION=https://soap.subreg.cz/cmd.php
export SUBREG_URI=https://soap.subreg.cz/soap
export SUBREG_LOGIN=...
export SUBREG_PASSWORD=...
mcp-server-subreg

Development

pytest

MCP Server ยท Populars

MCP Server ยท New

    chatmcp

    3802

    directory for Awesome MCP Servers

    Community chatmcp
    Morningstar202604

    AgentSeed

    Anti-hallucination gate for AI coding agents โ€” 8 MCP tools catch invented APIs (17 languages), fake "all tests pass" claims, and slopsquatting packages before they ship. Zero-dependency Agent Plugins 1.0.0 plugin (Skill + MCP server + CLI + CI gate) for Claude Code, Cursor, VS Code, Copilot.

    Community Morningstar202604
    skarn-security

    Skarn guard: agent plugins

    Skarn plugins for Claude Code, Codex CLI, Gemini CLI, Grok Build, and Antigravity: audit skills, guard hooks, and MCP declarations that find leaked secrets and credentials in AI coding sessions, locally and redacted.

    Community skarn-security
    punkpeye

    mcp-remote

    Connect an MCP Client that only supports local (stdio) servers to a Remote MCP Server.

    Community punkpeye
    HiAi-gg

    DocsMint

    Self-hosted AI-native knowledge workspace and installable PWA with hybrid search, GraphRAG, REST, SDK, CLI, and MCP access for people and AI agents.

    Community HiAi-gg