naftiko: 1.0.0-alpha2 info: label: Easyship API — Labels description: 'Easyship API — Labels. Label generation capability for purchased shipments.' tags: - Easyship - Labels - Shipping created: '2026-05-25' modified: '2026-05-25' binds: - namespace: env keys: EASYSHIP_API_TOKEN: EASYSHIP_API_TOKEN capability: consumes: - type: http namespace: easyship-labels baseUri: https://api.easyship.com/2024-09 description: Easyship API — Labels business capability. resources: - name: labels path: /labels operations: - name: createlabels method: POST description: Create labels for one or more shipments outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body listing shipments and chosen courier_id values required: true authentication: type: bearer token: '{{env.EASYSHIP_API_TOKEN}}' exposes: - type: rest namespace: easyship-labels-rest port: 8080 description: REST adapter for Easyship API — Labels. resources: - path: /v1/labels name: labels description: REST surface for labels. operations: - method: POST name: createlabels description: Create labels for one or more shipments call: easyship-labels.createlabels with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: easyship-labels-mcp port: 9090 transport: http description: MCP adapter for Easyship API — Labels. tools: - name: create-labels description: Create labels for one or more shipments hints: readOnly: false destructive: false idempotent: false call: easyship-labels.createlabels with: body: tools.body outputParameters: - type: object mapping: $.