deepidv
About
AI-powered identity verification for the agentic ecosystem.
Details
- Author
- Deep-Identity-Inc
- GitHub stars
- 3
- Downloads
- 343
- Categories
- Cloud Service, Security, AI
Jump to
- Verification session management (create, list, inspect, update, retrieve artifacts)
- Face liveness, identity verification, and deepfake detection
- Adverse media and AML/sanctions screening
- Workflow management (list, inspect, create)
- Financial request management (bank statements, external ID queries)
- Remote OAuth-based authentication for secure access
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
deepidvCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure your MCP client to connect to the server at https://mcp.deepidv.com/v1/mcp using OAuth authentication. Detailed setup instructions are in the repository’s mcp-server/README.md and mcp-server/llms-install.md.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"deepidv": {
"deepidv": {
"type": "http",
"url": "https://mcp.deepidv.com/v1/mcp"
}
}
}
}
McpServers
{
"deepidv": {
"type": "http",
"url": "https://mcp.deepidv.com/v1/mcp"
}
}
Hosted MCP access to DeepIDV verification, workflow, financial, applicant, and screening tools.
- 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.
- Server URL:https://mcp.deepidv.com/v1/mcp
- Server manifest:https://mcp.deepidv.com/mcp.json
- Protected resource metadata:https://mcp.deepidv.com/.well-known/oauth-protected-resource
- List my latest verification sessions.
- Find the applicant with emailjane@example.com.
- Show the artifacts for verification session<session_id>.
- Run a PEP and sanctions check for Jane Doe born 1980-05-12.
If your MCP client supports remote HTTP servers with OAuth discovery, adding the server URL is usually enough for the client to discover the DeepIDV OAuth metadata automatically.
DeepIDV is a hosted MCP server. You do not need to clone, build, or run a local Node.js process to use it.
- In your MCP client, add a remote server.
- Enterhttps://mcp.deepidv.com/v1/mcpas the server URL.
- If the client asks forclient_id, usedeepidv.
- Do not enter aclient_secret.
- Complete the browser-based OAuth flow with your deepidv email and password, then MFA if required.
- Ask your assistant to call a DeepIDV tool such as listing workflows, listing verification sessions, or running a screening check.
For installer-focused instructions, seellms-install.md.
DeepIDV uses hosted OAuth 2.0 with PKCE for MCP access.
The current hosted flow uses a shared public client:
- client_idisdeepidv
- client_secretis not used
- token exchange uses PKCE withS256
- 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.
Current workflow step IDs exposed through MCP:
- ID_VERIFICATION
- FACE_LIVENESS
- AGE_ESTIMATION
- PEP_SANCTIONS
- ADVERSE_MEDIA
- A DeepIDV account.
- An active DeepIDV user.
- Your deepidv email and password.
- MFA access if your account requires it.
- An MCP client that supports remote HTTP MCP servers with OAuth 2.0 authorization code and PKCE.
The public endpoint athttps://mcp.deepidv.com/v1/mcpfronts 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.
- 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.
- Installation guide for marketplace agents:llms-install.md
- DeepIDV website:https://www.deepidv.com
- DeepIDV support:https://www.deepidv.com/support
This folder documents the hosted DeepIDV MCP server for the public repository. If you find a documentation issue, open a pull request or issue in the main repository.
This documentation is part of the main repository and covered by the repository license.
ALTER - identity infrastructure for the AI economy
Auth0, but for agents. Identity and authentication service for AI agents.
Agent identity and trust framework — DID verification, capability attestation, agent-to-agent authentication by MEOK AI Labs
Cryptographic identity, scoped delegation, values governance, and deliberative consensus for AI agents. 11 tools, Ed25519 signatures, zero blockchain.
Trust intelligence platform for AI agents — identity certification, trust scoring, forensic audit trails, and x402 micropayments. 14 MCP tools.
AgentTrust is a pure MCP-only reputation and trust scoring server for AI agents.
A secure MCP server for AI agents to interact with the Authenticator App for 2FA codes and passwords.
Agent identity and key custody — provider keys held in a local encrypted vault and leased to agents under owner approvals, with env-var injection so secrets never enter model context and a one-command kill switch; plus a registry with Ed25519 agent identity, reputation, and messaging.
It connects Agents to data wallet with DID and verifiable credentials
Identity, secrets, and audit for AI agents. Proxy mode intercepts every MCP tool call.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

