Firma electrónica argentina (Ley 25.506): enviar documentos a firmar, seguir estado y validar.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
ES · Servidores MCP remotos de Identik para firmar documentos con validez legal en Argentina (Ley 25.506) desde un agente de IA: crear un documento a partir de una plantilla, enviarlo a firmar, seguir su estado, descargar el PDF firmado con su constancia y verificar firmas criptográficamente.
EN · Remote MCP servers for Identik, an Argentine e-signature platform (Ley 25.506). Let an AI agent create a document from a template, send it out for signature, track status, download the signed PDF with its audit certificate, and cryptographically verify signatures.
Este repositorio contiene documentación y manifiestos para conectarse a los servidores MCP alojados por Identik. No contiene el código del producto (Identik es un servicio comercial alojado).
This repository holds documentation and manifests for connecting to Identik's hosted MCP servers. It does not contain the product source (Identik is a commercial hosted service).
Identik expone dos servidores MCP, uno por nivel de firma. Las herramientas son las mismas; cambia el valor legal de la firma resultante.
Identik exposes two MCP servers, one per signature level. The tool set is identical; what differs is the legal weight of the resulting signature.
| Firma electrónica | Firma digital | |
|---|---|---|
| Registro MCP / MCP Registry | me.identik/electronica | me.identik/firma |
| Producción / Production | https://electronica.identik.me/api/mcp | https://firma.identik.me/api/mcp |
| Sandbox (evaluación / evaluation) | https://sandbox-electronica.identik.me/api/mcp | https://sandbox-firma.identik.me/api/mcp |
| Marco legal / Legal basis | Ley 25.506, art. 5 | Ley 25.506, arts. 2, 7 y 8 |
| Cómo firma el firmante / How the signer signs | Enlace por email + evidencia (constancia con trazabilidad, sello criptográfico, sello de tiempo RFC-3161) | Certificado propio de certificador licenciado: CUIL + PIN + OTP |
| Efecto legal / Legal effect | Firma electrónica con evidencia completa | Presunción legal de autoría e integridad |
| Verificación biométrica opcional (DNI + prueba de vida) / Optional biometric ID check | Sí / Yes | No aplica (la identidad la aporta el certificado) / N/A (identity comes from the certificate) |
Los sandboxes son entornos separados, con sus propias cuentas, datos, créditos y base de datos: sirven para desarrollar y evaluar la integración sin tocar producción. Los documentos que emiten no tienen validez, por diseño y de forma verificable: la constancia sale marcada «PRUEBA — FIRMA NO VÁLIDA», el sello se hace con un certificado de prueba distinto al de producción, y el validador público lo reconoce y rechaza el documento como de prueba (validar_pdf devuelve testEnvironment: true y ok: false).
The sandboxes are separate environments with their own accounts, data, credits and database — use them to build and evaluate the integration without touching production. Documents they issue are not valid, by design and verifiably so: the audit certificate is watermarked «PRUEBA — FIRMA NO VÁLIDA», sealing uses a test certificate distinct from the production one, and the public validator recognises it and rejects the document as a test (validar_pdf returns testEnvironment: true and ok: false).
POST (GET y DELETE devuelven 405). / POST only (GET and DELETE return 405).Authorization: Bearer api_...Requiere un token de API de Identik. Solicitalo en contacto@identik.me, o generalo desde tu cuenta en Configuración → API Tokens.
An Identik API token is required. Request one at contacto@identik.me, or generate it in your account under Configuración → API Tokens.
Sin token, el servidor responde 401:
Ver examples/smoke-test.sh. / See examples/smoke-test.sh.
Diez herramientas, con nombres en español (la plataforma es de mercado argentino). Idénticas en ambas plataformas, salvo lo indicado.
Ten tools, named in Spanish (the platform targets the Argentine market). Identical across both platforms except where noted.
| Herramienta / Tool | Qué hace / What it does |
|---|---|
listar_plantillas | Lista las plantillas del equipo con sus id y firmantes. Las plantillas se arman en la interfaz web; desde acá se usan para generar documentos. |
listar_documentos | Lista los documentos del equipo con su estado (DRAFT, PENDING, COMPLETED, REJECTED). |
obtener_documento | Devuelve un documento por su id numérico: estado, firmantes (con signingStatus y signingUrl), campos y envelopeId. |
crear_documento_desde_plantilla | Genera un documento a partir de una plantilla. Devuelve el documentId y el signingUrl de cada firmante. Queda en borrador y no consume crédito hasta enviarlo. |
enviar_documento | Envía los emails de invitación y pone el documento en firma. Acá se consume el crédito. |
reenviar_invitacion | Reenvía el email de firma a firmantes que todavía no firmaron. |
descargar_documento_firmado | Devuelve una URL firmada de descarga del PDF (con la constancia). Pasado el plazo de resguardo responde 410. |
traza_auditoria | Traza de auditoría completa del documento en JSON: creación, envío, apertura y firmas, con fecha, IP y dispositivo. |
validar_pdf | Verifica criptográficamente las firmas de un PDF: integridad, cadena, sello de tiempo RFC-3161, y si es un documento de PRUEBA. |
estado_cuenta | Créditos de documentos disponibles y totales de la cuenta. |
Flujo típico / Typical flow:
crear_documento_desde_plantilla acepta requiere_biometria: true — cada firmante debe aprobar una verificación biométrica (DNI + prueba de vida) antes de firmar. Consume 1 crédito de verificación por verificación aprobada. Recomendado combinarlo con dni_numero en cada firmante, para que la verificación se valide contra ese dato.
crear_documento_desde_plantilla accepts requiere_biometria: true — each signer must pass a biometric identity check (ID document + liveness) before signing. Consumes 1 verification credit per passed check. Best combined with each signer's dni_numero, so the check is validated against that value.
Cada firmante se identifica por cuil, que debe corresponder a su certificado de firma digital.
Each signer is identified by cuil, which must match their digital-signature certificate.
En todos los ejemplos, reemplazá api_... por tu token, y electronica.identik.me por firma.identik.me si querés firma digital (o por el host sandbox-* para evaluar).
In every example, replace api_... with your token, and electronica.identik.me with firma.identik.me for digital signature (or with the sandbox-* host to evaluate).
| Cliente / Client | ¿Encabezado estático nativo? / Native static header? | Dónde / Where |
|---|---|---|
| Claude Code | Sí / Yes | claude mcp add, .mcp.json |
| Cursor | Sí / Yes | ~/.cursor/mcp.json |
| VS Code / Copilot | Sí / Yes | .vscode/mcp.json |
| Codex CLI | Sí / Yes | ~/.codex/config.toml |
| OpenAI Agents SDK | Sí / Yes | código / code |
| OpenAI Responses API | Sí / Yes | código / code |
| Gemini CLI | Sí / Yes | extensión / extension |
| Claude Desktop | No — vía mcp-remote / via mcp-remote | claude_desktop_config.json |
--header se puede repetir. Forma equivalente en .mcp.json (versionable en el proyecto) / --header is repeatable. Equivalent .mcp.json project file:
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/identik-firma-electr-nica-2)<a href="https://allmcps.com/mcp/identik-firma-electr-nica-2"><img src="https://allmcps.com/api/badge/identik-firma-electr-nica-2?style=directory" alt="Identik Firma Electrónica on AllMCPs" /></a>