MCP.so
Sign In
Servers

Ead Factory Mcp

@g-digital-by-Garrigues

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.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "ead-factory": {
      "command": "npx",
      "args": [
        "-y",
        "@g-digital/mcp-ead-factory"
      ],
      "env": {
        "OKTA_TOKEN_URL": "https://<your-okta-tenant>.okta.com/oauth2/<authServer>/v1/token",
        "OKTA_CLIENT_ID": "<your-okta-client-id>",
        "OKTA_CLIENT_SECRET": "<your-okta-client-secret>",
        "OKTA_SCOPE": "token",
        "API_BASE_URL": "https://api.int.gcloudfactory.com/digital-trust",
        "SIGNATURE_API_BASE_URL": "https://api.int.gcloudfactory.com/signature-manager"
      }
    }
  }
}

More from Developer Tools