APIs.io Engineering Platform Cloudflare API — Domain Intelligence

APIs.io Engineering Platform Cloudflare API — Domain Intelligence. 2 operations. Lead operation: APIs.io Engineering Platform Get Domain Details. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformDomain Intelligence

What You Can Do

GET
Domainintelligencegetdomaindetails — APIs.io Engineering Platform Get Domain Details
/v1/accounts/{account-id}/intel/domain
GET
Domainintelligencegetmultipledomaindetails — APIs.io Engineering Platform Get Multiple Domain Details
/v1/accounts/{account-id}/intel/domain/bulk

MCP Tools

apis-io-engineering-platform-get-domain

APIs.io Engineering Platform Get Domain Details

read-only idempotent
apis-io-engineering-platform-get-multiple

APIs.io Engineering Platform Get Multiple Domain Details

read-only idempotent

Capability Spec

cloudflare-domain-intelligence.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Domain Intelligence
  description: 'APIs.io Engineering Platform Cloudflare API — Domain Intelligence. 2 operations. Lead operation: APIs.io Engineering
    Platform Get Domain Details. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Domain Intelligence
  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-domain-intelligence
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Domain Intelligence business capability. Self-contained, no
      shared references.
    resources:
    - name: accounts-account_id-intel-domain
      path: /accounts/{account_id}/intel/domain
      operations:
      - name: domainintelligencegetdomaindetails
        method: GET
        description: APIs.io Engineering Platform Get Domain Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: domain
          in: query
          type: string
    - name: accounts-account_id-intel-domain-bulk
      path: /accounts/{account_id}/intel/domain/bulk
      operations:
      - name: domainintelligencegetmultipledomaindetails
        method: GET
        description: APIs.io Engineering Platform Get Multiple Domain Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: domain
          in: query
          type: string
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-domain-intelligence-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Domain Intelligence. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/intel/domain
      name: accounts-account-id-intel-domain
      description: REST surface for accounts-account_id-intel-domain.
      operations:
      - method: GET
        name: domainintelligencegetdomaindetails
        description: APIs.io Engineering Platform Get Domain Details
        call: cloudflare-domain-intelligence.domainintelligencegetdomaindetails
        with:
          account_id: rest.account_id
          domain: rest.domain
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/intel/domain/bulk
      name: accounts-account-id-intel-domain-bulk
      description: REST surface for accounts-account_id-intel-domain-bulk.
      operations:
      - method: GET
        name: domainintelligencegetmultipledomaindetails
        description: APIs.io Engineering Platform Get Multiple Domain Details
        call: cloudflare-domain-intelligence.domainintelligencegetmultipledomaindetails
        with:
          account_id: rest.account_id
          domain: rest.domain
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-domain-intelligence-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Domain Intelligence. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-get-domain
      description: APIs.io Engineering Platform Get Domain Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-domain-intelligence.domainintelligencegetdomaindetails
      with:
        account_id: tools.account_id
        domain: tools.domain
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-multiple
      description: APIs.io Engineering Platform Get Multiple Domain Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-domain-intelligence.domainintelligencegetmultipledomaindetails
      with:
        account_id: tools.account_id
        domain: tools.domain
      outputParameters:
      - type: object
        mapping: $.