APIs.io Engineering Platform Cloudflare API — IP Access Rules for an Account

APIs.io Engineering Platform Cloudflare API — IP Access Rules for an Account. 5 operations. Lead operation: APIs.io Engineering Platform List IP Access rules. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformIP Access Rules for an Account

What You Can Do

GET
Ipaccessrulesforanaccountlistipaccessrules — APIs.io Engineering Platform List IP Access rules
/v1/accounts/{account-identifier}/firewall/access-rules/rules
POST
Ipaccessrulesforanaccountcreateanipaccessrule — APIs.io Engineering Platform Create an IP Access rule
/v1/accounts/{account-identifier}/firewall/access-rules/rules
DELETE
Ipaccessrulesforanaccountdeleteanipaccessrule — APIs.io Engineering Platform Delete an IP Access rule
/v1/accounts/{account-identifier}/firewall/access-rules/rules/{identifier}
GET
Ipaccessrulesforanaccountgetanipaccessrule — APIs.io Engineering Platform Get an IP Access rule
/v1/accounts/{account-identifier}/firewall/access-rules/rules/{identifier}
PATCH
Ipaccessrulesforanaccountupdateanipaccessrule — APIs.io Engineering Platform Update an IP Access rule
/v1/accounts/{account-identifier}/firewall/access-rules/rules/{identifier}

MCP Tools

apis-io-engineering-platform-list-ip

APIs.io Engineering Platform List IP Access rules

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

APIs.io Engineering Platform Create an IP Access rule

apis-io-engineering-platform-delete-ip

APIs.io Engineering Platform Delete an IP Access rule

idempotent
apis-io-engineering-platform-get-ip

APIs.io Engineering Platform Get an IP Access rule

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

APIs.io Engineering Platform Update an IP Access rule

idempotent

Capability Spec

cloudflare-ip-access-rules-for-an-account.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — IP Access Rules for an Account
  description: 'APIs.io Engineering Platform Cloudflare API — IP Access Rules for an Account. 5 operations. Lead operation:
    APIs.io Engineering Platform List IP Access rules. Self-contained Naftiko capability covering one Engineering Platform
    business surface.'
  tags:
  - Engineering Platform
  - IP Access Rules for an Account
  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-ip-access-rules-for-an-account
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — IP Access Rules for an Account business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_identifier-firewall-access_rules-rules
      path: /accounts/{account_identifier}/firewall/access_rules/rules
      operations:
      - name: ipaccessrulesforanaccountlistipaccessrules
        method: GET
        description: APIs.io Engineering Platform List IP Access rules
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_identifier
          in: path
          type: string
          required: true
        - name: mode
          in: query
          type: string
        - name: configuration.target
          in: query
          type: string
        - name: configuration.value
          in: query
          type: string
        - name: notes
          in: query
          type: string
        - name: match
          in: query
          type: string
        - name: page
          in: query
          type: number
        - name: per_page
          in: query
          type: number
        - name: order
          in: query
          type: string
        - name: direction
          in: query
          type: string
      - name: ipaccessrulesforanaccountcreateanipaccessrule
        method: POST
        description: APIs.io Engineering Platform Create an IP Access rule
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_identifier
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_identifier-firewall-access_rules-rules-identifier
      path: /accounts/{account_identifier}/firewall/access_rules/rules/{identifier}
      operations:
      - name: ipaccessrulesforanaccountdeleteanipaccessrule
        method: DELETE
        description: APIs.io Engineering Platform Delete an IP Access rule
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifier
          in: path
          type: string
          required: true
        - name: account_identifier
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: ipaccessrulesforanaccountgetanipaccessrule
        method: GET
        description: APIs.io Engineering Platform Get an IP Access rule
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifier
          in: path
          type: string
          required: true
        - name: account_identifier
          in: path
          type: string
          required: true
      - name: ipaccessrulesforanaccountupdateanipaccessrule
        method: PATCH
        description: APIs.io Engineering Platform Update an IP Access rule
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifier
          in: path
          type: string
          required: true
        - name: account_identifier
          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-ip-access-rules-for-an-account-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — IP Access Rules for an Account. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-identifier}/firewall/access-rules/rules
      name: accounts-account-identifier-firewall-access-rules-rules
      description: REST surface for accounts-account_identifier-firewall-access_rules-rules.
      operations:
      - method: GET
        name: ipaccessrulesforanaccountlistipaccessrules
        description: APIs.io Engineering Platform List IP Access rules
        call: cloudflare-ip-access-rules-for-an-account.ipaccessrulesforanaccountlistipaccessrules
        with:
          account_identifier: rest.account_identifier
          mode: rest.mode
          configuration.target: rest.configuration.target
          configuration.value: rest.configuration.value
          notes: rest.notes
          match: rest.match
          page: rest.page
          per_page: rest.per_page
          order: rest.order
          direction: rest.direction
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: ipaccessrulesforanaccountcreateanipaccessrule
        description: APIs.io Engineering Platform Create an IP Access rule
        call: cloudflare-ip-access-rules-for-an-account.ipaccessrulesforanaccountcreateanipaccessrule
        with:
          account_identifier: rest.account_identifier
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-identifier}/firewall/access-rules/rules/{identifier}
      name: accounts-account-identifier-firewall-access-rules-rules-identifier
      description: REST surface for accounts-account_identifier-firewall-access_rules-rules-identifier.
      operations:
      - method: DELETE
        name: ipaccessrulesforanaccountdeleteanipaccessrule
        description: APIs.io Engineering Platform Delete an IP Access rule
        call: cloudflare-ip-access-rules-for-an-account.ipaccessrulesforanaccountdeleteanipaccessrule
        with:
          identifier: rest.identifier
          account_identifier: rest.account_identifier
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: ipaccessrulesforanaccountgetanipaccessrule
        description: APIs.io Engineering Platform Get an IP Access rule
        call: cloudflare-ip-access-rules-for-an-account.ipaccessrulesforanaccountgetanipaccessrule
        with:
          identifier: rest.identifier
          account_identifier: rest.account_identifier
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: ipaccessrulesforanaccountupdateanipaccessrule
        description: APIs.io Engineering Platform Update an IP Access rule
        call: cloudflare-ip-access-rules-for-an-account.ipaccessrulesforanaccountupdateanipaccessrule
        with:
          identifier: rest.identifier
          account_identifier: rest.account_identifier
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-ip-access-rules-for-an-account-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — IP Access Rules for an Account. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-ip
      description: APIs.io Engineering Platform List IP Access rules
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-ip-access-rules-for-an-account.ipaccessrulesforanaccountlistipaccessrules
      with:
        account_identifier: tools.account_identifier
        mode: tools.mode
        configuration.target: tools.configuration.target
        configuration.value: tools.configuration.value
        notes: tools.notes
        match: tools.match
        page: tools.page
        per_page: tools.per_page
        order: tools.order
        direction: tools.direction
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-ip
      description: APIs.io Engineering Platform Create an IP Access rule
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-ip-access-rules-for-an-account.ipaccessrulesforanaccountcreateanipaccessrule
      with:
        account_identifier: tools.account_identifier
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-ip
      description: APIs.io Engineering Platform Delete an IP Access rule
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-ip-access-rules-for-an-account.ipaccessrulesforanaccountdeleteanipaccessrule
      with:
        identifier: tools.identifier
        account_identifier: tools.account_identifier
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-ip
      description: APIs.io Engineering Platform Get an IP Access rule
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-ip-access-rules-for-an-account.ipaccessrulesforanaccountgetanipaccessrule
      with:
        identifier: tools.identifier
        account_identifier: tools.account_identifier
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-ip
      description: APIs.io Engineering Platform Update an IP Access rule
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-ip-access-rules-for-an-account.ipaccessrulesforanaccountupdateanipaccessrule
      with:
        identifier: tools.identifier
        account_identifier: tools.account_identifier
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.