EAD Enterprise Suite MCP Server
Rank #8,858io.github.g-digital-by-Garrigues/ead-enterprise-suite
MCP server for EAD Enterprise Suite - signatures, evidence, notifications, dossiers via AI agents.
EAD Enterprise Suite MCP Server is a Model Context Protocol (MCP) server published by g-digital-by-garrigues. It ranks #8,858 of 132,113 servers tracked on MCP Toplist. EAD Enterprise Suite MCP Server is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 24 tracked versions. It was first listed on May 22, 2026 and most recently updated on Sep 8, 2026.
Ranks ahead of 123,255 of 132,113 servers on MCP Toplist.
Use EAD Enterprise Suite MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ead-enterprise-suite -e "MCP_ALLOW_INSECURE_FILE_URL=<your MCP_ALLOW_INSECURE_FILE_URL>" -e "MCP_ALLOW_UNVERIFIED_BEARER=<your MCP_ALLOW_UNVERIFIED_BEARER>" -e "MCP_ALLOWED_HOSTS=<your MCP_ALLOWED_HOSTS>" -e "MCP_ALLOWED_ORIGINS=<your MCP_ALLOWED_ORIGINS>" -e "MCP_API_BASE_URL=<your MCP_API_BASE_URL>" -e "MCP_AUTH_USER_KEY=<your MCP_AUTH_USER_KEY>" -e "MCP_HTTP_HOST=<your MCP_HTTP_HOST>" -e "MCP_HTTP_MAX_BODY_BYTES=<your MCP_HTTP_MAX_BODY_BYTES>" -e "MCP_HTTP_PUBLIC=<your MCP_HTTP_PUBLIC>" -e "MCP_SVC_CLIENT_ID=<your MCP_SVC_CLIENT_ID>" -e "MCP_SVC_CLIENT_SECRET=<your MCP_SVC_CLIENT_SECRET>" -e "MCP_SVC_INTROSPECT_URL=<your MCP_SVC_INTROSPECT_URL>" -e "PORT=<your PORT>" -- npx -y @g-digital/mcp-ead-enterprise-suiteReplace each placeholder with your own value before saving.
[mcp_servers.ead-enterprise-suite]
command = "npx"
args = ["-y", "@g-digital/mcp-ead-enterprise-suite"]
[mcp_servers.ead-enterprise-suite.env]
MCP_ALLOW_INSECURE_FILE_URL = "<your MCP_ALLOW_INSECURE_FILE_URL>"
MCP_ALLOW_UNVERIFIED_BEARER = "<your MCP_ALLOW_UNVERIFIED_BEARER>"
MCP_ALLOWED_HOSTS = "<your MCP_ALLOWED_HOSTS>"
MCP_ALLOWED_ORIGINS = "<your MCP_ALLOWED_ORIGINS>"
MCP_API_BASE_URL = "<your MCP_API_BASE_URL>"
MCP_AUTH_USER_KEY = "<your MCP_AUTH_USER_KEY>"
MCP_HTTP_HOST = "<your MCP_HTTP_HOST>"
MCP_HTTP_MAX_BODY_BYTES = "<your MCP_HTTP_MAX_BODY_BYTES>"
MCP_HTTP_PUBLIC = "<your MCP_HTTP_PUBLIC>"
MCP_SVC_CLIENT_ID = "<your MCP_SVC_CLIENT_ID>"
MCP_SVC_CLIENT_SECRET = "<your MCP_SVC_CLIENT_SECRET>"
MCP_SVC_INTROSPECT_URL = "<your MCP_SVC_INTROSPECT_URL>"
PORT = "<your PORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ead-enterprise-suite": {
"command": "npx",
"args": [
"-y",
"@g-digital/mcp-ead-enterprise-suite"
],
"env": {
"MCP_ALLOW_INSECURE_FILE_URL": "<your MCP_ALLOW_INSECURE_FILE_URL>",
"MCP_ALLOW_UNVERIFIED_BEARER": "<your MCP_ALLOW_UNVERIFIED_BEARER>",
"MCP_ALLOWED_HOSTS": "<your MCP_ALLOWED_HOSTS>",
"MCP_ALLOWED_ORIGINS": "<your MCP_ALLOWED_ORIGINS>",
"MCP_API_BASE_URL": "<your MCP_API_BASE_URL>",
"MCP_AUTH_USER_KEY": "<your MCP_AUTH_USER_KEY>",
"MCP_HTTP_HOST": "<your MCP_HTTP_HOST>",
"MCP_HTTP_MAX_BODY_BYTES": "<your MCP_HTTP_MAX_BODY_BYTES>",
"MCP_HTTP_PUBLIC": "<your MCP_HTTP_PUBLIC>",
"MCP_SVC_CLIENT_ID": "<your MCP_SVC_CLIENT_ID>",
"MCP_SVC_CLIENT_SECRET": "<your MCP_SVC_CLIENT_SECRET>",
"MCP_SVC_INTROSPECT_URL": "<your MCP_SVC_INTROSPECT_URL>",
"PORT": "<your PORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ead-enterprise-suite": {
"command": "npx",
"args": [
"-y",
"@g-digital/mcp-ead-enterprise-suite"
],
"env": {
"MCP_ALLOW_INSECURE_FILE_URL": "<your MCP_ALLOW_INSECURE_FILE_URL>",
"MCP_ALLOW_UNVERIFIED_BEARER": "<your MCP_ALLOW_UNVERIFIED_BEARER>",
"MCP_ALLOWED_HOSTS": "<your MCP_ALLOWED_HOSTS>",
"MCP_ALLOWED_ORIGINS": "<your MCP_ALLOWED_ORIGINS>",
"MCP_API_BASE_URL": "<your MCP_API_BASE_URL>",
"MCP_AUTH_USER_KEY": "<your MCP_AUTH_USER_KEY>",
"MCP_HTTP_HOST": "<your MCP_HTTP_HOST>",
"MCP_HTTP_MAX_BODY_BYTES": "<your MCP_HTTP_MAX_BODY_BYTES>",
"MCP_HTTP_PUBLIC": "<your MCP_HTTP_PUBLIC>",
"MCP_SVC_CLIENT_ID": "<your MCP_SVC_CLIENT_ID>",
"MCP_SVC_CLIENT_SECRET": "<your MCP_SVC_CLIENT_SECRET>",
"MCP_SVC_INTROSPECT_URL": "<your MCP_SVC_INTROSPECT_URL>",
"PORT": "<your PORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ead-enterprise-suite": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@g-digital/mcp-ead-enterprise-suite"
],
"env": {
"MCP_ALLOW_INSECURE_FILE_URL": "<your MCP_ALLOW_INSECURE_FILE_URL>",
"MCP_ALLOW_UNVERIFIED_BEARER": "<your MCP_ALLOW_UNVERIFIED_BEARER>",
"MCP_ALLOWED_HOSTS": "<your MCP_ALLOWED_HOSTS>",
"MCP_ALLOWED_ORIGINS": "<your MCP_ALLOWED_ORIGINS>",
"MCP_API_BASE_URL": "<your MCP_API_BASE_URL>",
"MCP_AUTH_USER_KEY": "<your MCP_AUTH_USER_KEY>",
"MCP_HTTP_HOST": "<your MCP_HTTP_HOST>",
"MCP_HTTP_MAX_BODY_BYTES": "<your MCP_HTTP_MAX_BODY_BYTES>",
"MCP_HTTP_PUBLIC": "<your MCP_HTTP_PUBLIC>",
"MCP_SVC_CLIENT_ID": "<your MCP_SVC_CLIENT_ID>",
"MCP_SVC_CLIENT_SECRET": "<your MCP_SVC_CLIENT_SECRET>",
"MCP_SVC_INTROSPECT_URL": "<your MCP_SVC_INTROSPECT_URL>",
"PORT": "<your PORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ead-enterprise-suite": {
"command": "npx",
"args": [
"-y",
"@g-digital/mcp-ead-enterprise-suite"
],
"env": {
"MCP_ALLOW_INSECURE_FILE_URL": "<your MCP_ALLOW_INSECURE_FILE_URL>",
"MCP_ALLOW_UNVERIFIED_BEARER": "<your MCP_ALLOW_UNVERIFIED_BEARER>",
"MCP_ALLOWED_HOSTS": "<your MCP_ALLOWED_HOSTS>",
"MCP_ALLOWED_ORIGINS": "<your MCP_ALLOWED_ORIGINS>",
"MCP_API_BASE_URL": "<your MCP_API_BASE_URL>",
"MCP_AUTH_USER_KEY": "<your MCP_AUTH_USER_KEY>",
"MCP_HTTP_HOST": "<your MCP_HTTP_HOST>",
"MCP_HTTP_MAX_BODY_BYTES": "<your MCP_HTTP_MAX_BODY_BYTES>",
"MCP_HTTP_PUBLIC": "<your MCP_HTTP_PUBLIC>",
"MCP_SVC_CLIENT_ID": "<your MCP_SVC_CLIENT_ID>",
"MCP_SVC_CLIENT_SECRET": "<your MCP_SVC_CLIENT_SECRET>",
"MCP_SVC_INTROSPECT_URL": "<your MCP_SVC_INTROSPECT_URL>",
"PORT": "<your PORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ead-enterprise-suite": {
"command": "npx",
"args": [
"-y",
"@g-digital/mcp-ead-enterprise-suite"
],
"env": {
"MCP_ALLOW_INSECURE_FILE_URL": "<your MCP_ALLOW_INSECURE_FILE_URL>",
"MCP_ALLOW_UNVERIFIED_BEARER": "<your MCP_ALLOW_UNVERIFIED_BEARER>",
"MCP_ALLOWED_HOSTS": "<your MCP_ALLOWED_HOSTS>",
"MCP_ALLOWED_ORIGINS": "<your MCP_ALLOWED_ORIGINS>",
"MCP_API_BASE_URL": "<your MCP_API_BASE_URL>",
"MCP_AUTH_USER_KEY": "<your MCP_AUTH_USER_KEY>",
"MCP_HTTP_HOST": "<your MCP_HTTP_HOST>",
"MCP_HTTP_MAX_BODY_BYTES": "<your MCP_HTTP_MAX_BODY_BYTES>",
"MCP_HTTP_PUBLIC": "<your MCP_HTTP_PUBLIC>",
"MCP_SVC_CLIENT_ID": "<your MCP_SVC_CLIENT_ID>",
"MCP_SVC_CLIENT_SECRET": "<your MCP_SVC_CLIENT_SECRET>",
"MCP_SVC_INTROSPECT_URL": "<your MCP_SVC_INTROSPECT_URL>",
"PORT": "<your PORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.g-digital-by-Garrigues%2Fead-enterprise-suite)<a href="https://mcptoplist.com/server/io.github.g-digital-by-Garrigues%2Fead-enterprise-suite"><img src="https://mcptoplist.com/badge/io.github.g-digital-by-Garrigues%2Fead-enterprise-suite.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
g-digital-by-garrigues
Other servers by g-digital-by-garrigues
View all g-digital-by-garrigues servers →Available versions (24)
| Version | Published |
|---|---|
| 2.0.0 | Sep 8, 2026 |
| 1.6.1 | Jul 22, 2026 |
| 1.6.0 | Jul 17, 2026 |
| 1.5.0 | Jul 16, 2026 |
| 1.4.2 | Jun 22, 2026 |
| 1.4.1 | Jun 18, 2026 |
| 1.4.0 | Jun 17, 2026 |
| 1.3.14 | Jun 5, 2026 |
| 1.3.13 | Jun 5, 2026 |
| 1.3.12 | Jun 5, 2026 |
| 1.3.11 | Jun 5, 2026 |
| 1.3.10 | Jun 3, 2026 |
| 1.3.9 | Jun 3, 2026 |
| 1.3.7 | Jun 1, 2026 |
| 1.3.6 | May 31, 2026 |
| 1.3.5 | May 31, 2026 |
| 1.3.4 | May 31, 2026 |
| 1.3.3 | May 31, 2026 |
| 1.3.2 | May 30, 2026 |
| 1.2.5 | May 29, 2026 |
| 1.2.4 | May 28, 2026 |
| 1.2.3 | May 26, 2026 |
| 1.1.1 | May 24, 2026 |
| 1.0.0 | May 22, 2026 |
Frequently asked questions
- Who maintains EAD Enterprise Suite MCP Server?
- EAD Enterprise Suite MCP Server is maintained by g-digital-by-garrigues, which publishes 3 MCP servers (74 total versions) tracked on MCP Toplist.
- Is EAD Enterprise Suite MCP Server listed on the Official MCP Registry?
- Yes — EAD Enterprise Suite MCP Server is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does EAD Enterprise Suite MCP Server have?
- MCP Toplist tracks 24 versions of EAD Enterprise Suite MCP Server, most recently published on Sep 8, 2026.
- Where can I find the source code for EAD Enterprise Suite MCP Server?
- The source code for EAD Enterprise Suite MCP Server is hosted at github.com/g-digital-by-garrigues/ead_enterprise_suite_mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.