AWS App Runner · Capability

AWS App Runner API — VPC

AWS App Runner API — VPC. 2 operations. Lead operation: AWS App Runner Create a VPC Connector. Self-contained Naftiko capability covering one Aws App Runner business surface.

Run with Naftiko Aws App RunnerVPC

What You Can Do

POST
Createvpcconnector — AWS App Runner Create a VPC Connector
/v1/createvpcconnector
POST
Listvpcconnectors — AWS App Runner List VPC Connectors
/v1/listvpcconnectors

MCP Tools

aws-app-runner-create-vpc

AWS App Runner Create a VPC Connector

aws-app-runner-list-vpc

AWS App Runner List VPC Connectors

read-only

Capability Spec

aws-app-runner-vpc.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AWS App Runner API — VPC
  description: 'AWS App Runner API — VPC. 2 operations. Lead operation: AWS App Runner Create a VPC Connector. Self-contained
    Naftiko capability covering one Aws App Runner business surface.'
  tags:
  - Aws App Runner
  - VPC
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AWS_APP_RUNNER_API_KEY: AWS_APP_RUNNER_API_KEY
capability:
  consumes:
  - type: http
    namespace: aws-app-runner-vpc
    baseUri: https://apprunner.{region}.amazonaws.com
    description: AWS App Runner API — VPC business capability. Self-contained, no shared references.
    resources:
    - name: '#CreateVpcConnector'
      path: /#CreateVpcConnector
      operations:
      - name: createvpcconnector
        method: POST
        description: AWS App Runner Create a VPC Connector
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: X-Amz-Target
          in: header
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: '#ListVpcConnectors'
      path: /#ListVpcConnectors
      operations:
      - name: listvpcconnectors
        method: POST
        description: AWS App Runner List VPC Connectors
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: X-Amz-Target
          in: header
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AWS_APP_RUNNER_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: aws-app-runner-vpc-rest
    port: 8080
    description: REST adapter for AWS App Runner API — VPC. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/createvpcconnector
      name: createvpcconnector
      description: 'REST surface for #CreateVpcConnector.'
      operations:
      - method: POST
        name: createvpcconnector
        description: AWS App Runner Create a VPC Connector
        call: aws-app-runner-vpc.createvpcconnector
        with:
          X-Amz-Target: rest.X-Amz-Target
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/listvpcconnectors
      name: listvpcconnectors
      description: 'REST surface for #ListVpcConnectors.'
      operations:
      - method: POST
        name: listvpcconnectors
        description: AWS App Runner List VPC Connectors
        call: aws-app-runner-vpc.listvpcconnectors
        with:
          X-Amz-Target: rest.X-Amz-Target
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-app-runner-vpc-mcp
    port: 9090
    transport: http
    description: MCP adapter for AWS App Runner API — VPC. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: aws-app-runner-create-vpc
      description: AWS App Runner Create a VPC Connector
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-app-runner-vpc.createvpcconnector
      with:
        X-Amz-Target: tools.X-Amz-Target
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: aws-app-runner-list-vpc
      description: AWS App Runner List VPC Connectors
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: aws-app-runner-vpc.listvpcconnectors
      with:
        X-Amz-Target: tools.X-Amz-Target
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.