APIs.io Engineering Platform Cloudflare API — Account-Level Custom Nameservers

APIs.io Engineering Platform Cloudflare API — Account-Level Custom Nameservers. 4 operations. Lead operation: APIs.io Engineering Platform List Account Custom Nameservers. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformAccount-Level Custom Nameservers

What You Can Do

GET
Accountlevelcustomnameserverslistaccountcustomnameservers — APIs.io Engineering Platform List Account Custom Nameservers
/v1/accounts/{account-id}/custom-ns
POST
Accountlevelcustomnameserversaddaccountcustomnameserver — APIs.io Engineering Platform Add Account Custom Nameserver
/v1/accounts/{account-id}/custom-ns
GET
Accountlevelcustomnameserversgeteligiblezonesforaccountcustomnameservers — APIs.io Engineering Platform Get Eligible Zones for Account Custom Nameservers
/v1/accounts/{account-id}/custom-ns/availability
DELETE
Accountlevelcustomnameserversdeleteaccountcustomnameserver — APIs.io Engineering Platform Delete Account Custom Nameserver
/v1/accounts/{account-id}/custom-ns/{custom-ns-id}

MCP Tools

apis-io-engineering-platform-list-account

APIs.io Engineering Platform List Account Custom Nameservers

read-only idempotent
apis-io-engineering-platform-add-account

APIs.io Engineering Platform Add Account Custom Nameserver

apis-io-engineering-platform-get-eligible

APIs.io Engineering Platform Get Eligible Zones for Account Custom Nameservers

read-only idempotent
apis-io-engineering-platform-delete-account

APIs.io Engineering Platform Delete Account Custom Nameserver

idempotent

Capability Spec

cloudflare-account-level-custom-nameservers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Account-Level Custom Nameservers
  description: 'APIs.io Engineering Platform Cloudflare API — Account-Level Custom Nameservers. 4 operations. Lead operation:
    APIs.io Engineering Platform List Account Custom Nameservers. Self-contained Naftiko capability covering one Engineering
    Platform business surface.'
  tags:
  - Engineering Platform
  - Account-Level Custom Nameservers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloudflare-account-level-custom-nameservers
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Account-Level Custom Nameservers business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-custom_ns
      path: /accounts/{account_id}/custom_ns
      operations:
      - name: accountlevelcustomnameserverslistaccountcustomnameservers
        method: GET
        description: APIs.io Engineering Platform List Account Custom Nameservers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: accountlevelcustomnameserversaddaccountcustomnameserver
        method: POST
        description: APIs.io Engineering Platform Add Account Custom Nameserver
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-custom_ns-availability
      path: /accounts/{account_id}/custom_ns/availability
      operations:
      - name: accountlevelcustomnameserversgeteligiblezonesforaccountcustomnameservers
        method: GET
        description: APIs.io Engineering Platform Get Eligible Zones for Account Custom Nameservers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
    - name: accounts-account_id-custom_ns-custom_ns_id
      path: /accounts/{account_id}/custom_ns/{custom_ns_id}
      operations:
      - name: accountlevelcustomnameserversdeleteaccountcustomnameserver
        method: DELETE
        description: APIs.io Engineering Platform Delete Account Custom Nameserver
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: custom_ns_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-account-level-custom-nameservers-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Account-Level Custom Nameservers. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/custom-ns
      name: accounts-account-id-custom-ns
      description: REST surface for accounts-account_id-custom_ns.
      operations:
      - method: GET
        name: accountlevelcustomnameserverslistaccountcustomnameservers
        description: APIs.io Engineering Platform List Account Custom Nameservers
        call: cloudflare-account-level-custom-nameservers.accountlevelcustomnameserverslistaccountcustomnameservers
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: accountlevelcustomnameserversaddaccountcustomnameserver
        description: APIs.io Engineering Platform Add Account Custom Nameserver
        call: cloudflare-account-level-custom-nameservers.accountlevelcustomnameserversaddaccountcustomnameserver
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/custom-ns/availability
      name: accounts-account-id-custom-ns-availability
      description: REST surface for accounts-account_id-custom_ns-availability.
      operations:
      - method: GET
        name: accountlevelcustomnameserversgeteligiblezonesforaccountcustomnameservers
        description: APIs.io Engineering Platform Get Eligible Zones for Account Custom Nameservers
        call: cloudflare-account-level-custom-nameservers.accountlevelcustomnameserversgeteligiblezonesforaccountcustomnameservers
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/custom-ns/{custom-ns-id}
      name: accounts-account-id-custom-ns-custom-ns-id
      description: REST surface for accounts-account_id-custom_ns-custom_ns_id.
      operations:
      - method: DELETE
        name: accountlevelcustomnameserversdeleteaccountcustomnameserver
        description: APIs.io Engineering Platform Delete Account Custom Nameserver
        call: cloudflare-account-level-custom-nameservers.accountlevelcustomnameserversdeleteaccountcustomnameserver
        with:
          custom_ns_id: rest.custom_ns_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-account-level-custom-nameservers-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Account-Level Custom Nameservers. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-account
      description: APIs.io Engineering Platform List Account Custom Nameservers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-account-level-custom-nameservers.accountlevelcustomnameserverslistaccountcustomnameservers
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-add-account
      description: APIs.io Engineering Platform Add Account Custom Nameserver
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-account-level-custom-nameservers.accountlevelcustomnameserversaddaccountcustomnameserver
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-eligible
      description: APIs.io Engineering Platform Get Eligible Zones for Account Custom Nameservers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-account-level-custom-nameservers.accountlevelcustomnameserversgeteligiblezonesforaccountcustomnameservers
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-account
      description: APIs.io Engineering Platform Delete Account Custom Nameserver
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-account-level-custom-nameservers.accountlevelcustomnameserversdeleteaccountcustomnameserver
      with:
        custom_ns_id: tools.custom_ns_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.