EAD Factory MCP Server
Rank #10,477io.github.g-digital-by-Garrigues/ead-factory
MCP server for EAD Factory: qualified evidence, signature, notifications and chat via AI agents.
EAD Factory MCP Server is a Model Context Protocol (MCP) server published by g-digital-by-garrigues. It ranks #10,477 of 132,113 servers tracked on MCP Toplist. EAD Factory MCP Server is listed across 3 registries — Official MCP, mcp.so and Glama, with 21 tracked versions. It was first listed on May 14, 2026 and most recently updated on Sep 9, 2026.
Ranks ahead of 121,636 of 132,113 servers on MCP Toplist.
Use EAD Factory MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add ead-factory -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_API_BASE_URL_CHAT=<your MCP_API_BASE_URL_CHAT>" -e "MCP_API_BASE_URL_EVIDENCE=<your MCP_API_BASE_URL_EVIDENCE>" -e "MCP_API_BASE_URL_NOTIFICATION=<your MCP_API_BASE_URL_NOTIFICATION>" -e "MCP_API_BASE_URL_SIGNATURE=<your MCP_API_BASE_URL_SIGNATURE>" -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 "MCP_SVC_SCOPE=<your MCP_SVC_SCOPE>" -e "MCP_SVC_TOKEN_URL=<your MCP_SVC_TOKEN_URL>" -e "PORT=<your PORT>" -- npx -y @g-digital/mcp-ead-factoryReplace each placeholder with your own value before saving.
[mcp_servers.ead-factory]
command = "npx"
args = ["-y", "@g-digital/mcp-ead-factory"]
[mcp_servers.ead-factory.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_API_BASE_URL_CHAT = "<your MCP_API_BASE_URL_CHAT>"
MCP_API_BASE_URL_EVIDENCE = "<your MCP_API_BASE_URL_EVIDENCE>"
MCP_API_BASE_URL_NOTIFICATION = "<your MCP_API_BASE_URL_NOTIFICATION>"
MCP_API_BASE_URL_SIGNATURE = "<your MCP_API_BASE_URL_SIGNATURE>"
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>"
MCP_SVC_SCOPE = "<your MCP_SVC_SCOPE>"
MCP_SVC_TOKEN_URL = "<your MCP_SVC_TOKEN_URL>"
PORT = "<your PORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ead-factory": {
"command": "npx",
"args": [
"-y",
"@g-digital/mcp-ead-factory"
],
"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_API_BASE_URL_CHAT": "<your MCP_API_BASE_URL_CHAT>",
"MCP_API_BASE_URL_EVIDENCE": "<your MCP_API_BASE_URL_EVIDENCE>",
"MCP_API_BASE_URL_NOTIFICATION": "<your MCP_API_BASE_URL_NOTIFICATION>",
"MCP_API_BASE_URL_SIGNATURE": "<your MCP_API_BASE_URL_SIGNATURE>",
"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>",
"MCP_SVC_SCOPE": "<your MCP_SVC_SCOPE>",
"MCP_SVC_TOKEN_URL": "<your MCP_SVC_TOKEN_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-factory": {
"command": "npx",
"args": [
"-y",
"@g-digital/mcp-ead-factory"
],
"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_API_BASE_URL_CHAT": "<your MCP_API_BASE_URL_CHAT>",
"MCP_API_BASE_URL_EVIDENCE": "<your MCP_API_BASE_URL_EVIDENCE>",
"MCP_API_BASE_URL_NOTIFICATION": "<your MCP_API_BASE_URL_NOTIFICATION>",
"MCP_API_BASE_URL_SIGNATURE": "<your MCP_API_BASE_URL_SIGNATURE>",
"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>",
"MCP_SVC_SCOPE": "<your MCP_SVC_SCOPE>",
"MCP_SVC_TOKEN_URL": "<your MCP_SVC_TOKEN_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-factory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@g-digital/mcp-ead-factory"
],
"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_API_BASE_URL_CHAT": "<your MCP_API_BASE_URL_CHAT>",
"MCP_API_BASE_URL_EVIDENCE": "<your MCP_API_BASE_URL_EVIDENCE>",
"MCP_API_BASE_URL_NOTIFICATION": "<your MCP_API_BASE_URL_NOTIFICATION>",
"MCP_API_BASE_URL_SIGNATURE": "<your MCP_API_BASE_URL_SIGNATURE>",
"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>",
"MCP_SVC_SCOPE": "<your MCP_SVC_SCOPE>",
"MCP_SVC_TOKEN_URL": "<your MCP_SVC_TOKEN_URL>",
"PORT": "<your PORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ead-factory": {
"command": "npx",
"args": [
"-y",
"@g-digital/mcp-ead-factory"
],
"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_API_BASE_URL_CHAT": "<your MCP_API_BASE_URL_CHAT>",
"MCP_API_BASE_URL_EVIDENCE": "<your MCP_API_BASE_URL_EVIDENCE>",
"MCP_API_BASE_URL_NOTIFICATION": "<your MCP_API_BASE_URL_NOTIFICATION>",
"MCP_API_BASE_URL_SIGNATURE": "<your MCP_API_BASE_URL_SIGNATURE>",
"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>",
"MCP_SVC_SCOPE": "<your MCP_SVC_SCOPE>",
"MCP_SVC_TOKEN_URL": "<your MCP_SVC_TOKEN_URL>",
"PORT": "<your PORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ead-factory": {
"command": "npx",
"args": [
"-y",
"@g-digital/mcp-ead-factory"
],
"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_API_BASE_URL_CHAT": "<your MCP_API_BASE_URL_CHAT>",
"MCP_API_BASE_URL_EVIDENCE": "<your MCP_API_BASE_URL_EVIDENCE>",
"MCP_API_BASE_URL_NOTIFICATION": "<your MCP_API_BASE_URL_NOTIFICATION>",
"MCP_API_BASE_URL_SIGNATURE": "<your MCP_API_BASE_URL_SIGNATURE>",
"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>",
"MCP_SVC_SCOPE": "<your MCP_SVC_SCOPE>",
"MCP_SVC_TOKEN_URL": "<your MCP_SVC_TOKEN_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-factory)<a href="https://mcptoplist.com/server/io.github.g-digital-by-Garrigues%2Fead-factory"><img src="https://mcptoplist.com/badge/io.github.g-digital-by-Garrigues%2Fead-factory.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
g-digital-by-garrigues
Other servers by g-digital-by-garrigues
View all g-digital-by-garrigues servers →Available versions (21)
| Version | Published |
|---|---|
| 1.4.0 | Sep 9, 2026 |
| 1.3.1 | Jul 22, 2026 |
| 1.3.0 | Jul 22, 2026 |
| 1.2.1 | Jul 16, 2026 |
| 1.2.0 | Jul 16, 2026 |
| 1.1.0 | Jul 8, 2026 |
| 1.0.15 | Jun 3, 2026 |
| 1.0.14 | Jun 3, 2026 |
| 1.0.13 | May 31, 2026 |
| 1.0.12 | May 24, 2026 |
| 1.0.11 | May 21, 2026 |
| 1.0.10 | May 20, 2026 |
| 1.0.8 | May 20, 2026 |
| 1.0.7 | May 19, 2026 |
| 1.0.6 | May 19, 2026 |
| 1.0.5 | May 18, 2026 |
| 1.0.4 | May 18, 2026 |
| 1.0.3 | May 16, 2026 |
| 1.0.2 | May 14, 2026 |
| 1.0.1 | May 14, 2026 |
| 1.0.0 | May 14, 2026 |
Frequently asked questions
- Who maintains EAD Factory MCP Server?
- EAD Factory MCP Server is maintained by g-digital-by-garrigues, which publishes 3 MCP servers (74 total versions) tracked on MCP Toplist.
- Is EAD Factory MCP Server listed on the Official MCP Registry?
- Yes — EAD Factory MCP Server is listed on the Official MCP Registry, alongside mcp.so and Glama.
- How many versions does EAD Factory MCP Server have?
- MCP Toplist tracks 21 versions of EAD Factory MCP Server, most recently published on Sep 9, 2026.
- Where can I find the source code for EAD Factory MCP Server?
- The source code for EAD Factory MCP Server is hosted at github.com/g-digital-by-Garrigues/MCP_Market_Distribution.
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.