naftiko: 1.0.0-alpha2 info: label: Fintecture AIS API — Verification description: 'Fintecture AIS API — Verification. 1 operation. Lead operation: Create AIS Identity Verification.' tags: [Fintecture, AIS, Verification, KYC] created: '2026-05-25' modified: '2026-05-25' binds: - namespace: env keys: FINTECTURE_AIS_TOKEN: FINTECTURE_AIS_TOKEN capability: consumes: - type: http namespace: ais-verification baseUri: https://api.fintecture.com description: AIS-based identity verification. resources: - name: ais-v1-verification path: /ais/v1/verification operations: - name: createaisv1verification method: POST description: Create AIS Identity Verification outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body required: true authentication: type: bearer value: '{{env.FINTECTURE_AIS_TOKEN}}' placement: header exposes: - type: rest namespace: ais-verification-rest port: 8080 resources: - path: /v1/ais/v1/verification name: ais-v1-verification operations: - method: POST name: createaisv1verification call: ais-verification.createaisv1verification with: body: rest.body - type: mcp namespace: ais-verification-mcp port: 9090 transport: http tools: - name: fintecture-create-ais-verification description: Create AIS Identity Verification hints: { readOnly: false, destructive: false, idempotent: false } call: ais-verification.createaisv1verification with: body: tools.body