All integrations

Simply.com

Manage domains, DNS, and mail on Simply.com — check availability, inspect zones, and update records.

Manual setup 17 tools

Overview

Manage domains, DNS, and mail on Simply.com — check availability, inspect zones, and update records.

Prerequisites

  • A Simply.com account with API access enabled
  • A stackgate.ai account

Getting credentials

  1. Log in to the Simply.com control panel.
  2. Go to Account → API keys and create or copy your API key. Note your account number.
  3. In stackgate.ai, open Integrations → Simply.com.
  4. Click Activate and enter your account number and API key.

See Simply API documentation for key permissions.

Using with AI clients

  • Dedicated endpoint: POST /mcp/simply
  • Private gateway: simply__* tools

Troubleshooting

  • 401 Unauthorized — verify account number and API key; regenerate the key if compromised.
  • Domain check rate limit — wait 1 second between availability checks.
  • DNS changes not visible — zones auto-reload on record changes; allow propagation time.

Available tools

  • list-products-tool

    List all active products on the Simply.com account, including domains, hosting, and DNS services.

  • check-domain-availability-tool

    Check if a domain is available for registration or transfer. Includes a 1-second delay per check at the API level.

  • get-dns-zone-tool

    Retrieve DNS zone metadata for a product. Use the product object handle from list-products-tool.

  • list-dns-records-tool

    List all DNS records for a product zone, including A, AAAA, CNAME, MX, TXT, and other record types.

  • get-nameservers-tool

    Retrieve the current registry nameservers for a domain product.

  • list-invoices-tool

    Retrieve list of invoices for the Simply.com account.

  • list-mysql-databases-tool

    List MySQL databases for a hosting product.

  • get-dnssec-keys-tool

    Retrieve DNSSEC keys registered on a domain at the registry.

  • get-server-status-messages-tool

    Retrieve server status messages from Simply.com.

  • add-dns-record-tool

    Add a new DNS record to a product DNS zone. Zone reloads automatically after creation.

  • update-dns-record-tool

    Update an existing DNS record. Provide all fields — this is a full replacement update.

  • delete-dns-record-tool

    Remove a DNS record from a product DNS zone. Zone reloads automatically after deletion.

  • reload-dns-zone-tool

    Force-reload a DNS zone. Usually unnecessary — zones reload automatically after record changes.

  • set-nameservers-tool

    Set the registry nameservers for a domain. Requires 2 to 13 hostnames.

  • add-mail-account-tool

    Create a new email account on a product. The API cannot list existing mailboxes — use MX records to inspect mail routing.

  • add-dnssec-key-tool

    Add a DNSSEC key (DS or DNSKEY) to a domain at the registry.

  • remove-dnssec-tool

    Remove all DNSSEC keys from a domain at the registry.

MCP endpoint: https://stackgate.ai/mcp/simply (HTTP) or via the private gateway.