ادمج Didit في Claude، ChatGPT، Cursor، أو أي عميل MCP (Model Context Protocol). KYC (اعرف عميلك)، KYB (اعرف عملك)، وفحص المحفظة كأدوات من الدرجة الأولى. MCP مجاني إلى الأبد. 500 عملية تحقق مجانية / شهر، نفس سعر النجاح لكل عملية مثل API.
قل "أنشئ سير عمل يقوم بالتحقق من الهوية، والتحقق من الحياة، وفحص قاعدة البيانات" وسيقوم الوكيل بتكوينه, بما في ذلك التفرع الشرطي، والخطافات الويب (webhooks)، والوحدات النمطية بنقرة واحدة.
Ask the agent…
didit_workflow_create
Start
Step1
ID Verification
Step2
Liveness
Step3
Database validation
Final decision4
Automatically decide into approved, declined and in review status.
02 · المراجعة والحالات
تعامل مع قائمة المراجعة بمساعدة وكيل.
اسأل "أرني الجلسات التي تحتاج إلى مراجعة وسبب وضع علامة عليها." يقوم الوكيل بفرز القائمة، ويفتح حالات التحقيق، ويسجل ملاحظات التدقيق.
Ask the agent…
didit_review_queue_list
didit_case_create
SESSIONFLAGGED FORSTATUS
MG
Marta García
s_8f4k21
Face match 0.61
Case #4821
JD
John Doe
s_2c9d10
Document glare
In review
AL
Acme Ltd
b_7q1x88
AML: PEP match
In review
LP
Louis Poirier
s_5t3m47
ID expired
In review
Audit note added — face match below threshold · assigned to Compliance
03 · مكافحة غسل الأموال والاحتيال
افحص الأفراد والشركات والمحافظ.
قم بتشغيل "افحص هذه المحفظة بحثًا عن العقوبات والمخاطر العالية" أو "قم بإجراء فحص AML على Jane Doe، مواليد 1990، الجنسية ES." تعود نتائج العقوبات، والأشخاص المعرضين سياسياً (PEP)، والإعلام السلبي منظمة.
Ask the agent…
didit_aml_screening
Jane Doe
Born 1990 · Nationality ES
PersonCompanyWallet
Sanctions1 hit
OFAC SDNNo match
EU ConsolidatedNo match
UN Security Council1 match
Politically exposed2 hits
PEP tierTier 2 · regional
Relatives & associates2 linked
Adverse media1 hit
Financial crimeNo results
Regulatory1 · low relevance
Risk: Elevated
Escalate to manual review
04 · الفواتير والتحليلات
تتبع الإنفاق والرصيد ومعدل التحويل.
اسأل "ما هو رصيدي الائتماني ومعدل التحويل لهذا الشهر؟" يقرأ الوكيل الفواتير والاستخدام والتحليلات دون الحاجة إلى زيارة لوحة التحكم.
Ask the agent…
didit_billing_read
didit_analytics_query
Credit balance
$12,480
Spent this month
$3,620
Auto-refill
On
Verifications9,840 this month
Conversion rate — this month
69.0%
+7.2 pts
Wk 1Wk 2Wk 3Wk 4Wk 5Now
05 · واجهة بيضاء (White Label)
أطلق منتجك تحت علامتك التجارية الخاصة.
اطلب "تطبيق شعار شركتي وألوانها على سير عملية التحقق". تتيح لك الواجهة البيضاء (White Label) وضع علامتك التجارية على السير المستضاف, الشعار، الألوان، النطاق، والنصوص, بحيث لا يغادر المستخدمون منتجك أبدًا.
Ask the agent…
didit_whitelabel_apply
Logo
A
acme-mark.svg
SVG · 8 KB
Brand color
Typeface
AgSystem
AgSöhne
AgGeist
9:41
d
Didit
Verify your identity
This will only take a minute.
Continue
verify.didit.me
9:41
A
Acme
Verify your identity
Acme uses Didit to keep your account secure.
Continue
verify.acme.com
تكامل جاهز للوكلاء
أو سلّم الأمر برمته لوكيلك.
الصق هذا في Claude أو Cursor أو أي وكيل برمجة لربط خادم MCP وتشغيل أول عملية تحقق لك.
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 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.
افتح دولة جديدة بنقرة واحدة. نحن نقوم بالعمل الشاق.
نحن نفتح الشركات التابعة المحلية، ونؤمن التراخيص، ونجري اختبارات الاختراق، ونحصل على الشهادات، ونتوافق مع كل لائحة جديدة. لنشر عمليات التحقق في بلد جديد، ما عليك سوى تفعيل مفتاح. أكثر من 220 دولة تعمل، يتم تدقيقها واختبار اختراقها كل ربع سنة, المزود الوحيد للهوية الذي وصفته حكومة دولة عضو في الاتحاد الأوروبي رسميًا بأنه أكثر أمانًا من التحقق الشخصي.