PluginBench
MCP Server
Active

Identik Firma Digital MCP Server

me.identik/firma

What is the Identik Firma Digital MCP server?

Firma digital argentina (Ley 25.506) con certificados de certificador licenciado.

How to install Identik Firma Digital

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    Token de API de Identik. Formato: 'Bearer api_...'. Solicitalo en contacto@identik.me o generalo en Configuración → API Tokens.

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "firma": {
      "url": "https://firma.identik.me/api/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "firma": {
      "serverUrl": "https://firma.identik.me/api/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "firma": {
      "type": "http",
      "url": "https://firma.identik.me/api/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "firma": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://firma.identik.me/api/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http firma https://firma.identik.me/api/mcp

Related MCP servers

Firma electrónica argentina (Ley 25.506): enviar documentos a firmar, seguir estado y validar.

0
View repository →