APIs.io Engineering Platform Cloudflare API — Custom Indicator Feeds

APIs.io Engineering Platform Cloudflare API — Custom Indicator Feeds. 10 operations. Lead operation: APIs.io Engineering Platform Get indicator feeds owned by this account. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformCustom Indicator Feeds

What You Can Do

GET
Customindicatorfeedsgetindicatorfeeds — APIs.io Engineering Platform Get indicator feeds owned by this account
/v1/accounts/{account-id}/intel/indicator-feeds
POST
Customindicatorfeedscreateindicatorfeeds — APIs.io Engineering Platform Create new indicator feed
/v1/accounts/{account-id}/intel/indicator-feeds
PUT
Customindicatorfeedsaddpermission — APIs.io Engineering Platform Grant permission to indicator feed
/v1/accounts/{account-id}/intel/indicator-feeds/permissions/add
PUT
Customindicatorfeedsremovepermission — APIs.io Engineering Platform Revoke permission to indicator feed
/v1/accounts/{account-id}/intel/indicator-feeds/permissions/remove
GET
Customindicatorfeedsviewpermissions — APIs.io Engineering Platform List indicator feed permissions
/v1/accounts/{account-id}/intel/indicator-feeds/permissions/view
GET
Customindicatorfeedsgetindicatorfeedmetadata — APIs.io Engineering Platform Get indicator feed metadata
/v1/accounts/{account-id}/intel/indicator-feeds/{feed-id}
PUT
Customindicatorfeedsupdateindicatorfeedmetadata — APIs.io Engineering Platform Update indicator feed metadata
/v1/accounts/{account-id}/intel/indicator-feeds/{feed-id}
GET
Customindicatorfeedsgetindicatorfeeddata — APIs.io Engineering Platform Get indicator feed data
/v1/accounts/{account-id}/intel/indicator-feeds/{feed-id}/data
PUT
Customindicatorfeedsupdateindicatorfeeddata — APIs.io Engineering Platform Update indicator feed data
/v1/accounts/{account-id}/intel/indicator-feeds/{feed-id}/snapshot
GET
Customindicatorfeedsdownloadindicatorfeeddata — APIs.io Engineering Platform Download indicator feed data
/v1/accounts/{account-id}/intel/indicator-feeds/{feed-id}/download

MCP Tools

apis-io-engineering-platform-get-indicator

APIs.io Engineering Platform Get indicator feeds owned by this account

read-only idempotent
apis-io-engineering-platform-create-new

APIs.io Engineering Platform Create new indicator feed

apis-io-engineering-platform-grant-permission

APIs.io Engineering Platform Grant permission to indicator feed

idempotent
apis-io-engineering-platform-revoke-permission

APIs.io Engineering Platform Revoke permission to indicator feed

idempotent
apis-io-engineering-platform-list-indicator

APIs.io Engineering Platform List indicator feed permissions

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

APIs.io Engineering Platform Get indicator feed metadata

read-only idempotent
apis-io-engineering-platform-update-indicator

APIs.io Engineering Platform Update indicator feed metadata

idempotent
apis-io-engineering-platform-get-indicator-3

APIs.io Engineering Platform Get indicator feed data

read-only idempotent
apis-io-engineering-platform-update-indicator-2

APIs.io Engineering Platform Update indicator feed data

idempotent
apis-io-engineering-platform-download-indicator

APIs.io Engineering Platform Download indicator feed data

read-only idempotent

Capability Spec

cloudflare-custom-indicator-feeds.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Custom Indicator Feeds
  description: 'APIs.io Engineering Platform Cloudflare API — Custom Indicator Feeds. 10 operations. Lead operation: APIs.io
    Engineering Platform Get indicator feeds owned by this account. Self-contained Naftiko capability covering one Engineering
    Platform business surface.'
  tags:
  - Engineering Platform
  - Custom Indicator Feeds
  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-custom-indicator-feeds
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Custom Indicator Feeds business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-intel-indicator-feeds
      path: /accounts/{account_id}/intel/indicator-feeds
      operations:
      - name: customindicatorfeedsgetindicatorfeeds
        method: GET
        description: APIs.io Engineering Platform Get indicator feeds owned by this account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: customindicatorfeedscreateindicatorfeeds
        method: POST
        description: APIs.io Engineering Platform Create new indicator feed
        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-intel-indicator-feeds-permissions-add
      path: /accounts/{account_id}/intel/indicator-feeds/permissions/add
      operations:
      - name: customindicatorfeedsaddpermission
        method: PUT
        description: APIs.io Engineering Platform Grant permission to indicator feed
        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-intel-indicator-feeds-permissions-remove
      path: /accounts/{account_id}/intel/indicator-feeds/permissions/remove
      operations:
      - name: customindicatorfeedsremovepermission
        method: PUT
        description: APIs.io Engineering Platform Revoke permission to indicator feed
        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-intel-indicator-feeds-permissions-view
      path: /accounts/{account_id}/intel/indicator-feeds/permissions/view
      operations:
      - name: customindicatorfeedsviewpermissions
        method: GET
        description: APIs.io Engineering Platform List indicator feed permissions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
    - name: accounts-account_id-intel-indicator-feeds-feed_id
      path: /accounts/{account_id}/intel/indicator-feeds/{feed_id}
      operations:
      - name: customindicatorfeedsgetindicatorfeedmetadata
        method: GET
        description: APIs.io Engineering Platform Get indicator feed metadata
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: feed_id
          in: path
          type: string
          required: true
      - name: customindicatorfeedsupdateindicatorfeedmetadata
        method: PUT
        description: APIs.io Engineering Platform Update indicator feed metadata
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: feed_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-intel-indicator-feeds-feed_id-data
      path: /accounts/{account_id}/intel/indicator-feeds/{feed_id}/data
      operations:
      - name: customindicatorfeedsgetindicatorfeeddata
        method: GET
        description: APIs.io Engineering Platform Get indicator feed data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: feed_id
          in: path
          type: string
          required: true
    - name: accounts-account_id-intel-indicator-feeds-feed_id-snapshot
      path: /accounts/{account_id}/intel/indicator-feeds/{feed_id}/snapshot
      operations:
      - name: customindicatorfeedsupdateindicatorfeeddata
        method: PUT
        description: APIs.io Engineering Platform Update indicator feed data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: feed_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-intel-indicator_feeds-feed_id-download
      path: /accounts/{account_id}/intel/indicator_feeds/{feed_id}/download
      operations:
      - name: customindicatorfeedsdownloadindicatorfeeddata
        method: GET
        description: APIs.io Engineering Platform Download indicator feed data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: feed_id
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-custom-indicator-feeds-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Custom Indicator Feeds. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/intel/indicator-feeds
      name: accounts-account-id-intel-indicator-feeds
      description: REST surface for accounts-account_id-intel-indicator-feeds.
      operations:
      - method: GET
        name: customindicatorfeedsgetindicatorfeeds
        description: APIs.io Engineering Platform Get indicator feeds owned by this account
        call: cloudflare-custom-indicator-feeds.customindicatorfeedsgetindicatorfeeds
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: customindicatorfeedscreateindicatorfeeds
        description: APIs.io Engineering Platform Create new indicator feed
        call: cloudflare-custom-indicator-feeds.customindicatorfeedscreateindicatorfeeds
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/intel/indicator-feeds/permissions/add
      name: accounts-account-id-intel-indicator-feeds-permissions-add
      description: REST surface for accounts-account_id-intel-indicator-feeds-permissions-add.
      operations:
      - method: PUT
        name: customindicatorfeedsaddpermission
        description: APIs.io Engineering Platform Grant permission to indicator feed
        call: cloudflare-custom-indicator-feeds.customindicatorfeedsaddpermission
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/intel/indicator-feeds/permissions/remove
      name: accounts-account-id-intel-indicator-feeds-permissions-remove
      description: REST surface for accounts-account_id-intel-indicator-feeds-permissions-remove.
      operations:
      - method: PUT
        name: customindicatorfeedsremovepermission
        description: APIs.io Engineering Platform Revoke permission to indicator feed
        call: cloudflare-custom-indicator-feeds.customindicatorfeedsremovepermission
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/intel/indicator-feeds/permissions/view
      name: accounts-account-id-intel-indicator-feeds-permissions-view
      description: REST surface for accounts-account_id-intel-indicator-feeds-permissions-view.
      operations:
      - method: GET
        name: customindicatorfeedsviewpermissions
        description: APIs.io Engineering Platform List indicator feed permissions
        call: cloudflare-custom-indicator-feeds.customindicatorfeedsviewpermissions
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/intel/indicator-feeds/{feed-id}
      name: accounts-account-id-intel-indicator-feeds-feed-id
      description: REST surface for accounts-account_id-intel-indicator-feeds-feed_id.
      operations:
      - method: GET
        name: customindicatorfeedsgetindicatorfeedmetadata
        description: APIs.io Engineering Platform Get indicator feed metadata
        call: cloudflare-custom-indicator-feeds.customindicatorfeedsgetindicatorfeedmetadata
        with:
          account_id: rest.account_id
          feed_id: rest.feed_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: customindicatorfeedsupdateindicatorfeedmetadata
        description: APIs.io Engineering Platform Update indicator feed metadata
        call: cloudflare-custom-indicator-feeds.customindicatorfeedsupdateindicatorfeedmetadata
        with:
          account_id: rest.account_id
          feed_id: rest.feed_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/intel/indicator-feeds/{feed-id}/data
      name: accounts-account-id-intel-indicator-feeds-feed-id-data
      description: REST surface for accounts-account_id-intel-indicator-feeds-feed_id-data.
      operations:
      - method: GET
        name: customindicatorfeedsgetindicatorfeeddata
        description: APIs.io Engineering Platform Get indicator feed data
        call: cloudflare-custom-indicator-feeds.customindicatorfeedsgetindicatorfeeddata
        with:
          account_id: rest.account_id
          feed_id: rest.feed_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/intel/indicator-feeds/{feed-id}/snapshot
      name: accounts-account-id-intel-indicator-feeds-feed-id-snapshot
      description: REST surface for accounts-account_id-intel-indicator-feeds-feed_id-snapshot.
      operations:
      - method: PUT
        name: customindicatorfeedsupdateindicatorfeeddata
        description: APIs.io Engineering Platform Update indicator feed data
        call: cloudflare-custom-indicator-feeds.customindicatorfeedsupdateindicatorfeeddata
        with:
          account_id: rest.account_id
          feed_id: rest.feed_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/intel/indicator-feeds/{feed-id}/download
      name: accounts-account-id-intel-indicator-feeds-feed-id-download
      description: REST surface for accounts-account_id-intel-indicator_feeds-feed_id-download.
      operations:
      - method: GET
        name: customindicatorfeedsdownloadindicatorfeeddata
        description: APIs.io Engineering Platform Download indicator feed data
        call: cloudflare-custom-indicator-feeds.customindicatorfeedsdownloadindicatorfeeddata
        with:
          account_id: rest.account_id
          feed_id: rest.feed_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-custom-indicator-feeds-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Custom Indicator Feeds. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-get-indicator
      description: APIs.io Engineering Platform Get indicator feeds owned by this account
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-custom-indicator-feeds.customindicatorfeedsgetindicatorfeeds
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-new
      description: APIs.io Engineering Platform Create new indicator feed
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-custom-indicator-feeds.customindicatorfeedscreateindicatorfeeds
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-grant-permission
      description: APIs.io Engineering Platform Grant permission to indicator feed
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-custom-indicator-feeds.customindicatorfeedsaddpermission
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-revoke-permission
      description: APIs.io Engineering Platform Revoke permission to indicator feed
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-custom-indicator-feeds.customindicatorfeedsremovepermission
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-indicator
      description: APIs.io Engineering Platform List indicator feed permissions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-custom-indicator-feeds.customindicatorfeedsviewpermissions
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-indicator-2
      description: APIs.io Engineering Platform Get indicator feed metadata
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-custom-indicator-feeds.customindicatorfeedsgetindicatorfeedmetadata
      with:
        account_id: tools.account_id
        feed_id: tools.feed_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-indicator
      description: APIs.io Engineering Platform Update indicator feed metadata
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-custom-indicator-feeds.customindicatorfeedsupdateindicatorfeedmetadata
      with:
        account_id: tools.account_id
        feed_id: tools.feed_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-indicator-3
      description: APIs.io Engineering Platform Get indicator feed data
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-custom-indicator-feeds.customindicatorfeedsgetindicatorfeeddata
      with:
        account_id: tools.account_id
        feed_id: tools.feed_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-indicator-2
      description: APIs.io Engineering Platform Update indicator feed data
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-custom-indicator-feeds.customindicatorfeedsupdateindicatorfeeddata
      with:
        account_id: tools.account_id
        feed_id: tools.feed_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-download-indicator
      description: APIs.io Engineering Platform Download indicator feed data
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-custom-indicator-feeds.customindicatorfeedsdownloadindicatorfeeddata
      with:
        account_id: tools.account_id
        feed_id: tools.feed_id
      outputParameters:
      - type: object
        mapping: $.