socure · Capability

Socure ID+ — Fraud Scoring

Socure ID+ fraud scoring capability. Submits a `modules` array containing `sigma`, `synthetic`, `emailrisk`, `phonerisk`, `addressrisk`, `devicerisk`, and `graphintelligence` and returns the consolidated fraud and risk score blocks.

Socure ID+ — Fraud Scoring 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/fraud.

The capability includes 1 state-changing operation. Lead operation: Socure Evaluate Fraud Risk (Sigma + RiskScore + Digital + Graph Intelligence). Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Socure, Fraud Prevention, and Risk Scoring.

Run with Naftiko SocureFraud PreventionRisk Scoring

What You Can Do

POST
Evaluatefraud — Socure Evaluate Fraud Risk
/v1/idplus/fraud

MCP Tools

socure-evaluate-fraud

Socure Evaluate Fraud Risk (Sigma + RiskScore + Digital + Graph Intelligence)

Capability Spec

idplus-fraud-scoring.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Socure ID+ — Fraud Scoring
  description: Socure ID+ fraud scoring capability. Submits a `modules` array containing `sigma`, `synthetic`,
    `emailrisk`, `phonerisk`, `addressrisk`, `devicerisk`, and `graphintelligence` and returns the consolidated
    fraud and risk score blocks.
  tags:
  - Socure
  - Fraud Prevention
  - Risk Scoring
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    SOCURE_API_KEY: SOCURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: idplus-fraud
    baseUri: https://api.socure.com
    description: Socure ID+ Fraud Scoring business capability.
    resources:
    - name: idplus-fraud-evaluate
      path: /api/3.0/EmailAuthScore
      operations:
      - name: evaluateFraud
        method: POST
        description: Socure Evaluate Fraud Risk
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: 'SocureApiKey {{env.SOCURE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: idplus-fraud-rest
    port: 8080
    resources:
    - path: /v1/idplus/fraud
      name: idplus-fraud-evaluate
      operations:
      - method: POST
        name: evaluateFraud
        description: Socure Evaluate Fraud Risk
        call: idplus-fraud.evaluateFraud
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: idplus-fraud-mcp
    port: 9090
    transport: http
    tools:
    - name: socure-evaluate-fraud
      description: Socure Evaluate Fraud Risk (Sigma + RiskScore + Digital + Graph Intelligence)
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: idplus-fraud.evaluateFraud
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.