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: $.