Trimble Navigation · Capability

Trimble Mobile Manager API — Receiver

Trimble Mobile Manager API — Receiver. 2 operations. Lead operation: Get Receiver Information. Self-contained Naftiko capability covering one Trimble Navigation business surface.

Run with Naftiko Trimble NavigationReceiver

What You Can Do

GET
Getreceiverinfo — Get Receiver Information
/v1/api/v1/receiver/info
GET
Getreceiverstatus — Get Receiver Status
/v1/api/v1/receiver/status

MCP Tools

get-receiver-information

Get Receiver Information

read-only idempotent
get-receiver-status

Get Receiver Status

read-only idempotent

Capability Spec

trimble-mobile-manager-receiver.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Trimble Mobile Manager API — Receiver
  description: 'Trimble Mobile Manager API — Receiver. 2 operations. Lead operation: Get Receiver Information. Self-contained
    Naftiko capability covering one Trimble Navigation business surface.'
  tags:
  - Trimble Navigation
  - Receiver
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TRIMBLE_NAVIGATION_API_KEY: TRIMBLE_NAVIGATION_API_KEY
capability:
  consumes:
  - type: http
    namespace: trimble-mobile-manager-receiver
    baseUri: http://localhost:{apiPort}
    description: Trimble Mobile Manager API — Receiver business capability. Self-contained, no shared references.
    resources:
    - name: api-v1-receiver-info
      path: /api/v1/receiver/info
      operations:
      - name: getreceiverinfo
        method: GET
        description: Get Receiver Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v1-receiver-status
      path: /api/v1/receiver/status
      operations:
      - name: getreceiverstatus
        method: GET
        description: Get Receiver Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.TRIMBLE_NAVIGATION_USER}}'
      password: '{{env.TRIMBLE_NAVIGATION_PASS}}'
  exposes:
  - type: rest
    namespace: trimble-mobile-manager-receiver-rest
    port: 8080
    description: REST adapter for Trimble Mobile Manager API — Receiver. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v1/receiver/info
      name: api-v1-receiver-info
      description: REST surface for api-v1-receiver-info.
      operations:
      - method: GET
        name: getreceiverinfo
        description: Get Receiver Information
        call: trimble-mobile-manager-receiver.getreceiverinfo
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/receiver/status
      name: api-v1-receiver-status
      description: REST surface for api-v1-receiver-status.
      operations:
      - method: GET
        name: getreceiverstatus
        description: Get Receiver Status
        call: trimble-mobile-manager-receiver.getreceiverstatus
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: trimble-mobile-manager-receiver-mcp
    port: 9090
    transport: http
    description: MCP adapter for Trimble Mobile Manager API — Receiver. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-receiver-information
      description: Get Receiver Information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: trimble-mobile-manager-receiver.getreceiverinfo
      outputParameters:
      - type: object
        mapping: $.
    - name: get-receiver-status
      description: Get Receiver Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: trimble-mobile-manager-receiver.getreceiverstatus
      outputParameters:
      - type: object
        mapping: $.