EAD Factory MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port when running in hosted (HTTP) mode; ignored in stdio mode. | |
| MCP_AUTH_JWT | No | Pre-seeded JWT (skips interactive login). | |
| MCP_HTTP_HOST | No | Interface the HTTP transport binds to. Default 127.0.0.1 (localhost only). | |
| MCP_SVC_SCOPE | No | Optional OAuth2 scope for the service-account token request. | |
| MCP_HTTP_PUBLIC | No | Set to 'true' for public/multi-tenant deployments. | |
| MCP_API_BASE_URL | No | Gateway ROOT URL (e.g. https://api.int.gcloudfactory.com) — each manager's path prefix is appended automatically. | |
| MCP_OTEL_ENABLED | No | Set to 'true' to enable OpenTelemetry tracing. | |
| MCP_ALLOWED_HOSTS | No | Comma-separated allowed Host headers. Empty = Host validation disabled (default). | |
| MCP_SVC_CLIENT_ID | Yes | OAuth2 client_credentials client ID. | |
| MCP_SVC_TOKEN_URL | Yes | Token endpoint URL for the OAuth2 client_credentials flow. | |
| MCP_ALLOWED_ORIGINS | No | Comma-separated allowed browser Origins (DNS-rebinding defense). | |
| MCP_API_BASE_URL_CHAT | No | Full base URL override for the chat manager (default: https://api.gcloudfactory.com/chat-bot-manager). | |
| MCP_SVC_CLIENT_SECRET | Yes | OAuth2 client_credentials client secret. | |
| MCP_SVC_INTROSPECT_URL | No | RFC 7662 token introspection URL for inbound Bearer verification in HTTP mode. | |
| MCP_HTTP_MAX_BODY_BYTES | No | Maximum accepted POST /mcp request-body size in bytes (default 16777216). | |
| MCP_API_BASE_URL_EVIDENCE | No | Full base URL override for the evidence manager (default: https://api.gcloudfactory.com/digital-trust). | |
| MCP_API_BASE_URL_SIGNATURE | No | Full base URL override for the signature manager (default: https://api.gcloudfactory.com/signature-manager). | |
| MCP_ALLOW_INSECURE_FILE_URL | No | Set to 'true' to allow plain http:// fileUrl downloads in evidence_create (default https-only). | |
| MCP_ALLOW_UNVERIFIED_BEARER | No | Escape hatch for MCP_HTTP_PUBLIC=true WITHOUT inbound-token introspection: set to 'true' ONLY when an upstream gateway already verifies Bearer tokens. | |
| MCP_API_BASE_URL_NOTIFICATION | No | Full base URL override for the notification manager (default: https://api.gcloudfactory.com/notifications). |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/g-digital-by-Garrigues/EAD-Factory-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server