Servidor MCP para agentes de IA. KYC, KYB, cartera, como herramientas.
Conecta Didit a Claude, ChatGPT, Cursor o cualquier cliente MCP (Model Context Protocol). KYC (know your customer), KYB (know your business) y detección de carteras como herramientas de primera clase. MCP gratis para siempre. 500 verificaciones gratis al mes, el mismo precio por éxito que la API.
Con la confianza de más de 2.000 organizaciones en todo el mundo.
Claude
Create a KYC session for a new user and share the verification link.
didit_session_create
Done. The KYC session is live. Share this link:
verify.didit.me/s/x8kF42
The decision posts to your webhook when they finish.
Reply to Claude…
Un servidor, toda la pila
KYC, KYB y fraude, como herramientas de agente.
El servidor Didit MCP expone la plataforma completa de identidad y fraude a Claude, ChatGPT y a cualquier cliente MCP: verificación de identidad, biometría, verificación de empresas, screening AML, monitoreo de transacciones y screening de wallets. Pregunta en lenguaje natural; el agente ejecuta la comprobación y devuelve un veredicto.
Cómo funciona
Del login a la primera llamada de herramienta en minutos.
Paso 01 / 04
01
Añade el conector.
Apúntale cualquier cliente MCP a https://mcp.didit.me/mcp, una línea en Claude Code, un conector personalizado en Claude Desktop, o una entrada JSON en Cursor o VS Code.
Inicia sesión con Didit.
OAuth 2.1 te conecta a través de la Consola de Negocio. Sin clave API, sin secretos en la configuración. El agente actúa como tú, con el alcance de tu rol.
Pregunta en lenguaje natural.
Crea una sesión de verificación, haz screening de una wallet, busca una empresa o prioriza la cola de revisión, el agente elige la herramienta adecuada entre 115.
Lanza con las mismas garantías.
Cada acción respeta tus permisos, redacta secretos y confirma pasos destructivos. 500 verificaciones al mes son gratis, luego se aplica un precio por éxito.
Diseñado para agentes y desarrolladores
Todo lo que hace la plataforma, en una frase.
Cada capacidad a continuación es una herramienta MCP de primera clase. Estas son superficies reales de la Consola de Negocio que el agente maneja en tu nombre.
Di "Crea un workflow que ejecute verificación de ID, prueba de vida y una comprobación de base de datos" y el agente lo compone, ramificación condicional, webhooks y módulos de un clic incluidos.
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 · Revisión y casos
Gestiona la cola de revisión con un agente.
Pregunta "Muéstrame las sesiones que necesitan revisión y por qué se marcaron". El agente prioriza la cola, abre casos de investigación y registra notas de auditoría.
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 y fraude
Haz screening de personas, empresas y wallets.
Ejecuta "Haz screening de esta wallet para sanciones y exposición de alto riesgo" o "Ejecuta screening AML en Jane Doe, nacida en 1990, nacionalidad ES". Las coincidencias de sanciones, personas políticamente expuestas y medios adversos se devuelven estructuradas.
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 · Facturación y analíticas
Controla el gasto, el saldo y la conversión.
Pregunta "¿Cuál es mi saldo de crédito y la tasa de conversión de este mes?". El agente lee la facturación, el uso y las analíticas sin necesidad de ir al dashboard.
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 · Marca blanca
Lánzalo con tu propia marca.
Pide: "Aplica el logo y los colores de mi empresa al flujo de verificación". La marca blanca pone tu marca en el flujo alojado, logo, colores, dominio y textos, para que los usuarios nunca salgan de tu producto.
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
Integración lista para agentes
O deja que tu agente se encargue de todo.
Pega esto en Claude, Cursor o cualquier agente de codificación para conectar el servidor MCP y ejecutar tu primera verificación.
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.
Abre un nuevo país en un clic. Nosotros hacemos el trabajo duro.
Abrimos las filiales locales, aseguramos las licencias, realizamos las pruebas de penetración, obtenemos las certificaciones y nos alineamos con cada nueva regulación. Para lanzar verificaciones en un nuevo país, activa un interruptor. Más de 220 países en vivo, auditados y probados trimestralmente, el único proveedor de identidad que un gobierno de un estado miembro de la UE ha calificado formalmente como más seguro que la verificación presencial.
Empieza gratis. Paga por uso. Escala a Enterprise.
500 verificaciones gratuitas cada mes, para siempre. Pago por uso para producción. Contratos personalizados, residencia de datos y SLAs (Acuerdos de Nivel de Servicio) en Enterprise.
Gratis
Gratis
$0 / mes. No se requiere tarjeta de crédito.
Paquete KYC gratuito (Verificación de ID + Prueba de vida pasiva + Coincidencia facial + Análisis de dispositivo e IP), 500 / mes, cada mes