무료
개발, 테스트 및 초기 사용자 확보에 적합합니다.
- 매월 500건의 전체 KYC 인증
- 신분증, 라이브니스, 얼굴 매칭, 기기 및 IP 확인
- 200개 이상의 사기 신호, 차단 목록, 중복 확인
- Didit 네트워크 전반에서 KYC 재사용 가능
- 워크플로우 빌더, 케이스 관리, SDK
- AI 지원 콘솔 내 AI 에이전트, 문서, 커뮤니티.
전 세계 2,000개 이상의 기관에서 신뢰합니다.
하나의 서버, 전체 스택
Didit MCP 서버는 Claude, ChatGPT 및 모든 MCP 클라이언트에 전체 신원 및 사기 탐지 플랫폼을 제공합니다. 신원 확인, 생체 인식, 사업자 확인, AML 심사, 거래 모니터링, 지갑 심사 등 모든 기능을 지원합니다. 자연어로 요청하면 에이전트가 검사를 실행하고 결과를 알려줍니다.
모든 MCP 클라이언트를 https://mcp.didit.me/mcp로 연결하세요. Claude Code의 한 줄, Claude Desktop의 사용자 지정 커넥터, 또는 Cursor나 VS Code의 JSON 항목으로 간단하게 설정할 수 있습니다.
# Add Didit identity and fraud to my agent via MCP
You are wiring the Didit Model Context Protocol (MCP) server into <my_stack>.
Follow these steps exactly. Every URL and value below is canonical, do not
paraphrase or "improve" them.
## 1. Connect the hosted MCP server
- Server URL: https://mcp.didit.me/mcp (transport: Streamable HTTP)
- Auth: OAuth 2.1 with PKCE, "Log in with Didit". No API key, no secrets in
config. The agent acts as the signed-in user, scoped to their console role.
Pick the client you run in:
- Claude Code: claude mcp add --transport http didit https://mcp.didit.me/mcp
then run /mcp to complete the browser login.
- Claude Desktop / Claude web: Settings -> Connectors -> Add custom connector,
Name "Didit", URL https://mcp.didit.me/mcp, then Connect.
- ChatGPT (Developer Mode): Settings -> Apps -> Advanced -> Developer mode,
add a connector by URL https://mcp.didit.me/mcp.
- Cursor (~/.cursor/mcp.json):
{ "mcpServers": { "didit": { "url": "https://mcp.didit.me/mcp" } } }
- VS Code (.vscode/mcp.json):
{ "servers": { "didit": { "type": "http", "url": "https://mcp.didit.me/mcp" } } }
## 2. Discover what you can do
- Call the context tool first (didit_context_get) to list the organizations,
applications, and workflows the signed-in user can act on.
- The server exposes 115 tools across sessions (Know Your Customer / Know
Your Business), standalone verification, workflows, transaction monitoring
and Anti-Money Laundering (AML) screening, wallet screening, lists, cases,
reports, webhooks, and workspace/billing.
## 3. Run a first verification
- "Create a Know Your Customer (KYC) session for a new user with my default
workflow and return the verification link." -> didit_session_create
- Share the returned URL with the user, or embed it. Poll the decision with
didit_session_get_decision.
## 4. Screen for risk
- "Run AML screening on Jane Doe, born 1990, nationality ES." -> didit_verify_aml
- "Screen this wallet for sanctions and high-risk exposure before withdrawal."
-> didit_transaction_screen_wallet
## 5. Verify a business
- "Look up Acme Ltd in the UK registry, list its beneficial owners, and start
linked KYC for each one." -> didit_verify_kyb_search / _select
## Guardrails you can rely on
- Every action respects the user's role (Owner, Admin, Compliance Officer,
Developer, Reader). API keys and webhook secrets are redacted from normal
responses. Destructive or billing actions (bulk delete, key reveal, credit
top-up) require explicit confirmation.
- Pricing matches the API: from $0.33 per full KYC, $0.15 per wallet screen,
first 500 verifications every month free. The MCP layer itself is free.
Ship a working flow, then tell me which tools you called and what they returned.
개발, 테스트 및 초기 사용자 확보에 적합합니다.
25개 이상의 모듈, 투명한 가격 정책. 자동 볼륨 할인.
대규모 볼륨 및 규제 프로그램에 적합합니다.
사용량이 증가하면 볼륨 할인이 자동으로 적용됩니다. 협상이나 영업팀과의 통화가 필요 없습니다.