
Agent Skill
- 3 repo stars
- Updated July 13, 2026
- Deep-Identity-Inc/agent-skills
Deep Identity agent-skill is a MCP server that provides deepidv identity verification and anti-fraud tools for AI agents.
About
This Deep Identity MCP server exposes deepidv identity verification and anti-fraud capabilities to coding agents through a hosted streamable-http endpoint, so developers can prototype trustworthy user journeys without first integrating a full SDK by hand. The registry entry points to mcp.deepidv.com rather than a stdio npm binary, which suits teams that prefer remote MCP remotes in Claude Code–compatible clients. It is verification infrastructure, not a replacement for legal review, manual ops, or your own risk scoring policies. Developers shipping fintech, marketplace, or high-trust SaaS agents use it to keep fraud assumptions explicit before they move into build and ship security work.
- Remote streamable-http MCP endpoint at https://mcp.deepidv.com/v1/mcp
- Identity verification and anti-fraud tooling for AI agents via deepidv
- Manifest version 1.0.1 from Deep-Identity-Inc/agent-skills on GitHub
- No local npm package required—connect as a hosted MCP remote
- Helps agents design flows with document checks and fraud signals instead of blind trust
Agent Skill by the numbers
- Data as of Jul 14, 2026 (Skillselion catalog sync)
claude mcp add --transport http agent-skill https://mcp.deepidv.com/v1/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Transport | HTTP |
| Auth | None |
| Last updated | July 13, 2026 |
| Repository | Deep-Identity-Inc/agent-skills ↗ |
What it does
Add deepidv identity verification and anti-fraud MCP tools while you scope agent flows that touch signups, payouts, or sensitive actions.
Who is it for?
Best when you're scoping KYC, document verification, or fraud gates for agent-driven signup and transaction flows.
Skip if: Apps with no identity surface, or teams that cannot use a hosted third-party verification endpoint in their stack.
What you get
After connecting the deepidv remote MCP, your agent can invoke verification and anti-fraud tools while you narrow MVP scope.
- Agent-accessible identity verification MCP tools
- Anti-fraud checks callable during scope and prototype conversations
- Clearer MVP requirements for verified-user flows
By the numbers
- Manifest version 1.0.1
- Single remote transport: streamable-http at mcp.deepidv.com/v1/mcp
- GitHub source repository Deep-Identity-Inc/agent-skills
README.md
deepidv: AI-Powered Verification Engine
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.
- Verification sessions — List sessions, inspect full session details, retrieve artifacts, create new verification sessions, and update session status
- Workflows — List workflows, inspect workflow definitions, and create reusable workflows
- Financial requests — List bank statements, retrieve bank statement details, query by external ID, and create bank statement requests
Access requires DeepIDV OAuth credentials:
client_id— the DeepIDV user IDclient_secret— an active API key owned by that same user
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 covers the Node.js and Python SDKs and all public API surfaces.
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
Recommended MCP Servers
How it compares
Hosted identity-verification MCP remote, not a local code linter or generic HTTP HAL bridge.
FAQ
Who is Deep Identity MCP for?
Deep Identity MCP is for developers building AI agents in regulated or high-trust domains who need deepidv verification and fraud tools during product scoping.
When should I use Deep Identity MCP?
Use it while validating scope for flows that require ID checks, anti-fraud signals, or verified users before you implement backend integrations.
How do I add Deep Identity MCP to my agent?
Register the remote MCP URL https://mcp.deepidv.com/v1/mcp with streamable-http transport in your MCP client and complete any deepidv account or API setup their service requires.