Pitney Bowes · Capability

Pitney Bowes Shipping API — Manifests

Pitney Bowes Shipping API — Manifests. 1 operations. Lead operation: Create a manifest. Self-contained Naftiko capability covering one Pitney Bowes business surface.

Run with Naftiko Pitney BowesManifests

What You Can Do

POST
Createmanifest — Create a manifest
/v1/shippingservices/v1/manifests

MCP Tools

create-manifest

Create a manifest

Capability Spec

pitney-bowes-manifests.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Pitney Bowes Shipping API — Manifests
  description: 'Pitney Bowes Shipping API — Manifests. 1 operations. Lead operation: Create a manifest. Self-contained Naftiko
    capability covering one Pitney Bowes business surface.'
  tags:
  - Pitney Bowes
  - Manifests
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PITNEY_BOWES_API_KEY: PITNEY_BOWES_API_KEY
capability:
  consumes:
  - type: http
    namespace: pitney-bowes-manifests
    baseUri: https://shipping-api.pitneybowes.com
    description: Pitney Bowes Shipping API — Manifests business capability. Self-contained, no shared references.
    resources:
    - name: shippingservices-v1-manifests
      path: /shippingservices/v1/manifests
      operations:
      - name: createmanifest
        method: POST
        description: Create a manifest
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.PITNEY_BOWES_API_KEY}}'
  exposes:
  - type: rest
    namespace: pitney-bowes-manifests-rest
    port: 8080
    description: REST adapter for Pitney Bowes Shipping API — Manifests. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/shippingservices/v1/manifests
      name: shippingservices-v1-manifests
      description: REST surface for shippingservices-v1-manifests.
      operations:
      - method: POST
        name: createmanifest
        description: Create a manifest
        call: pitney-bowes-manifests.createmanifest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: pitney-bowes-manifests-mcp
    port: 9090
    transport: http
    description: MCP adapter for Pitney Bowes Shipping API — Manifests. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: create-manifest
      description: Create a manifest
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: pitney-bowes-manifests.createmanifest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.