EAD Enterprise Suite MCP — signature workflows, evidence, notifications, dossiers for enterprises.
npx @getmcp/cli add io.github.g-digital-by-Garrigues/ead-enterprise-suiteRequires Node.js 18+. Community-contributed server. Review source before installing.
MCP_AUTH_EMAILFlow 1: Email / password description: Your GoCertius account email address isSecret: false
MCP_AUTH_PASSWORDdescription: Your GoCertius account password isSecret: true (See https://www.eadtrust.eu/soluciones-legaltech/enterprise-suite/ for credential acquisition.)
MCP_OPENID_CLIENT_IDdescription: OpenID Connect client ID isSecret: false
MCP_OPENID_ISSUERFlow 2: OpenID Connect (alternative to email/password) description: OpenID Connect issuer URL isSecret: false
MCP_OPENID_REFRESH_TOKENdescription: OpenID Connect refresh token isSecret: true (See https://www.eadtrust.eu/soluciones-legaltech/enterprise-suite/ for credential acquisition.)
PORTTransport (optional) description: HTTP port when running in hosted (HTTP) mode; ignored in stdio mode isSecret: false
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.g-digital-by-Garrigues/ead-enterprise-suite": {
"command": "npx",
"args": [
"-y",
"@g-digital/mcp-ead-enterprise-suite"
],
"env": {
"MCP_AUTH_EMAIL": "",
"MCP_AUTH_PASSWORD": "",
"MCP_OPENID_CLIENT_ID": "",
"MCP_OPENID_ISSUER": "",
"MCP_OPENID_REFRESH_TOKEN": "",
"PORT": ""
}
}
}
}