Amazon WAF · Capability

Amazon WAF API — IP Sets

Amazon WAF API — IP Sets. 1 operations. Lead operation: Amazon WAF Create an IP Set. Self-contained Naftiko capability covering one Amazon Waf business surface.

Run with Naftiko Amazon WafIP Sets

What You Can Do

POST
Createipset — Amazon WAF Create an IP Set
/v1/createipset

MCP Tools

amazon-waf-create-ip-set

Amazon WAF Create an IP Set

Capability Spec

amazon-waf-ip-sets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon WAF API — IP Sets
  description: 'Amazon WAF API — IP Sets. 1 operations. Lead operation: Amazon WAF Create an IP Set. Self-contained Naftiko
    capability covering one Amazon Waf business surface.'
  tags:
  - Amazon Waf
  - IP Sets
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_WAF_API_KEY: AMAZON_WAF_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-waf-ip-sets
    baseUri: https://wafv2.{region}.amazonaws.com
    description: Amazon WAF API — IP Sets business capability. Self-contained, no shared references.
    resources:
    - name: '#CreateIPSet'
      path: /#CreateIPSet
      operations:
      - name: createipset
        method: POST
        description: Amazon WAF Create an IP Set
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_WAF_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-waf-ip-sets-rest
    port: 8080
    description: REST adapter for Amazon WAF API — IP Sets. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/createipset
      name: createipset
      description: 'REST surface for #CreateIPSet.'
      operations:
      - method: POST
        name: createipset
        description: Amazon WAF Create an IP Set
        call: amazon-waf-ip-sets.createipset
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-waf-ip-sets-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon WAF API — IP Sets. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: amazon-waf-create-ip-set
      description: Amazon WAF Create an IP Set
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-waf-ip-sets.createipset
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.