United Rentals · Capability

United Rentals Total Control API — Locations

United Rentals Total Control API — Locations. 1 operations. Lead operation: List Branch Locations. Self-contained Naftiko capability covering one United Rentals business surface.

Run with Naftiko United RentalsLocations

What You Can Do

GET
Listlocations — List Branch Locations
/v1/locations

MCP Tools

list-branch-locations

List Branch Locations

read-only idempotent

Capability Spec

total-control-locations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: United Rentals Total Control API — Locations
  description: 'United Rentals Total Control API — Locations. 1 operations. Lead operation: List Branch Locations. Self-contained
    Naftiko capability covering one United Rentals business surface.'
  tags:
  - United Rentals
  - Locations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    UNITED_RENTALS_API_KEY: UNITED_RENTALS_API_KEY
capability:
  consumes:
  - type: http
    namespace: total-control-locations
    baseUri: https://api.unitedrentals.com/v1
    description: United Rentals Total Control API — Locations business capability. Self-contained, no shared references.
    resources:
    - name: locations
      path: /locations
      operations:
      - name: listlocations
        method: GET
        description: List Branch Locations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: zipCode
          in: query
          type: string
          description: Filter by proximity to zip code
        - name: state
          in: query
          type: string
          description: Filter by US state code
        - name: radius
          in: query
          type: integer
          description: Search radius in miles (when using zipCode)
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.UNITED_RENTALS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: total-control-locations-rest
    port: 8080
    description: REST adapter for United Rentals Total Control API — Locations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/locations
      name: locations
      description: REST surface for locations.
      operations:
      - method: GET
        name: listlocations
        description: List Branch Locations
        call: total-control-locations.listlocations
        with:
          zipCode: rest.zipCode
          state: rest.state
          radius: rest.radius
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: total-control-locations-mcp
    port: 9090
    transport: http
    description: MCP adapter for United Rentals Total Control API — Locations. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-branch-locations
      description: List Branch Locations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: total-control-locations.listlocations
      with:
        zipCode: tools.zipCode
        state: tools.state
        radius: tools.radius
      outputParameters:
      - type: object
        mapping: $.