Labsco
Deep-Identity-Inc logo

deepidv MCP

โ˜… 2

from Deep-Identity-Inc

MCP server for AI-native Identity Verification & Anti-Fraud

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

DeepIDV MCP Server

Hosted MCP access to DeepIDV verification, workflow, financial, applicant, and screening tools.

Features

  • Manage verification sessions for your DeepIDV organization.
  • Retrieve verification artifacts, timelines, and supporting resource links.
  • Search applicants, inspect invitation status, and resend invitations.
  • Create reusable workflows with DeepIDV verification steps.
  • Review bank statement records, metrics, and create new statement requests.
  • Run PEP and sanctions checks, title checks, adverse-media screening, and async job polling.
  • Connect through hosted OAuth 2.0 with PKCE instead of running a local server.

Authentication

DeepIDV uses hosted OAuth 2.0 with PKCE for MCP access.

The current hosted flow uses a shared public client:

  • client_id is deepidv
  • client_secret is not used
  • token exchange uses PKCE with S256
  • the user signs in with their deepidv email and password
  • MFA is enforced when required by the account

Access is scoped to the authenticated DeepIDV user and organization. Tool calls are validated against active account state before they run.

Available Tools

Applicants

ToolWhat it does
search_applicantsFind matching applicants across sessions and bank statement requests.
get_applicantRetrieve a consolidated applicant profile and history.
get_invitation_statusCheck invitation delivery and engagement status.
resend_invitationResend an invitation for a verification session or bank statement request.

Verification

ToolWhat it does
list_verification_sessionsList verification sessions with filters and pagination.
get_session_statsRetrieve aggregated verification metrics and trends.
get_verification_sessionRetrieve the full details for a verification session.
get_verification_session_artifactsRetrieve analysis data and resource links for a verification session.
get_session_timelineRetrieve a chronological timeline for one verification session.
create_verification_sessionCreate and send a new verification invitation.
update_verification_session_statusManually mark a session as VERIFIED or REJECTED.
expire_sessionExpire an active verification session.

Workflows

ToolWhat it does
list_workflowsList workflows available to the authenticated organization.
get_workflowRetrieve one workflow and its configured steps.
create_workflowCreate a reusable workflow with one or more DeepIDV verification steps.

Current workflow step IDs exposed through MCP:

  • ID_VERIFICATION
  • FACE_LIVENESS
  • AGE_ESTIMATION
  • PEP_SANCTIONS
  • ADVERSE_MEDIA

Financial

ToolWhat it does
list_bank_statementsList bank statement records for the authenticated organization.
get_bank_statement_statsRetrieve aggregated bank statement metrics and trends.
get_bank_statementRetrieve a bank statement record and statement details when available.
list_bank_statements_by_external_idRetrieve bank statement records that match your external reference ID.
create_bank_statement_requestCreate and send a new bank statement request invitation.

Silent Screening

ToolWhat it does
run_pep_sanctions_checkRun a synchronous PEP and sanctions screening.
run_title_checkRun a synchronous property title or ownership search.
run_adverse_media_checkQueue an asynchronous adverse-media screening and return a job_id.
get_async_jobPoll an async adverse-media screening job until it is ready or failed.

How It Works

The public endpoint at https://mcp.deepidv.com/v1/mcp fronts the DeepIDV hosted MCP transport. The server exposes DeepIDV platform operations over streamable HTTP and uses the same core verification, workflow, financial, and screening logic that powers the main platform.

For users, the important detail is simpler: connect once, authorize once, and then call DeepIDV operations as MCP tools from your preferred client.

Security Notes

  • All MCP requests use bearer-token authentication.
  • Access is limited to the authenticated DeepIDV organization and user.
  • Tool calls are rate-limited.
  • Some tools are state-changing and may create records, resend invites, or consume credits.
  • Verification artifacts and returned links should be treated as sensitive customer data.

Documentation