RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.g-digital-by-Garrigues/ead-factory · v1.0.15
EAD Factory MCP — Digital Trust services APIs for your agents
ead-factory 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"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": "<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>"
}
}
}
}API_BASE_URL必填Evidence Manager API base URL
FULL_FLOW_EMAIL_BASE必填Full flow base email — used to compose participant emails (user+signatory@domain, etc.)
FULL_FLOW_FILE_PATH必填Full flow default file path
HTTP_PORT必填HTTP_PORT
OKTA_CLIENT_ID必填OKTA_CLIENT_ID
OKTA_CLIENT_SECRET必填secretOKTA_CLIENT_SECRET (See https://eadtrust.example.com/onboarding for credential acquisition.)
OKTA_SCOPE必填OKTA_SCOPE
OKTA_TOKEN_URL必填OAuth credentials (Okta client_credentials flow) Used both for calling Evidence Manager API and for verifying incoming Bearer tokens (HTTP mode)
POLL_INTERVAL_MS必填Polling configuration for evidence status
POLL_MAX_ATTEMPTS必填POLL_MAX_ATTEMPTS
SIGNATURE_API_BASE_URL必填Signature Manager API base URL
TRANSPORT必填Transport: "stdio" for local Claude Code, "http" for remote deployment with auth
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.g-digital-by-Garrigues/ead-factory",
"type": "mcp-server",
"version": "1.0.15",
"displayName": "ead-factory",
"description": "EAD Factory MCP — Digital Trust services APIs for your agents",
"repository": {
"url": "https://github.com/g-digital-by-Garrigues/EAD-Factory-MCP",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@g-digital/mcp-ead-factory",
"version": "1.0.15",
"transport": "stdio",
"environmentVariables": [
{
"name": "API_BASE_URL",
"description": "Evidence Manager API base URL",
"isRequired": true
},
{
"name": "FULL_FLOW_EMAIL_BASE",
"description": "Full flow base email — used to compose participant emails (user+signatory@domain, etc.)",
"isRequired": true
},
{
"name": "FULL_FLOW_FILE_PATH",
"description": "Full flow default file path",
"isRequired": true
},
{
"name": "HTTP_PORT",
"description": "HTTP_PORT",
"isRequired": true
},
{
"name": "OKTA_CLIENT_ID",
"description": "OKTA_CLIENT_ID",
"isRequired": true
},
{
"name": "OKTA_CLIENT_SECRET",
"description": "OKTA_CLIENT_SECRET (See https://eadtrust.example.com/onboarding for credential acquisition.)",
"isRequired": true,
"isSecret": true
},
{
"name": "OKTA_SCOPE",
"description": "OKTA_SCOPE",
"isRequired": true
},
{
"name": "OKTA_TOKEN_URL",
"description": "OAuth credentials (Okta client_credentials flow) Used both for calling Evidence Manager API and for verifying incoming Bearer tokens (HTTP mode)",
"isRequired": true
},
{
"name": "POLL_INTERVAL_MS",
"description": "Polling configuration for evidence status",
"isRequired": true
},
{
"name": "POLL_MAX_ATTEMPTS",
"description": "POLL_MAX_ATTEMPTS",
"isRequired": true
},
{
"name": "SIGNATURE_API_BASE_URL",
"description": "Signature Manager API base URL",
"isRequired": true
},
{
"name": "TRANSPORT",
"description": "Transport: \"stdio\" for local Claude Code, \"http\" for remote deployment with auth",
"isRequired": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.g-digital-by-Garrigues/ead-factory",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.g-digital-by-Garrigues%2Fead-factory/versions/latest",
"isOfficial": true,
"status": "active"
}
}