enterprise-mcp-server
by Nick-DCA
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port | 8080 |
| XERO_SCOPES | No | Requested OAuth scopes from Xero | accounting.transactions ... |
| MCP_CLIENT_ID | Yes | OAuth Client ID for Gemini Enterprise | |
| MCP_JWT_SECRET | Yes | Secret key for signing/verifying Bearer JWTs | |
| XERO_CLIENT_ID | No | Xero Custom Connection Client ID. Required for Xero tools. | |
| ENABLED_DOMAINS | No | Active domains filter (e.g. xero,bigquery,firestore,sagehr). All enabled if unset. | |
| SAGE_HR_API_KEY | No | Sage HR API Key (X-Auth-Token). Required for Sage HR tools. | |
| MCP_CLIENT_SECRET | Yes | OAuth Client Secret for Gemini Enterprise | |
| SAGE_HR_SUBDOMAIN | No | Sage HR Company Subdomain (https://{subdomain}.sage.hr). Required for Sage HR tools. | |
| XERO_CLIENT_SECRET | No | Xero Custom Connection Client Secret. Required for Xero tools. | |
| BIGQUERY_PROJECT_ID | No | Target GCP project ID for BigQuery. Auto-resolved via GCP if not set. | |
| FIRESTORE_PROJECT_ID | No | Target GCP project ID for Firestore. Auto-resolved via GCP if not set. | |
| SAGE_HR_ALLOW_WRITES | No | Enable/disable leave and expense mutations | true |
| SAGE_HR_ALLOWED_TEAMS | No | Permitted team/department names | * |
| SAGE_HR_MASKED_FIELDS | No | Sensitive attributes replaced with [REDACTED] | id_number,national_id,passport_number,ssn,nin,salary,hourly_rate,bank_account,iban,medical_notes,emergency_phone |
| FIRESTORE_ALLOW_WRITES | No | Enable/disable document mutation tools | false |
| SAGE_HR_BLOCKED_FIELDS | No | Attributes completely stripped from JSON | |
| BIGQUERY_ALLOWED_TABLES | No | Table allowlist (comma-separated) | * |
| SAGE_HR_SAFE_ATTRIBUTES | No | Strict allowlist mode of safe fields | * |
| BIGQUERY_MAX_BYTES_BILLED | No | Query scan cap in bytes | 1073741824 |
| FIRESTORE_EXCLUDED_FIELDS | No | Redacted sensitive document keys | password,token,apikey,ssn |
| MCP_ALLOWED_REDIRECT_URIS | No | Allowed OAuth callback URIs (or *) | https://oauth.pstmn.io/v1/callback |
| SAGE_HR_BLOCKED_POSITIONS | No | Blocked leadership/executive positions | |
| FIRESTORE_ALLOWED_COLLECTIONS | No | Collection allowlist | * |
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 | |
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/Nick-DCA/enterprise-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server