@deepidv/mcp-server

@deepidv/mcp-server

Enables AI agents to perform identity verification, KYC/KYB, PEP & sanctions screening, bank statement analysis, and workflow automation via the Model Context Protocol.

Category
Visit Server

README

@deepidv/mcp-server

npm wrapper for deepidv's hosted MCP server — identity verification, KYC/KYB, PEP & sanctions screening, bank statement analysis, and workflow automation, exposed to AI agents via the Model Context Protocol.

deepidv's MCP server is a remote, hosted service at https://mcp.deepidv.com/v1/mcp. This package does not run a local server — it bridges stdio-based MCP clients to that hosted endpoint (via mcp-remote) and handles the OAuth 2.0 Authorization Code + PKCE flow. Use this package only if your MCP client requires a local/package-installed server rather than a direct remote HTTP connection.

If your client supports remote MCP servers natively (Claude Desktop, Claude Code, Cursor, etc.), skip this package and connect directly to https://mcp.deepidv.com/v1/mcp instead — see Direct connection below.

Installation

npx -y @deepidv/mcp-server

Or install globally:

npm install -g @deepidv/mcp-server
deepidv-mcp

Usage in an MCP client config

{
  "mcpServers": {
    "deepidv": {
      "command": "npx",
      "args": ["-y", "@deepidv/mcp-server"]
    }
  }
}

On first run, a browser window will open for you to sign in with your deepidv email and password (plus MFA if enabled on your account). No client_id or client_secret configuration is required — this package uses deepidv's shared public OAuth client (deepidv) with PKCE.

The wrapper checks callback port 3335 before starting. If it is busy, it automatically selects another available localhost port and updates the OAuth callback metadata for that run. To request a different preferred port, set DEEPIDV_MCP_CALLBACK_PORT to a value between 1 and 65535.

If a previous interrupted login left stale OAuth state, remove the local .mcp-auth directory and start again:

rm -rf ~/.mcp-auth

On Windows PowerShell:

Remove-Item -Recurse -Force "$HOME\.mcp-auth"

Direct connection (recommended)

Most modern MCP clients support remote HTTP servers natively and don't need this package at all. Add the server directly:

{
  "mcpServers": {
    "deepidv": {
      "url": "https://mcp.deepidv.com/v1/mcp",
      "transport": "http"
    }
  }
}

See the full setup guide: https://github.com/Deep-Identity-Inc/agent-skills/tree/main/mcp-server

Requirements

  • Node.js >= 18
  • An active deepidv account
  • An MCP client that can either run local packages (npx) or connect to remote HTTP servers with OAuth 2.0 Authorization Code + PKCE

What you can do once connected

  • Search applicants and check invitation status
  • List, inspect, create, and manage verification sessions
  • Create and reuse workflows built from deepidv verification steps
  • List bank statement records and send bank statement requests
  • Run PEP/sanctions, title-check, and adverse-media screening

Full tool reference: https://github.com/Deep-Identity-Inc/agent-skills/tree/main/mcp-server#available-tools

Security

  • All requests are authenticated via OAuth 2.0 Authorization Code + PKCE (S256) — there is no unauthenticated access
  • No client secret is stored or transmitted by this package
  • Access is scoped to the authenticated deepidv user and organization

Support

https://www.deepidv.com/support

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured