Amazon ECR · Capability

Amazon ECR Amazon Elastic Container Registry (ECR) API

Amazon ECR Amazon Elastic Container Registry (ECR) API. 1 operations. Lead operation: Amazon ECR Create Repository. Self-contained Naftiko capability covering one Amazon Ecr business surface.

Run with Naftiko Amazon Ecr

What You Can Do

POST
Createrepository — Amazon ECR Create Repository
/v1

MCP Tools

amazon-ecr-create-repository

Amazon ECR Create Repository

Capability Spec

amazon-ecr-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon ECR Amazon Elastic Container Registry (ECR) API
  description: 'Amazon ECR Amazon Elastic Container Registry (ECR) API. 1 operations. Lead operation: Amazon ECR Create Repository.
    Self-contained Naftiko capability covering one Amazon Ecr business surface.'
  tags:
  - Amazon Ecr
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_ECR_API_KEY: AMAZON_ECR_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-ecr-general
    baseUri: https://api.ecr.amazonaws.com
    description: Amazon ECR Amazon Elastic Container Registry (ECR) API business capability. Self-contained, no shared references.
    resources:
    - name: root
      path: /
      operations:
      - name: createrepository
        method: POST
        description: Amazon ECR Create Repository
        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
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_ECR_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-ecr-general-rest
    port: 8080
    description: REST adapter for Amazon ECR Amazon Elastic Container Registry (ECR) API. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1
      name: root
      description: REST surface for root.
      operations:
      - method: POST
        name: createrepository
        description: Amazon ECR Create Repository
        call: amazon-ecr-general.createrepository
        with:
          X-Amz-Target: rest.X-Amz-Target
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-ecr-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon ECR Amazon Elastic Container Registry (ECR) API. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: amazon-ecr-create-repository
      description: Amazon ECR Create Repository
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-ecr-general.createrepository
      with:
        X-Amz-Target: tools.X-Amz-Target
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.