Plug Didit into Claude, ChatGPT, Cursor, or any Model Context Protocol (MCP) client and give your agent 130+ identity and fraud tools — KYC (Know Your Customer), KYB (Know Your Business), AML (Anti-Money Laundering) screening, and wallet screening. One OAuth login, no API key, 500 free verifications every month at the same per-success price as the API.
Create a KYC session for a new user and share the link
didit_session_createverification link ready
Opus 4.8 High
One server, the whole stack
KYC, KYB, and fraud, as agent tools.
The Didit MCP server exposes the full identity and fraud platform to Claude, ChatGPT, and every MCP client — identity verification, biometrics, business verification, AML screening, transaction monitoring, and wallet screening. Ask in plain language; the agent runs the check and returns a verdict.
How it works
From login to first tool call in minutes.
Step 01
Add the connector.
Point any MCP client at https://mcp.didit.me/mcp — one line in Claude Code, a custom connector in Claude Desktop, or a JSON entry in Cursor or VS Code.
Step 02
Log in with Didit.
OAuth 2.1 signs you in through the Business Console. No API key, no secrets in config. The agent acts as you, scoped to your role.
Step 03
Ask in natural language.
Create a verification session, screen a wallet, look up a business, or triage the review queue — the agent picks the right tool from more than 130.
Step 04
Ship with the same guarantees.
Every action respects your permissions, redacts secrets, and confirms destructive steps. 500 verifications a month are free, then per-success pricing.
Built for agents and developers
Everything the platform does, in a sentence.
Every capability below is a first-class MCP tool. These are real Business Console surfaces the agent drives on your behalf.
Say "Create a workflow that runs ID verification, liveness, and a database check" and the agent composes it — conditional branching, webhooks, and one-click modules included.
02 · Review & cases
Work the review queue with an agent.
Ask "Show me the sessions that need review and why each was flagged." The agent triages the queue, opens investigation cases, and records audit notes.
03 · AML & fraud
Screen people, companies, and wallets.
Run "Screen this wallet for sanctions and high-risk exposure" or "Run AML screening on Jane Doe, born 1990, nationality ES." Sanctions, politically-exposed-person, and adverse-media hits come back structured.
04 · Billing & analytics
Track spend, balance, and conversion.
Ask "What's my credit balance and this month's conversion rate?" The agent reads billing, usage, and analytics without a trip to the dashboard.
05 · White label
Ship it under your own brand.
Ask "Apply my company's logo and colors to the verification flow." White Label puts your brand on the hosted flow — logo, colors, domain, and copy — so users never leave your product.
Agent-ready integration
Or hand the whole thing to your agent.
Paste this into Claude, Cursor, or any coding agent to connect the MCP server and run your first verification.
didit-integration-prompt.md
# 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 130+ 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.
Open a new country in one click. We do the hard work.
We open the local subsidiaries, secure the licenses, run the penetration tests, earn the certifications, and align with every new regulation. To ship verifications in a new country, flip a toggle. 220+ countries live, audited and pen-tested every quarter, the only identity provider an EU member-state government has formally called safer than in-person verification.
500 free verifications every month, forever. Pay-as-you-go for production. Custom contracts, data residency, and SLAs (Service Level Agreements) on Enterprise.
Free
Free
$0 / month. No credit card required.
Free KYC bundle (ID Verification + Passive Liveness + Face Match + Device & IP Analysis), 500 / month, every month
Blocklisted Users
Duplicate Detection
200+ fraud signals on every session
Reusable KYC across the Didit network
Case Management Platform
Workflow Builder
Public docs, sandbox, SDKs, MCP (Model Context Protocol) server