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