EAD Factory MCP — Digital Trust services APIs for your agents. Bridges any MCP-compatible client (Claude Code, Claude Desktop, Cursor, etc.) to Garrigues' Evidence Manager + Signature Manager APIs.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
claude mcp add ead-factory-mcp -- npx -y @g-digital/mcp-ead-factory{
"mcpServers": {
"ead-factory-mcp": {
"command": "npx",
"args": ["-y", "@g-digital/mcp-ead-factory"],
"env": {
"MCP_SVC_TOKEN_URL": "<mcp_svc_token_url>",
"MCP_SVC_CLIENT_SECRET": "<mcp_svc_client_secret>"
}
}
}
}MCP_SVC_TOKEN_URLMCP_SVC_CLIENT_SECRETMCP Servers overview
# EAD Factory MCP Server
[](https://www.npmjs.com/package/@g-digital/mcp-ead-factory)
[](https://www.npmjs.com/package/@g-digital/mcp-ead-factory)
[](LICENSE)
[](https://www.npmjs.com/package/@g-digital/mcp-ead-factory)
[](https://smithery.ai/servers/g-digital/ead-factory)
MCP server for EAD Factory: qualified evidence, signature, notifications and chat via AI agents.
## Quick start
```bash
npx -y @g-digital/mcp-ead-factory
```
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-factory` — [npmjs.com/package/@g-digital/mcp-ead-factory](https://www.npmjs.com/package/@g-digital/mcp-ead-factory) |
| **Docker Hub** | `docker pull gdigital/ead-factory:latest` — [hub.docker.com/r/gdigital/ead-factory](https://hub.docker.com/r/gdigital/ead-factory) |
| **MCP Official Registry** | Auto-discovered as `io.github.g-digital-by-Garrigues/ead-factory` — [registry.modelcontextprotocol.io](https://registry.modelcontextprotocol.io/v0/servers/io.github.g-digital-by-Garrigues/ead-factory) |
| **n8n community node** | Install `@g-digital/n8n-nodes-ead-factory` in n8n Settings → Community Nodes — [npmjs.com/package/@g-digital/n8n-nodes-ead-factory](https://www.npmjs.com/package/@g-digital/n8n-nodes-ead-factory) |
| **Smithery** | `smithery mcp install g-digital/ead-factory` — [smithery.ai/servers/g-digital/ead-factory](https://smithery.ai/servers/g-digital/ead-factory) |
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://digitaltrust.gcloudfactory.com](https://digitaltrust.gcloudfactory.com)
## Installation
### Claude Desktop
```json
{
"mcpServers": {
"ead-factory": {
"args": [
"-y",
"@g-digital/mcp-ead-factory"
],
"command": "npx",
"env": {
"MCP_SVC_CLIENT_ID": "",
"MCP_SVC_CLIENT_SECRET": "<PASTE_MCP_SVC_CLIENT_SECRET_HERE>",
"MCP_SVC_TOKEN_URL": ""
}
}
}
}
```
> Need credentials? See: https://digitaltrust.gcloudfactory.com
### Claude Code (CLI)
```json
{
"mcpServers": {
"ead-factory": {
"args": [
"-y",
"@g-digital/mcp-ead-factory"
],
"command": "npx",
"env": {
"MCP_SVC_CLIENT_ID": "",
"MCP_SVC_CLIENT_SECRET": "<PASTE_MCP_SVC_CLIENT_SECRET_HERE>",
"MCP_SVC_TOKEN_URL": ""
}
}
}
}
```
> Need credentials? See: https://digitaltrust.gcloudfactory.com
### Cursor
```json
{
"mcpServers": {
"ead-factory": {
"args": [
"-y",
"@g-digital/mcp-ead-factory"
],
"command": "npx",
"env": {
"MCP_SVC_CLIENT_ID": "",
"MCP_SVC_CLIENT_SECRET": "<PASTE_MCP_SVC_CLIENT_SECRET_HERE>",
"MCP_SVC_TOKEN_URL": ""
}
}
}
}
```
> Need credentials? See: https://digitaltrust.gcloudfactory.com
### Windsurf
```json
{
"mcpServers": {
"ead-factory": {
"args": [
"-y",
"@g-digital/mcp-ead-factory"
],
"command": "npx",
"env": {
"MCP_SVC_CLIENT_ID": "",
"MCP_SVC_CLIENT_SECRET": "<PASTE_MCP_SVC_CLIENT_SECRET_HERE>",
"MCP_SVC_TOKEN_URL": ""
}
}
}
}
```
> Need credentials? See: https://digitaltrust.gcloudfactory.com
### Cline
```json
{
"mcpServers": {
"ead-factory": {
"args": [
"-y",
"@g-digital/mcp-ead-factory"
],
"command": "npx",
"env": {
"MCP_SVC_CLIENT_ID": "",
"MCP_SVC_CLIENT_SECRET": "<PASTE_MCP_SVC_CLIENT_SECRET_HERE>",
"MCP_SVC_TOKEN_URL": ""
}
}
}
}
```
> Need credentials? See: https://digitaltrust.gcloudfactory.com
### VS Code
```json
{
"servers": {
"ead-factory": {
"args": [
"-y",
"@g-digital/mcp-ead-factory"
],
"command": "npx",
"env": {
"MCP_SVC_CLIENT_ID": "",
"MCP_SVC_CLIENT_SECRET": "<PASTE_MCP_SVC_CLIENT_SECRET_HERE>",
"MCP_SVC_TOKEN_URL": ""
}
}
}
}
```
> Need credentials? See: https://digitaltrust.gcloudfactory.com
### JetBrains
```json
{
"mcpServers": {
"ead-factory": {
"args": [
"-y",
"@g-digital/mcp-ead-factory"
],
"command": "npx",
"env": {
"MCP_SVC_CLIENT_ID": "",
"MCP_SVC_CLIENT_SECRET": "<PASTE_MCP_SVC_CLIENT_SECRET_HERE>",
"MCP_SVC_TOKEN_URL": ""
}
}
}
}
```
> Need credentials? See: https://digitaltrust.gcloudfactory.com
### Zed
```json
{
"mcpServers": {
"ead-factory": {
"args": [
"-y",
"@g-digital/mcp-ead-factory"
],
"command": "npx",
"env": {
"MCP_SVC_CLIENT_ID": "",
"MCP_SVC_CLIENT_SECRET": "<PASTE_MCP_SVC_CLIENT_SECRET_HERE>",
"MCP_SVC_TOKEN_URL": ""
}
}
}
}
```
> Need credentials? See: https://digitaltrust.gcloudfactory.com
### Claude Desktop / Claude Code
Add to your `~/.claude.json` or `claude_desktop_config.json`:
```json
{
"mcpServers": {
"ead-factory": {
"command": "npx",
"args": ["-y", "@g-digital/mcp-ead-factory"],
"env": {
"MCP_SVC_TOKEN_URL": "https://your-idp.example.com/oauth2/v1/token",
"MCP_SVC_CLIENT_ID": "your-client-id",
"MCP_SVC_CLIENT_SECRET": "your-client-secret"
}
}
}
}
```
### Docker
```bash
docker run --rm -i \
-e MCP_SVC_TOKEN_URL=https://your-idp.example.com/oauth2/v1/token \
-e MCP_SVC_CLIENT_ID=your-client-id \
-e MCP_SVC_CLIENT_SECRET=your-client-secret \
gdigital/ead-factory: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` | No | No | Gateway ROOT URL (e.g. https://api.int.gcloudfactory.com) — each manager's path prefix is appended automatically; do NOT include a manager path here |
| `MCP_API_BASE_URL_CHAT` | No | No | Full base URL override for the chat manager, used as-is (default: https://api.gcloudfactory.com/chat-bot-manager) |
| `MCP_API_BASE_URL_EVIDENCE` | No | No | Full base URL override for the evidence manager, used as-is (default: https://api.gcloudfactory.com/digital-trust) |
| `MCP_API_BASE_URL_NOTIFICATION` | No | No | Full base URL override for the notification manager, used as-is (default: https://api.gcloudfactory.com/notifications) |
| `MCP_API_BASE_URL_SIGNATURE` | No | No | Full base URL override for the signature manager, used as-is (default: https://api.gcloudfactory.com/signature-manager) |
| `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` | Yes | No | OAuth2 client_credentials client ID. |
| `MCP_SVC_CLIENT_SECRET` | Yes | Yes | OAuth2 client_credentials client secret. (See https://digitaltrust.gcloudfactory.com for credential acquisition.) |
| `MCP_SVC_INTROSPECT_URL` | No | No | RFC 7662 token introspection URL for inbound Bearer verification in HTTP mode. Opt-in, and required when MCP_HTTP_PUBLIC=true. Leave empty for stdio (local) use. |
| `MCP_SVC_SCOPE` | No | No | Optional OAuth2 scope for the service-account token request. |
| `MCP_SVC_TOKEN_URL` | Yes | No | Token endpoint URL for the OAuth2 client_credentials flow. |
| `PORT` | No | No | HTTP port when running in hosted (HTTP) mode; ignored in stdio mode |
| Variable | Required | Description |
|---|---|---|
| `MCP_SVC_TOKEN_URL` | Required | OAuth2 client_credentials token endpoint URL |
| `MCP_SVC_CLIENT_ID` | Required | OAutWhat people ask about EAD-Factory-MCP
What is g-digital-by-Garrigues/EAD-Factory-MCP?
+
g-digital-by-Garrigues/EAD-Factory-MCP is mcp servers for the Claude AI ecosystem. EAD Factory MCP — Digital Trust services APIs for your agents. Bridges any MCP-compatible client (Claude Code, Claude Desktop, Cursor, etc.) to Garrigues' Evidence Manager + Signature Manager APIs. It has 0 GitHub stars and was last updated today.
How do I install EAD-Factory-MCP?
+
You can install EAD-Factory-MCP by cloning the repository (https://github.com/g-digital-by-Garrigues/EAD-Factory-MCP) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is g-digital-by-Garrigues/EAD-Factory-MCP safe to use?
+
Our security agent has analyzed g-digital-by-Garrigues/EAD-Factory-MCP and assigned a Trust Score of 79/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains g-digital-by-Garrigues/EAD-Factory-MCP?
+
g-digital-by-Garrigues/EAD-Factory-MCP is maintained by g-digital-by-Garrigues. The last recorded GitHub activity is from today, with 0 open issues.
Are there alternatives to EAD-Factory-MCP?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy EAD-Factory-MCP to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/g-digital-by-garrigues-ead-factory-mcp)<a href="https://claudewave.com/repo/g-digital-by-garrigues-ead-factory-mcp"><img src="https://claudewave.com/api/badge/g-digital-by-garrigues-ead-factory-mcp" alt="Featured on ClaudeWave: g-digital-by-Garrigues/EAD-Factory-MCP" width="320" height="64" /></a>More 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.
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!
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface