← Index

io.github.g-digital-by-Garrigues/ead-factory

io.github.g-digital-by-Garrigues/ead-factory·v1.0.12·Other
Quality Score
85
/100

EAD Factory MCP — Digital Trust services APIs for your agents

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "ead-factory": {
      "command": "npx",
      "args": [
        "-y",
        "@g-digital/mcp-ead-factory"
      ],
      "env": {
        "API_BASE_URL": "<api_base_url>",
        "FULL_FLOW_EMAIL_BASE": "<full_flow_email_base>",
        "FULL_FLOW_FILE_PATH": "<full_flow_file_path>",
        "HTTP_PORT": "<http_port>",
        "OKTA_CLIENT_ID": "<okta_client_id>",
        "OKTA_CLIENT_SECRET": "<your-okta_client_secret>",
        "OKTA_SCOPE": "<okta_scope>",
        "OKTA_TOKEN_URL": "<okta_token_url>",
        "POLL_INTERVAL_MS": "<poll_interval_ms>",
        "POLL_MAX_ATTEMPTS": "<poll_max_attempts>",
        "SIGNATURE_API_BASE_URL": "<signature_api_base_url>",
        "TRANSPORT": "<transport>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "ead-factory": {
      "command": "npx",
      "args": [
        "-y",
        "@g-digital/mcp-ead-factory"
      ],
      "env": {
        "API_BASE_URL": "<api_base_url>",
        "FULL_FLOW_EMAIL_BASE": "<full_flow_email_base>",
        "FULL_FLOW_FILE_PATH": "<full_flow_file_path>",
        "HTTP_PORT": "<http_port>",
        "OKTA_CLIENT_ID": "<okta_client_id>",
        "OKTA_CLIENT_SECRET": "<your-okta_client_secret>",
        "OKTA_SCOPE": "<okta_scope>",
        "OKTA_TOKEN_URL": "<okta_token_url>",
        "POLL_INTERVAL_MS": "<poll_interval_ms>",
        "POLL_MAX_ATTEMPTS": "<poll_max_attempts>",
        "SIGNATURE_API_BASE_URL": "<signature_api_base_url>",
        "TRANSPORT": "<transport>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @g-digital/mcp-ead-factory
§02  Environment variables
API_BASE_URL
required

Evidence Manager API base URL

FULL_FLOW_EMAIL_BASE
required

Full flow base email — used to compose participant emails (user+signatory@domain, etc.)

FULL_FLOW_FILE_PATH
required

Full flow default file path

HTTP_PORT
required

TCP port for the HTTP transport. Used only when TRANSPORT=http; ignored in stdio mode.

OKTA_CLIENT_ID
required

Okta application client ID (client_credentials grant).

OKTA_CLIENT_SECRET
requiredsecret

Okta application client secret. See https://eadtrust.example.com/onboarding for credential acquisition.

OKTA_SCOPE
required

OAuth scope requested. Defaults to 'token' if not provided.

OKTA_TOKEN_URL
required

Okta token endpoint (client_credentials grant). Used both for outbound API calls and for verifying inbound Bearer tokens in HTTP mode.

POLL_INTERVAL_MS
required

Polling interval in milliseconds for the evidence-status check.

POLL_MAX_ATTEMPTS
required

Maximum polling attempts before timing out the evidence-status check.

SIGNATURE_API_BASE_URL
required

Signature Manager API base URL

TRANSPORT
required

Transport: "stdio" for local Claude Code, "http" for remote deployment with auth

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other