Trulioo · Capability

Trulioo Connection API — Connection

Health-check and authentication-test endpoints. Use SayHello for an unauthenticated ping and TestAuthentication to validate credentials.

Trulioo Connection API — Connection is a Naftiko capability published by Trulioo, one of 12 capabilities the APIs.io network indexes for this provider. It bundles 1 operation.

The capability includes 1 read-only operation. Lead operation: Verify Trulioo credentials. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Trulioo and Connection.

Run with Naftiko TruliooConnection

MCP Tools

trulioo-test-authentication

Verify Trulioo credentials

read-only idempotent

Capability Spec

connection-connection.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Trulioo Connection API — Connection
  description: >-
    Health-check and authentication-test endpoints. Use SayHello for an
    unauthenticated ping and TestAuthentication to validate credentials.
  tags:
    - Trulioo
    - Connection
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      TRULIOO_USERNAME: TRULIOO_USERNAME
      TRULIOO_PASSWORD: TRULIOO_PASSWORD
capability:
  consumes:
    - type: http
      namespace: connection-connection
      baseUri: https://api.trulioo.com
      description: Trulioo Connection endpoints.
      resources:
        - name: sayhello
          path: /v3/connection/sayhello/{name}
          operations:
            - name: sayHello
              method: GET
              description: Say Hello
              outputRawFormat: text
              outputParameters:
                - name: result
                  type: string
                  value: $.
              inputParameters:
                - name: name
                  in: path
                  type: string
                  required: true
        - name: testauthentication
          path: /v3/connection/testauthentication
          operations:
            - name: testAuthentication
              method: GET
              description: Test Authentication
              outputRawFormat: text
              outputParameters:
                - name: result
                  type: string
                  value: $.
      authentication:
        type: basic
        username: '{{env.TRULIOO_USERNAME}}'
        password: '{{env.TRULIOO_PASSWORD}}'
  exposes:
    - type: mcp
      namespace: connection-connection-mcp
      port: 9090
      transport: http
      description: MCP adapter for Trulioo Connection.
      tools:
        - name: trulioo-test-authentication
          description: Verify Trulioo credentials
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: connection-connection.testAuthentication
          outputParameters:
            - type: string
              mapping: $.