gocertius
MCP server for GoCertius: certified evidence, dossiers, notifications and chats via AI agents.
Package Details
@g-digital/mcp-gocertius
Environment Variables
Set to "true" to allow plain http:// fileUrl downloads in evidence_create (default https-only). Private/internal addresses are always rejected regardless.
Comma-separated allowed Host headers. Empty = Host validation disabled (default). When set, requests with a Host outside the list are rejected.
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.
Your GoCertius account email (Flow 1). Configure one of Flow 1 or Flow 2.
Your GoCertius account password (Flow 1, email/password accounts) (See https://www.gocertius.io for credential acquisition.)
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).
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).
OpenID Connect client ID (Flow 2)
OpenID Connect issuer URL (Flow 2)
OpenID Connect refresh token (Flow 2) (See https://www.gocertius.io for credential acquisition.)
HTTP port when running in hosted (HTTP) mode; ignored in stdio mode