Alle integrationer

Simply.com

Administrer domæner, DNS og mail på Simply.com — tjek tilgængelighed, inspicér zoner, og opdater records.

Manual setup 17 værktøjer

Overblik

Administrér domæner, DNS og mail på Simply.com — tjek tilgængelighed, inspicér zoner og opdatér records.

Forudsætninger

  • En Simply.com-konto med API-adgang aktiveret
  • En stackgate.ai-konto

Credentials

  1. Log ind på Simply.com kontrolpanel.
  2. Gå til Account → API keys og opret eller kopiér din API-nøgle. Notér dit account number.
  3. På stackgate.ai, åbn Mine integrationer → Simply.com.
  4. Klik Aktivér og indtast dit kontonummer og API-nøgle.

Se Simply API-dokumentation for nøgletilladelser.

Brug med AI-klienter

  • Dedikeret endpoint: POST /mcp/simply
  • Private gateway: simply__*-værktøjer

Fejlfinding

  • 401 Unauthorized — verificér kontonummer og API-nøgle; regenerér nøglen, hvis den er kompromitteret.
  • Domain check rate limit — vent 1 sekund mellem tilgængelighedstjek.
  • DNS changes not visible — zoner genindlæses automatisk ved record-ændringer; tillad propageringstid.

Tilgængelige værktøjer

  • list_products

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

  • check_domain_availability

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

  • get_dns_zone

    Retrieve DNS zone metadata for a product. Use the product object handle from list_products.

  • list_dns_records

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

  • get_nameservers

    Retrieve the current registry nameservers for a domain product.

  • list_invoices

    Retrieve list of invoices for the Simply.com account.

  • list_mysql_databases

    List MySQL databases for a hosting product.

  • get_dnssec_keys

    Retrieve DNSSEC keys registered on a domain at the registry.

  • get_server_status_messages

    Retrieve server status messages from Simply.com.

  • add_dns_record

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

  • update_dns_record

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

  • delete_dns_record

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

  • reload_dns_zone

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

  • set_nameservers

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

  • add_mail_account

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

  • add_dnssec_key

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

  • remove_dnssec

    Remove all DNSSEC keys from a domain at the registry.

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