← All WebMCP sites

identik.me

Productivity & Businesshttps://identik.me/listed as of 2026-08-01
Identik — Argentine digital-signature and e-signature infrastructure provider. WebMCP tools let an agent browse the company overview, products, industry solutions, the Argentine digital-signature legal framework, and blog, and submit a contact/demo inquiry.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 63/100 (C).

Tools

get_company_infoanswerimperative
Returns Identik company overview: name, description, location, products, certifications, technology partner, and integration options.
Input schema
{
  "type": "object",
  "properties": {}
}
list_productsanswerimperative
Returns array of all 7 Identik products with id, name, short description, URL, and key features. Products: Firma Online (self-service portal, currently pre-launch), Firma Digital, Firma Electrónica, Verificación de Identidad, Wallet Digital, Archivo Digital, Notificaciones Electrónicas Certificadas.
Input schema
{
  "type": "object",
  "properties": {}
}
get_product_detailsanswerimperative
Returns full details of a specific Identik product including description, features, use cases, Argentine legal basis, and technology info.
Input schema
{
  "type": "object",
  "properties": {
    "product_id": {
      "type": "string",
      "enum": [
        "firma-online",
        "firma-digital",
        "firma-electronica",
        "verificacion-identidad",
        "wallet-digital",
        "archivo-digital",
        "notificaciones"
      ],
      "description": "The product identifier"
    }
  },
  "required": [
    "product_id"
  ]
}
list_industriesanswerimperative
Returns the 6 industry solutions offered by Identik with typical workflows: Banca, Salud, Legal, Inmobiliario, RRHH, Gobierno.
Input schema
{
  "type": "object",
  "properties": {}
}
get_legal_frameworkanswerimperative
Returns Argentine legal framework for digital signatures: Ley 25.506 articles (2, 5, 7, 10, 12), Código Civil y Comercial (Art. 286, 319), jurisprudencia, and IFDRA infrastructure.
Input schema
{
  "type": "object",
  "properties": {}
}
get_blog_articlesanswerimperative
Returns list of 8 technical blog articles about digital signature infrastructure, legal framework, compliance, certified notifications, digital archiving, and end-to-end signing/verification under Ley 25.506.
Input schema
{
  "type": "object",
  "properties": {}
}
contact_companytransactimperative
Submits a contact inquiry to Identik to request a demo or ask commercial/technical questions. Returns instructions to complete the form at /contacto/ (an agent can fill it via its declarative WebMCP form tool). Ask the user to confirm before calling.
Input schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Full name of the person contacting"
    },
    "email": {
      "type": "string",
      "description": "Corporate email address"
    },
    "company": {
      "type": "string",
      "description": "Company name"
    },
    "phone": {
      "type": "string",
      "description": "Phone number (optional)"
    },
    "tipo_consulta": {
      "type": "string",
      "enum": [
        "Solicitar Demo",
        "Consulta Comercial",
        "Consulta Técnica / API",
        "Partnership"
      ],
      "description": "Type of inquiry (optional, defaults to Solicitar Demo)"
    },
    "mensaje": {
      "type": "string",
      "description": "Message or description of the project (optional)"
    }
  },
  "required": [
    "name",
    "email",
    "company"
  ]
}
Listings are sourced from public community registries and shown as reported.