Track-POD · Capability

Track-POD — Addresses

Track-POD Addresses capability. Upsert customer addresses used by orders and routes.

Track-POD — Addresses is a Naftiko capability published by Track-POD, one of 6 capabilities the APIs.io network indexes for this provider. It bundles 1 operation.

The capability includes 1 state-changing operation. Lead operation: Add or update a Track-POD address record. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Track-POD, Addresses, and Customers.

Run with Naftiko Track-PODAddressesCustomers

MCP Tools

track-pod-upsert-address

Add or update a Track-POD address record

idempotent

Capability Spec

addresses.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Track-POD — Addresses
  description: 'Track-POD Addresses capability. Upsert customer addresses used by orders and routes.'
  tags:
    - Track-POD
    - Addresses
    - Customers
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      TRACK_POD_API_KEY: TRACK_POD_API_KEY
capability:
  consumes:
    - type: http
      namespace: addresses
      baseUri: https://api.track-pod.com
      description: Track-POD Address REST surface.
      resources:
        - name: address
          path: /Address
          operations:
            - name: upsertAddress
              method: POST
              description: Add or update an address
              inputParameters:
                - name: body
                  in: body
                  type: object
                  required: true
      authentication:
        type: apikey
        key: X-API-KEY
        value: '{{env.TRACK_POD_API_KEY}}'
        placement: header
  exposes:
    - type: mcp
      namespace: addresses-mcp
      port: 9090
      transport: http
      description: MCP adapter for Track-POD Addresses.
      tools:
        - name: track-pod-upsert-address
          description: Add or update a Track-POD address record
          hints:
            readOnly: false
            destructive: false
            idempotent: true
          call: addresses.upsertAddress
          with:
            body: tools.body