Incode Idv MCP Server

v1.0.0APIsstable

Creates a new identity verification session and returns a secure URL where users can complete document and face verification. This is the first step in the IDV process - users will be guided through document capture, selfie verification, and liveness

uncategorized
Share:
0
Stars
0
Downloads
0
Weekly
0/5

About

Creates a new identity verification session and returns a secure URL where users can complete document and face verification. This is the first step in the IDV process - users will be guided through document capture, selfie verification, and liveness

Features

  • generate_interview_link
  • get_interview_status
  • get_interview_score
  • get_interview_token
  • validate_token

Use Cases

Creates a new identity verification session and returns a secure URL where users can complete document and face verification. This is the first step in the IDV process - users will be guided through document capture, selfie verification, and liveness
Retrieves the current status and progress of an identity verification session. Use this to monitor whether the user has started, completed, or encountered issues during the verification process. Status values include pending, in_progress, completed,
Retrieves detailed verification results and confidence scoring for a completed identity verification session. Returns pass/fail status, numerical confidence score (0-100), and detailed explanations of any issues found during document and face verific
Gets a JWT access token directly for a successfully completed interview. Only returns a token if the interview result was 'OK' and the interview belongs to the authenticated user. This is step 4 in the simplified identity verification workflow.
Validates a JWT token and returns its claims if valid. Verifies that a JWT token is valid, not expired, and properly signed. Returns the token's claims including user email and interview ID if validation succeeds. Useful for verifying authentication
Community

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedN/A
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @incodetech/incode-idv-mcp

Manual Installation

npx -y @incodetech/incode-idv-mcp

Examples

Basic Configuration

Configure Incode Idv MCP Server

npx -y @incodetech/incode-idv-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More APIs MCP Servers

Explore other servers in the APIs category.

Quick Config Preview

{ "mcpServers": { "incode-idv": { "command": "npx", "args": ["-y", "@incodetech/incode-idv-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Incode Idv MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides