J.B. Hunt 360 Connect API — Quotes

J.B. Hunt 360 Connect API — Quotes. 1 operations. Lead operation: Request Quote. Self-contained Naftiko capability covering one Jb Hunt Transport Services business surface.

Run with Naftiko Jb Hunt Transport ServicesQuotes

What You Can Do

POST
Createquote — Request Quote
/v1/quotes

MCP Tools

request-quote

Request Quote

Capability Spec

jb-hunt-360-connect-quotes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: J.B. Hunt 360 Connect API — Quotes
  description: 'J.B. Hunt 360 Connect API — Quotes. 1 operations. Lead operation: Request Quote. Self-contained Naftiko capability
    covering one Jb Hunt Transport Services business surface.'
  tags:
  - Jb Hunt Transport Services
  - Quotes
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    JB_HUNT_TRANSPORT_SERVICES_API_KEY: JB_HUNT_TRANSPORT_SERVICES_API_KEY
capability:
  consumes:
  - type: http
    namespace: jb-hunt-360-connect-quotes
    baseUri: https://api.jbhunt.com
    description: J.B. Hunt 360 Connect API — Quotes business capability. Self-contained, no shared references.
    resources:
    - name: quotes
      path: /quotes
      operations:
      - name: createquote
        method: POST
        description: Request Quote
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: jb-hunt-360-connect-quotes-rest
    port: 8080
    description: REST adapter for J.B. Hunt 360 Connect API — Quotes. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/quotes
      name: quotes
      description: REST surface for quotes.
      operations:
      - method: POST
        name: createquote
        description: Request Quote
        call: jb-hunt-360-connect-quotes.createquote
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: jb-hunt-360-connect-quotes-mcp
    port: 9090
    transport: http
    description: MCP adapter for J.B. Hunt 360 Connect API — Quotes. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: request-quote
      description: Request Quote
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: jb-hunt-360-connect-quotes.createquote
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.