Lemon Squeezy · Capability

Lemon Squeezy API

Lemon Squeezy API. 1 operations. Lead operation: Lemon Squeezy 404. Self-contained Naftiko capability covering one Lemon Squeezy business surface.

Run with Naftiko Lemon Squeezy

What You Can Do

GET
Get — Lemon Squeezy 404
/v1/v1/404

MCP Tools

lemon-squeezy-404

Lemon Squeezy 404

read-only idempotent

Capability Spec

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