Digital Invoice Web MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server host | 0.0.0.0 |
| PORT | No | Server port | 8000 |
| HEADLESS | No | Run browser in headless mode | true |
| JWKS_URI | No | Central Auth JWKS URI | https://t91cvjn5boilhilaixggt5y9.s0226.digitalsofts.com/.well-known/jwks.json |
| LOG_LEVEL | No | Log level | INFO |
| SUPABASE_URL | Yes | Supabase project API URL. Security-critical setting with no silent default; server fails fast if missing, empty, or placeholder. | |
| PORTAL_BASE_URL | No | Base URL for portal | https://www.digitalinvoicingsoftware.com |
| REVOCATIONS_URI | No | Central Auth revocations URI | https://t91cvjn5boilhilaixggt5y9.s0226.digitalsofts.com/revocations |
| ACTION_TIMEOUT_MS | No | Action timeout in milliseconds | 15000 |
| MCP_AUTH_AUDIENCE | Yes | Must match exact audience registered in Central Auth. Security-critical setting with no silent default; server fails fast if missing, empty, or placeholder. | |
| SESSION_TTL_HOURS | No | Session TTL in hours | 24 |
| CURRENT_KEY_VERSION | No | Current encryption key version | 1 |
| ENCRYPTION_MASTER_KEY | Yes | 32-byte AES key generated via python scripts/generate_master_key.py. Security-critical setting with no silent default; server fails fast if missing, empty, or placeholder. | |
| NAVIGATION_TIMEOUT_MS | No | Navigation timeout in milliseconds | 20000 |
| MAX_CONCURRENT_BROWSERS | No | Maximum concurrent browser contexts | 3 |
| SUPABASE_SERVICE_ROLE_KEY | Yes | Supabase backend service role key. Security-critical setting with no silent default; server fails fast if missing, empty, or placeholder. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues