brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
io.github.g-digital-by-Garrigues/ead-enterprise-suite · v1.4.2
MCP server for EAD Enterprise Suite - signatures, evidence, notifications, dossiers via AI agents.
ead-enterprise-suite 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"ead-enterprise-suite": {
"command": "npx",
"args": [
"-y",
"@g-digital/mcp-ead-enterprise-suite"
]
}
}
}MCP_ALLOW_INSECURE_FILE_URL可选Set to "true" to allow plain http:// fileUrl downloads in evidence_create (default https-only). Private/internal addresses are always rejected regardless.
MCP_ALLOWED_HOSTS可选Comma-separated allowed Host headers. Empty = Host validation disabled (default). When set, requests with a Host outside the list are rejected.
MCP_ALLOWED_ORIGINS可选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_AUTH_EMAIL可选Your EAD Enterprise Suite account email (Flow 1). Configure one of Flow 1 or Flow 2.
MCP_AUTH_PASSWORD可选secretYour EAD Enterprise Suite account password (Flow 1, email/password accounts) (See https://www.eadtrust.eu/soluciones-legaltech/enterprise-suite/ for credential acquisition.)
MCP_HTTP_HOST可选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_PUBLIC可选Set to "true" for public/multi-tenant deployments. Activates Host validation and refuses to start unless MCP_ALLOWED_ORIGINS or MCP_ALLOWED_HOSTS is set (fail-closed).
MCP_OPENID_CLIENT_ID可选OpenID Connect client ID (Flow 2)
MCP_OPENID_ISSUER可选OpenID Connect issuer URL (Flow 2)
MCP_OPENID_REFRESH_TOKEN可选secretOpenID Connect refresh token (Flow 2) (See https://www.eadtrust.eu/soluciones-legaltech/enterprise-suite/ for credential acquisition.)
PORT可选HTTP port when running in hosted (HTTP) mode; ignored in stdio mode
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
v0.3.0
io.github.opendata-kr/narajangteo-opening
나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버
v3.10.1
io.github.webdriverio/mcp
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
v0.0.53
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
v1.0.0
ai.arpi/arpi-mcp
AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.
{
"id": "io.github.g-digital-by-Garrigues/ead-enterprise-suite",
"type": "mcp-server",
"version": "1.4.2",
"displayName": "ead-enterprise-suite",
"description": "MCP server for EAD Enterprise Suite - signatures, evidence, notifications, dossiers via AI agents.",
"repository": {
"url": "https://github.com/g-digital-by-Garrigues/EAD_Enterprise_Suite_MCP",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@g-digital/mcp-ead-enterprise-suite",
"version": "1.4.2",
"transport": "stdio",
"environmentVariables": [
{
"name": "MCP_ALLOW_INSECURE_FILE_URL",
"description": "Set to \"true\" to allow plain http:// fileUrl downloads in evidence_create (default https-only). Private/internal addresses are always rejected regardless."
},
{
"name": "MCP_ALLOWED_HOSTS",
"description": "Comma-separated allowed Host headers. Empty = Host validation disabled (default). When set, requests with a Host outside the list are rejected."
},
{
"name": "MCP_ALLOWED_ORIGINS",
"description": "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."
},
{
"name": "MCP_AUTH_EMAIL",
"description": "Your EAD Enterprise Suite account email (Flow 1). Configure one of Flow 1 or Flow 2."
},
{
"name": "MCP_AUTH_PASSWORD",
"description": "Your EAD Enterprise Suite account password (Flow 1, email/password accounts) (See https://www.eadtrust.eu/soluciones-legaltech/enterprise-suite/ for credential acquisition.)",
"isSecret": true
},
{
"name": "MCP_HTTP_HOST",
"description": "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)."
},
{
"name": "MCP_HTTP_PUBLIC",
"description": "Set to \"true\" for public/multi-tenant deployments. Activates Host validation and refuses to start unless MCP_ALLOWED_ORIGINS or MCP_ALLOWED_HOSTS is set (fail-closed)."
},
{
"name": "MCP_OPENID_CLIENT_ID",
"description": "OpenID Connect client ID (Flow 2)"
},
{
"name": "MCP_OPENID_ISSUER",
"description": "OpenID Connect issuer URL (Flow 2)"
},
{
"name": "MCP_OPENID_REFRESH_TOKEN",
"description": "OpenID Connect refresh token (Flow 2) (See https://www.eadtrust.eu/soluciones-legaltech/enterprise-suite/ for credential acquisition.)",
"isSecret": true
},
{
"name": "PORT",
"description": "HTTP port when running in hosted (HTTP) mode; ignored in stdio mode"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.g-digital-by-Garrigues/ead-enterprise-suite",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.g-digital-by-Garrigues%2Fead-enterprise-suite/versions/latest",
"isOfficial": true,
"status": "active"
}
}