Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

An MCP Server that provides identity verification and anti-fraud tools for AI agents via deepidv.

README.md

<div align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="assets/deepidv-light.svg" /> <source media="(prefers-color-scheme: light)" srcset="assets/deepidv-dark.svg" /> <img src="assets/deepidv-dark.svg" alt="deepidv" width="220" /> </picture> </div>

deepidv: AI-Powered Verification Engine

![License: Apache-2.0](LICENSE) ![Skill Standard](https://github.com/anthropics/agent-skills-spec) ![GDPR Compliant](https://deepidv.com) ![SOC 2 Compliant](https://deepidv.com) ![CCPA Compliant](https://deepidv.com)

Verify anyone, anywhere in seconds. deepidv is an AI-powered verification engine that replaces the fragmented stack of identity vendors with a single platform. ID verification, face liveness, deepfake detection, AML screening, background checks, and more, all from one API.

This repository makes those capabilities accessible to AI agents and brings agentic intelligence into the deepidv platform itself. Three workstreams define how.

The Workstreams

Verify Skill

Any compatible AI agent can load this skill from the repository and immediately call deepidv's verification and screening APIs with no separate integration required. Endpoint routing, authentication, and request formatting are all handled by the skill.

  • Face liveness — Confirms a selfie came from a live person, not a photo or replay attack
  • Identity verification — Matches a government-issued ID against a selfie and validates the document
  • Deepfake detection — Determines whether an image or video is AI-generated or synthetically manipulated
  • Adverse media screening — Searches global news and public records for negative risk signals tied to a person
  • AML and sanctions screening — Checks a subject against PEP lists, sanctions databases, and financial crime watchlists
  • Combined verification — Runs a complete verification and screening flow in a single API call

Compatible with Claude Code, Codex, Cursor, Windsurf, and OpenCode. Full invocation guidance, endpoint routing, authentication instructions, and worked examples are in skills/deepidv-verify/SKILL.md.

MCP Server

The MCP server exposes hosted DeepIDV platform operations as structured tools that MCP-compatible clients can call directly. It is available at https://mcp.deepidv.com/v1/mcp and supports remote OAuth-based access.

  • Applicants - Search applicants, inspect profiles, check invitation status, and resend invites
  • Verification sessions - List sessions, inspect session details, retrieve artifacts, review timelines, create new verification sessions, expire sessions, and update outcomes
  • Workflows - List workflows, inspect workflow definitions, and create reusable workflows
  • Financial requests - List bank statements, retrieve bank statement details, view stats, query by external ID, and create bank statement requests
  • Silent screening - Run PEP and sanctions checks, title checks, adverse-media screening, and async job polling

Hosted MCP access uses a shared public OAuth client:

  • client_id - deepidv if the client explicitly asks for it
  • client_secret - not used
  • user authentication - deepidv email, password, and MFA when required

Setup and usage docs are in mcp-server/README.md and mcp-server/llms-install.md.

deepAI Assistant Skill

The deepAI Assistant is a coding agent skill that activates in context when you're building a deepidv integration. Rather than bouncing between docs and your editor, you get SDK guidance, error explanations, webhook setup help, and compliance workflow advice right in your editor.

The assistant loads automatically when a coding agent detects deepidv SDK usage, API calls, webhook configuration, or KYC workflow implementation in the active codebase. It is aligned to the published @deepidv/server TypeScript docs and the public API surfaces so it can steer developers toward documented integration patterns.

See skills/deepai-assistant/SKILL.md for the current integration workflow, auth guidance, and troubleshooting notes.

Marketplace Distribution

The Verify skill is listed across the major agent skill directories and MCP marketplaces, including SkillsMP, SkillHub, Agent-Skills.md, MCP Market, Skills Directory, LobeHub Skills, Orthogonal, and Awesome MCP Servers.

If you maintain a skill directory and would like to list this skill, open an issue or reach out to sales@deepidv.com.

Contributing

Bug reports, corrections to reference documentation, and improvements to skill definitions are welcome. Open an issue to discuss before submitting a pull request for anything substantial.

About deepidv

deepidv is a full-stack verification engine built to replace the fragmented stack of identity providers most teams are stuck with. It verifies identities, runs compliance screening, and monitors for fraud continuously. One platform, one API, one dashboard, one team.

Learn more at deepidv.com.

License

Apache License 2.0

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use AI & ML servers.