socure · Capability

Socure ID+ — Identity Verification (KYC)

Socure ID+ identity verification capability. Submits a `modules` array containing `kyc` (Socure Verify) along with optional eCBSV, Deceased Check, and Prefill modules, and returns the consolidated KYC result block.

Socure ID+ — Identity Verification (KYC) is a Naftiko capability published by socure, one of 7 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v1/idplus/evaluate.

The capability includes 1 state-changing operation. Lead operation: Socure Evaluate Identity (ID+ multi-module). Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Socure, Identity Verification, and KYC.

Run with Naftiko SocureIdentity VerificationKYC

What You Can Do

POST
Evaluateidentity — Socure Evaluate Identity
/v1/idplus/evaluate

MCP Tools

socure-evaluate-identity

Socure Evaluate Identity (ID+ multi-module)

Capability Spec

idplus-identity-verification.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Socure ID+ — Identity Verification (KYC)
  description: Socure ID+ identity verification capability. Submits a `modules` array containing `kyc` (Socure
    Verify) along with optional eCBSV, Deceased Check, and Prefill modules, and returns the consolidated KYC
    result block.
  tags:
  - Socure
  - Identity Verification
  - KYC
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    SOCURE_API_KEY: SOCURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: idplus-kyc
    baseUri: https://api.socure.com
    description: Socure ID+ KYC business capability. Self-contained, no shared references.
    resources:
    - name: idplus-evaluate
      path: /api/3.0/EmailAuthScore
      operations:
      - name: evaluateIdentity
        method: POST
        description: Socure Evaluate Identity
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON) with `modules` array selecting `kyc` and any other modules.
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: 'SocureApiKey {{env.SOCURE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: idplus-kyc-rest
    port: 8080
    description: REST adapter for Socure ID+ KYC. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/idplus/evaluate
      name: idplus-evaluate
      description: REST surface for ID+ identity evaluation.
      operations:
      - method: POST
        name: evaluateIdentity
        description: Socure Evaluate Identity
        call: idplus-kyc.evaluateIdentity
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: idplus-kyc-mcp
    port: 9090
    transport: http
    description: MCP adapter for Socure ID+ KYC. One tool per consumed operation.
    tools:
    - name: socure-evaluate-identity
      description: Socure Evaluate Identity (ID+ multi-module)
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: idplus-kyc.evaluateIdentity
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.