EAD Enterprise Suite MCP

Created By
g-digital-by-Garrigues8 days ago
EAD Enterprise Suite MCP bridges MCP clients (Claude, Cursor, etc.) to EAD Trust's complete enterprise platform. The 39 tools cover signature workflows (create → add docs → add participants → coordinate → activate → cancel → retrieve), certified evidence management with sealing and grouping plus multipart large-file uploads, certified notifications (create → add receivers → send → status → certificate retrieval), dossier lifecycle (create → list → get → templates), and session / authentication management (email/password or OpenID Connect refresh-token). Built by g-digital by Garrigues (J&A Garrigues, S.L.P.), an eIDAS-qualified trust services provider. Two transports: stdio for local clients, HTTP with Bearer OAuth2 for hosted deployments.
Overview

EAD Enterprise Suite MCP exposes the full EAD Trust enterprise Digital Trust platform to MCP clients as 39 tools — signature workflows, certified evidence, notifications, dossiers, and large-file uploads.

What it does

  • Signature workflows — full lifecycle: create → add documents → add participants → set signing coordinates → activate → cancel or retrieve. Includes massive participant creation, validators, observers, document handling.
  • Certified evidence — create, retrieve, list, seal, group; multipart large-file upload via initiate + complete with chunked S3 PUT.
  • Certified notifications — create → add receivers → send → poll status → retrieve certificate.
  • Dossier lifecycle — create, list, get, templates.
  • Session / auth — email+password or OpenID Connect refresh-token.

Install

npx -y @g-digital/mcp-ead-enterprise-suite

Or via Docker:

docker run --rm -it --env-file .env gdigital/ead-enterprise-suite:1.2.3

Auth

Two flows:

  • Email + password: MCP_AUTH_EMAIL, MCP_AUTH_PASSWORD.
  • OpenID Connect (recommended for production): MCP_OPENID_ISSUER, MCP_OPENID_CLIENT_ID, MCP_OPENID_REFRESH_TOKEN.

Transports

stdio for local desktop clients; http (Bearer OAuth2 inbound) for hosted deployments.

Maintainer

g-digital by Garrigues (J&A Garrigues, S.L.P.) — an eIDAS-qualified trust services provider operating across the EU. MIT licensed. Source repo.

Also published on npm, Docker Hub, the MCP Official Registry, Smithery, and as an n8n community node.

Server Config

{
  "mcpServers": {
    "ead-enterprise-suite": {
      "command": "npx",
      "args": [
        "-y",
        "@g-digital/mcp-ead-enterprise-suite"
      ],
      "env": {
        "MCP_AUTH_EMAIL": "<your-email>",
        "MCP_AUTH_PASSWORD": "<your-password>"
      }
    }
  }
}
Project Info
Created At
8 days ago
Updated At
8 days ago
Author Name
g-digital-by-Garrigues
Star
-
Language
-
License
-
Category

Recommend Servers

View All