Lean Technologies · Capability

Lean Verifications API — Name Verification

Lean Verifications — Confirmation of Payee. Compare a supplied name against the bank record.

Lean Verifications API — Name Verification is a Naftiko capability published by Lean Technologies, one of 19 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v1/insights/v1/name-verification.

The capability includes 1 state-changing operation. Lead operation: Lean Verify Name. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Lean, Verifications, Name Verification, and Confirmation of Payee.

Run with Naftiko LeanVerificationsName VerificationConfirmation of Payee

What You Can Do

POST
Verifyname — Lean Verify Name
/v1/insights/v1/name-verification

MCP Tools

lean-verifyname

Lean Verify Name

Capability Spec

verifications-names.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Lean Verifications API — Name Verification
  description: 'Lean Verifications — Confirmation of Payee. Compare a supplied name against the bank record.'
  tags:
  - Lean
  - Verifications
  - Name Verification
  - Confirmation of Payee
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    LEAN_API_TOKEN: LEAN_API_TOKEN
capability:
  consumes:
  - type: http
    namespace: verifications-names
    baseUri: https://api2.leantech.me
    description: Lean Verifications API — Name Verification business capability backed by Lean Technologies APIs.
    resources:
    - name: name-verification
      path: /insights/v1/name-verification
      operations:
      - name: verifyName
        method: POST
        description: Lean Verify Name
        outputRawFormat: json
        inputParameters:
        - name: body
          in: body
          type: object
          required: true
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: 'Bearer {{env.LEAN_API_TOKEN}}'
      placement: header
  exposes:
  - type: rest
    namespace: verifications-names-rest
    port: 8080
    description: REST adapter for Lean Verifications API — Name Verification.
    resources:
    - path: /v1/insights/v1/name-verification
      name: name-verification
      operations:
      - method: POST
        name: verifyName
        description: Lean Verify Name
        call: verifications-names.verifyName
        with:
          body: rest.body
  - type: mcp
    namespace: verifications-names-mcp
    port: 9090
    transport: http
    description: MCP adapter for Lean Verifications API — Name Verification.
    tools:
    - name: lean-verifyname
      description: Lean Verify Name
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: verifications-names.verifyName
      with:
        body: tools.body