EAD Enterprise Suite MCP — Digital Trust services APIs for your agents. Bridges any MCP-compatible client (Claude Code, Claude Desktop, Cursor, etc.) to Signatures, Certified Notifications and eArchiving..
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
claude mcp add ead-enterprise-suite-mcp -- npx -y @g-digital/mcp-ead-enterprise-suite{
"mcpServers": {
"ead-enterprise-suite-mcp": {
"command": "npx",
"args": ["-y", "@g-digital/mcp-ead-enterprise-suite"],
"env": {
"MCP_AUTH_USER_KEY": "<mcp_auth_user_key>",
"MCP_API_BASE_URL": "<mcp_api_base_url>"
}
}
}
}MCP_AUTH_USER_KEYMCP_API_BASE_URLResumen de MCP Servers
# EAD Enterprise Suite MCP Server
[](https://www.npmjs.com/package/@g-digital/mcp-ead-enterprise-suite)
[](https://www.npmjs.com/package/@g-digital/mcp-ead-enterprise-suite)
[](LICENSE)
[](https://www.npmjs.com/package/@g-digital/mcp-ead-enterprise-suite)
[](https://smithery.ai/servers/g-digital/ead-enterprise-suite)
MCP server for EAD Enterprise Suite - signatures, evidence, notifications, dossiers via AI agents.
## Quick start
```bash
npx -y @g-digital/mcp-ead-enterprise-suite
```
Or see [ONBOARDING.md](ONBOARDING.md) for a step-by-step setup guide (≤ 5 minutes).
## Where to install
This MCP is published to every major MCP distribution channel by the [g-digital MCP distribution pipeline](https://github.com/g-digital-by-Garrigues/MCP_Market_Distribution). Pick whichever fits your stack:
| Channel | Install command / URL |
|---|---|
| **npm** | `npx -y @g-digital/mcp-ead-enterprise-suite` — [npmjs.com/package/@g-digital/mcp-ead-enterprise-suite](https://www.npmjs.com/package/@g-digital/mcp-ead-enterprise-suite) |
| **Docker Hub** | `docker pull gdigital/ead-enterprise-suite:latest` — [hub.docker.com/r/gdigital/ead-enterprise-suite](https://hub.docker.com/r/gdigital/ead-enterprise-suite) |
| **MCP Official Registry** | Auto-discovered as `io.github.g-digital-by-Garrigues/ead-enterprise-suite` — [registry.modelcontextprotocol.io](https://registry.modelcontextprotocol.io/v0/servers/io.github.g-digital-by-Garrigues/ead-enterprise-suite) |
| **n8n community node** | Install `@g-digital/n8n-nodes-ead-enterprise-suite` in n8n Settings → Community Nodes — [npmjs.com/package/@g-digital/n8n-nodes-ead-enterprise-suite](https://www.npmjs.com/package/@g-digital/n8n-nodes-ead-enterprise-suite) |
| **Smithery** | `smithery mcp install g-digital/ead-enterprise-suite` — [smithery.ai/servers/g-digital/ead-enterprise-suite](https://smithery.ai/servers/g-digital/ead-enterprise-suite) |
Every channel ships the same MCP server contract; the tools and environment configuration below apply regardless of which install path you choose.
> Need credentials? Visit: [https://www.eadtrust.eu/soluciones-legaltech/enterprise-suite/](https://www.eadtrust.eu/soluciones-legaltech/enterprise-suite/)
## Installation
### Claude Desktop
```json
{
"mcpServers": {
"ead-enterprise-suite": {
"args": [
"-y",
"@g-digital/mcp-ead-enterprise-suite"
],
"command": "npx",
"env": {
"MCP_API_BASE_URL": "https://api-eadcustody.eadtrust.gocertius.io",
"MCP_AUTH_USER_KEY": "<PASTE_MCP_AUTH_USER_KEY_HERE>"
}
}
}
}
```
> Need credentials? See: https://www.eadtrust.eu/soluciones-legaltech/enterprise-suite/
### Claude Code (CLI)
```json
{
"mcpServers": {
"ead-enterprise-suite": {
"args": [
"-y",
"@g-digital/mcp-ead-enterprise-suite"
],
"command": "npx",
"env": {
"MCP_API_BASE_URL": "https://api-eadcustody.eadtrust.gocertius.io",
"MCP_AUTH_USER_KEY": "<PASTE_MCP_AUTH_USER_KEY_HERE>"
}
}
}
}
```
> Need credentials? See: https://www.eadtrust.eu/soluciones-legaltech/enterprise-suite/
### Cursor
```json
{
"mcpServers": {
"ead-enterprise-suite": {
"args": [
"-y",
"@g-digital/mcp-ead-enterprise-suite"
],
"command": "npx",
"env": {
"MCP_API_BASE_URL": "https://api-eadcustody.eadtrust.gocertius.io",
"MCP_AUTH_USER_KEY": "<PASTE_MCP_AUTH_USER_KEY_HERE>"
}
}
}
}
```
> Need credentials? See: https://www.eadtrust.eu/soluciones-legaltech/enterprise-suite/
### Windsurf
```json
{
"mcpServers": {
"ead-enterprise-suite": {
"args": [
"-y",
"@g-digital/mcp-ead-enterprise-suite"
],
"command": "npx",
"env": {
"MCP_API_BASE_URL": "https://api-eadcustody.eadtrust.gocertius.io",
"MCP_AUTH_USER_KEY": "<PASTE_MCP_AUTH_USER_KEY_HERE>"
}
}
}
}
```
> Need credentials? See: https://www.eadtrust.eu/soluciones-legaltech/enterprise-suite/
### Cline
```json
{
"mcpServers": {
"ead-enterprise-suite": {
"args": [
"-y",
"@g-digital/mcp-ead-enterprise-suite"
],
"command": "npx",
"env": {
"MCP_API_BASE_URL": "https://api-eadcustody.eadtrust.gocertius.io",
"MCP_AUTH_USER_KEY": "<PASTE_MCP_AUTH_USER_KEY_HERE>"
}
}
}
}
```
> Need credentials? See: https://www.eadtrust.eu/soluciones-legaltech/enterprise-suite/
### VS Code
```json
{
"servers": {
"ead-enterprise-suite": {
"args": [
"-y",
"@g-digital/mcp-ead-enterprise-suite"
],
"command": "npx",
"env": {
"MCP_API_BASE_URL": "https://api-eadcustody.eadtrust.gocertius.io",
"MCP_AUTH_USER_KEY": "<PASTE_MCP_AUTH_USER_KEY_HERE>"
}
}
}
}
```
> Need credentials? See: https://www.eadtrust.eu/soluciones-legaltech/enterprise-suite/
### JetBrains
```json
{
"mcpServers": {
"ead-enterprise-suite": {
"args": [
"-y",
"@g-digital/mcp-ead-enterprise-suite"
],
"command": "npx",
"env": {
"MCP_API_BASE_URL": "https://api-eadcustody.eadtrust.gocertius.io",
"MCP_AUTH_USER_KEY": "<PASTE_MCP_AUTH_USER_KEY_HERE>"
}
}
}
}
```
> Need credentials? See: https://www.eadtrust.eu/soluciones-legaltech/enterprise-suite/
### Zed
```json
{
"mcpServers": {
"ead-enterprise-suite": {
"args": [
"-y",
"@g-digital/mcp-ead-enterprise-suite"
],
"command": "npx",
"env": {
"MCP_API_BASE_URL": "https://api-eadcustody.eadtrust.gocertius.io",
"MCP_AUTH_USER_KEY": "<PASTE_MCP_AUTH_USER_KEY_HERE>"
}
}
}
}
```
> Need credentials? See: https://www.eadtrust.eu/soluciones-legaltech/enterprise-suite/
### Claude Desktop / Claude Code
Add to your `~/.claude.json` or `claude_desktop_config.json`:
```json
{
"mcpServers": {
"ead-enterprise-suite": {
"command": "npx",
"args": ["-y", "@g-digital/mcp-ead-enterprise-suite"],
"env": {
"MCP_AUTH_USER_KEY": "your-user-key",
"MCP_API_BASE_URL": "https://api-eadcustody.eadtrust.gocertius.io"
}
}
}
}
```
### Docker
```bash
docker run --rm -i \
-e MCP_AUTH_USER_KEY=your-user-key \
-e MCP_API_BASE_URL=https://api-eadcustody.eadtrust.gocertius.io \
gdigital/ead-enterprise-suite:latest
```
## Environment Variables
| Name | Required | Secret | Description |
| --- | --- | --- | --- |
| `MCP_ALLOW_INSECURE_FILE_URL` | No | No | Set to "true" to allow plain http:// fileUrl downloads in evidence_create (default https-only). Private/internal addresses are rejected regardless (resolution-time check; see the documented DNS TOCTOU limitation in the hosted-deployment runbook). |
| `MCP_ALLOW_UNVERIFIED_BEARER` | No | No | Escape hatch for MCP_HTTP_PUBLIC=true WITHOUT inbound-token introspection: set to "true" ONLY when an upstream gateway already verifies Bearer tokens. The server logs a prominent warning and forwards tokens upstream unverified. |
| `MCP_ALLOWED_HOSTS` | No | No | Comma-separated allowed Host headers. Empty = Host validation disabled (default). When set, requests with a Host outside the list are rejected. |
| `MCP_ALLOWED_ORIGINS` | No | No | Comma-separated allowed browser Origins (DNS-rebinding defense). Empty = reject any request carrying an Origin header; non-browser clients (CLI/SDK) send no Origin and are always allowed. Use '*' to allow all. |
| `MCP_API_BASE_URL` | Yes | No | Upstream API root. Required: your user key is exchanged for a session token against this host, and the server will not start without it. |
| `MCP_AUTH_USER_KEY` | Yes | Yes | Long-lived EAD Enterprise Suite user key, exchanged automatically for a short-lived session token. Use it for headless or automated access instead of an account password. (See https://www.eadtrust.eu/soluciones-legaltech/enterprise-suite/ for credential acquisition.) |
| `MCP_HTTP_HOST` | No | No | Interface the HTTP transport binds to. Default 127.0.0.1 (localhost only). Set 0.0.0.0 to expose on all interfaces (containers do this automatically). |
| `MCP_HTTP_MAX_BODY_BYTES` | No | No | Maximum accepted POST /mcp request-body size in bytes (default 16777216 = 16 MiB — sized so base64 file uploads within the documented tool limits fit). Oversized requests get a 413 JSON-RPC error before/while reading — closes a memory-exhaustion DoS vector in public deployments. Note: base64 file sources are capped by this limit BEFORE MCP_FILE_MAX_BYTES applies. |
| `MCP_HTTP_PUBLIC` | No | No | Set to "true" for public/multi-tenant deployments. Activates Host validation and refuses to start unless (1) MCP_ALLOWED_ORIGINS or MCP_ALLOWED_HOSTS is set AND (2) inbound Bearer introspection is configured (MCP_SVC_INTROSPECT_URL + MCP_SVC_CLIENT_ID/SECRET) or MCP_ALLOW_UNVERIFIED_BEARER=true is set explicitly (fail-closed). |
| `MCP_SVC_CLIENT_ID` | No | No | Client ID this server presents to the introspection endpoint above (its resource-server credentials). Only needed alongside MCP_SVC_INTROSPECT_URL; it does not authenticate you to EAD Enterprise Suite. |
| `MCP_SVC_CLIENT_SECRET` | No | Yes | Client secret this server presents to the introspection endpoint above (its resource-server credentials). Only needed alongside MCP_SVC_INTROSPECT_URL; it does not authenticate you to EAD Enterprise Suite. (See https://www.eadtrust.eu/soluciones-legaltech/enterprise-suite/ for credential acquisition.) |
| `MCP_SVC_INTROSPECT_URL` | No | No | RFC 7662 token introspection URL for inbound Bearer verification in HTTP mode. Opt-in, Lo que la gente pregunta sobre EAD_Enterprise_Suite_MCP
¿Qué es g-digital-by-Garrigues/EAD_Enterprise_Suite_MCP?
+
g-digital-by-Garrigues/EAD_Enterprise_Suite_MCP es mcp servers para el ecosistema de Claude AI. EAD Enterprise Suite MCP — Digital Trust services APIs for your agents. Bridges any MCP-compatible client (Claude Code, Claude Desktop, Cursor, etc.) to Signatures, Certified Notifications and eArchiving.. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-08.
¿Cómo se instala EAD_Enterprise_Suite_MCP?
+
Puedes instalar EAD_Enterprise_Suite_MCP clonando el repositorio (https://github.com/g-digital-by-Garrigues/EAD_Enterprise_Suite_MCP) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar g-digital-by-Garrigues/EAD_Enterprise_Suite_MCP?
+
Nuestro agente de seguridad ha analizado g-digital-by-Garrigues/EAD_Enterprise_Suite_MCP y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene g-digital-by-Garrigues/EAD_Enterprise_Suite_MCP?
+
g-digital-by-Garrigues/EAD_Enterprise_Suite_MCP es mantenido por g-digital-by-Garrigues. La última actividad registrada en GitHub es del 2026-09-08, con 1 issues abiertos.
¿Hay alternativas a EAD_Enterprise_Suite_MCP?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega EAD_Enterprise_Suite_MCP en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/g-digital-by-garrigues-ead-enterprise-suite-mcp)<a href="https://claudewave.com/repo/g-digital-by-garrigues-ead-enterprise-suite-mcp"><img src="https://claudewave.com/api/badge/g-digital-by-garrigues-ead-enterprise-suite-mcp" alt="Featured on ClaudeWave: g-digital-by-Garrigues/EAD_Enterprise_Suite_MCP" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!