Lemon Squeezy · Capability

Lemon Squeezy API — Instances

Lemon Squeezy API — Instances. 2 operations. Lead operation: Lemon Squeezy List all license key instances. Self-contained Naftiko capability covering one Lemon Squeezy business surface.

Run with Naftiko Lemon SqueezyInstances

What You Can Do

GET
Get — Lemon Squeezy List all license key instances
/v1/v1/license-key-instances
GET
Get — Lemon Squeezy Retrieve a license key instance
/v1/v1/license-key-instances/1

MCP Tools

lemon-squeezy-list-all-license

Lemon Squeezy List all license key instances

read-only idempotent
lemon-squeezy-retrieve-license-key

Lemon Squeezy Retrieve a license key instance

read-only idempotent

Capability Spec

lemon-squeezy-instances.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Lemon Squeezy API — Instances
  description: 'Lemon Squeezy API — Instances. 2 operations. Lead operation: Lemon Squeezy List all license key instances.
    Self-contained Naftiko capability covering one Lemon Squeezy business surface.'
  tags:
  - Lemon Squeezy
  - Instances
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LEMON_SQUEEZY_API_KEY: LEMON_SQUEEZY_API_KEY
capability:
  consumes:
  - type: http
    namespace: lemon-squeezy-instances
    baseUri: https://api.lemonsqueezy.com
    description: Lemon Squeezy API — Instances business capability. Self-contained, no shared references.
    resources:
    - name: v1-license-key-instances
      path: /v1/license-key-instances
      operations:
      - name: get
        method: GET
        description: Lemon Squeezy List all license key instances
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-license-key-instances-1
      path: /v1/license-key-instances/1
      operations:
      - name: get
        method: GET
        description: Lemon Squeezy Retrieve a license key instance
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.LEMON_SQUEEZY_API_KEY}}'
  exposes:
  - type: rest
    namespace: lemon-squeezy-instances-rest
    port: 8080
    description: REST adapter for Lemon Squeezy API — Instances. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/license-key-instances
      name: v1-license-key-instances
      description: REST surface for v1-license-key-instances.
      operations:
      - method: GET
        name: get
        description: Lemon Squeezy List all license key instances
        call: lemon-squeezy-instances.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/license-key-instances/1
      name: v1-license-key-instances-1
      description: REST surface for v1-license-key-instances-1.
      operations:
      - method: GET
        name: get
        description: Lemon Squeezy Retrieve a license key instance
        call: lemon-squeezy-instances.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: lemon-squeezy-instances-mcp
    port: 9090
    transport: http
    description: MCP adapter for Lemon Squeezy API — Instances. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: lemon-squeezy-list-all-license
      description: Lemon Squeezy List all license key instances
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: lemon-squeezy-instances.get
      outputParameters:
      - type: object
        mapping: $.
    - name: lemon-squeezy-retrieve-license-key
      description: Lemon Squeezy Retrieve a license key instance
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: lemon-squeezy-instances.get
      outputParameters:
      - type: object
        mapping: $.