MCP server for EAD Enterprise Suite - signatures, evidence, notifications, dossiers via AI agents.
Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.
Get practical integration notes and launch examples for MCP servers like ead-enterprise-suite.
npx -y @g-digital/mcp-ead-enterprise-suite{
"MCP_ALLOW_INSECURE_FILE_URL": "YOUR_VALUE_HERE",
"MCP_ALLOW_UNVERIFIED_BEARER": "YOUR_VALUE_HERE",
"MCP_ALLOWED_HOSTS": "YOUR_VALUE_HERE",
"MCP_ALLOWED_ORIGINS": "YOUR_VALUE_HERE",
"MCP_API_BASE_URL": "YOUR_VALUE_HERE",
"MCP_AUTH_EMAIL": "YOUR_VALUE_HERE",
"MCP_AUTH_PASSWORD": "YOUR_SECRET_VALUE",
"MCP_AUTH_USER_KEY": "YOUR_SECRET_VALUE",
"MCP_HTTP_HOST": "YOUR_VALUE_HERE",
"MCP_HTTP_MAX_BODY_BYTES": "YOUR_VALUE_HERE",
"MCP_HTTP_PUBLIC": "YOUR_VALUE_HERE",
"MCP_SVC_CLIENT_ID": "YOUR_VALUE_HERE",
"MCP_SVC_CLIENT_SECRET": "YOUR_SECRET_VALUE",
"MCP_SVC_INTROSPECT_URL": "YOUR_VALUE_HERE",
"PORT": "YOUR_VALUE_HERE"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-g-digital-by-garrigues-ead-enterprise-suite": {
"command": "npx",
"args": [
"-y",
"@g-digital/mcp-ead-enterprise-suite"
],
"env": {
"MCP_ALLOW_INSECURE_FILE_URL": "YOUR_VALUE_HERE",
"MCP_ALLOW_UNVERIFIED_BEARER": "YOUR_VALUE_HERE",
"MCP_ALLOWED_HOSTS": "YOUR_VALUE_HERE",
"MCP_ALLOWED_ORIGINS": "YOUR_VALUE_HERE",
"MCP_API_BASE_URL": "YOUR_VALUE_HERE",
"MCP_AUTH_EMAIL": "YOUR_VALUE_HERE",
"MCP_AUTH_PASSWORD": "YOUR_SECRET_VALUE",
"MCP_AUTH_USER_KEY": "YOUR_SECRET_VALUE",
"MCP_HTTP_HOST": "YOUR_VALUE_HERE",
"MCP_HTTP_MAX_BODY_BYTES": "YOUR_VALUE_HERE",
"MCP_HTTP_PUBLIC": "YOUR_VALUE_HERE",
"MCP_SVC_CLIENT_ID": "YOUR_VALUE_HERE",
"MCP_SVC_CLIENT_SECRET": "YOUR_SECRET_VALUE",
"MCP_SVC_INTROSPECT_URL": "YOUR_VALUE_HERE",
"PORT": "YOUR_VALUE_HERE"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
ead-enterprise-suite is an MCP server for MCP server for EAD Enterprise Suite - signatures, evidence, notifications, dossiers via AI agents.. It supports STDIO transport.
Use the generated config in Install. This server runs with npx -y @g-digital/mcp-ead-enterprise-suite; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for npx -y @g-digital/mcp-ead-enterprise-suite. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for npx -y @g-digital/mcp-ead-enterprise-suite. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for npx -y @g-digital/mcp-ead-enterprise-suite. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for npx -y @g-digital/mcp-ead-enterprise-suite. Add required environment variables before starting Cursor or VS Code.
ead-enterprise-suite uses STDIO transport. Use the package or command config in Install.
ead-enterprise-suite inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
ead-enterprise-suite does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
@g-digital/mcp-ead-enterprise-suitestdio | npm | 1.6.1 | Env: MCP_ALLOW_INSECURE_FILE_URL Env: MCP_ALLOW_UNVERIFIED_BEARER Env: MCP_ALLOWED_HOSTS Env: MCP_ALLOWED_ORIGINS Env: MCP_API_BASE_URL Env: MCP_AUTH_EMAIL Env: MCP_AUTH_PASSWORD secret Env: MCP_AUTH_USER_KEY secret Env: MCP_HTTP_HOST Env: MCP_HTTP_MAX_BODY_BYTES Env: MCP_HTTP_PUBLIC Env: MCP_SVC_CLIENT_ID Env: MCP_SVC_CLIENT_SECRET secret Env: MCP_SVC_INTROSPECT_URL Env: PORT |