APIs.io Engineering Platform Cloudflare API — ASN Intelligence

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

Run with Naftiko Engineering PlatformASN Intelligence

What You Can Do

GET
Asnintelligencegetasnoverview — APIs.io Engineering Platform Get ASN Overview
/v1/accounts/{account-id}/intel/asn/{asn}
GET
Asnintelligencegetasnsubnets — APIs.io Engineering Platform Get ASN Subnets
/v1/accounts/{account-id}/intel/asn/{asn}/subnets

MCP Tools

apis-io-engineering-platform-get-asn

APIs.io Engineering Platform Get ASN Overview

read-only idempotent
apis-io-engineering-platform-get-asn-2

APIs.io Engineering Platform Get ASN Subnets

read-only idempotent

Capability Spec

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