Lemon Squeezy · Capability

Lemon Squeezy API — Variants

Lemon Squeezy API — Variants. 2 operations. Lead operation: Lemon Squeezy List all variants. Self-contained Naftiko capability covering one Lemon Squeezy business surface.

Run with Naftiko Lemon SqueezyVariants

What You Can Do

GET
Get — Lemon Squeezy List all variants
/v1/v1/variants
GET
Get — Lemon Squeezy Retrieve a variant
/v1/v1/variants/1

MCP Tools

lemon-squeezy-list-all-variants

Lemon Squeezy List all variants

read-only idempotent
lemon-squeezy-retrieve-variant

Lemon Squeezy Retrieve a variant

read-only idempotent

Capability Spec

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