Skip to main content
Glama

LumenX-MCP Legal Spend Intelligence Server

by DatSciX-CEO
.env.template2.29 kB
# Sample .env file for Legal Spend MCP Server # Copy this to .env and update with your actual values # Server Settings MCP_SERVER_NAME="Legal Spend Intelligence" LOG_LEVEL=INFO # LegalTracker Configuration (Example with dummy values) LEGALTRACKER_ENABLED=true LEGALTRACKER_API_KEY=lt_api_key_12345678 LEGALTRACKER_BASE_URL=https://api.legaltracker.com # SAP ERP Configuration (Example - disabled by default) SAP_ENABLED=false SAP_HOST=sap.company.com SAP_PORT=1433 SAP_DATABASE=LEGAL_DB SAP_USER=legal_user SAP_PASSWORD=secure_password SAP_SCHEMA=dbo # Oracle ERP Configuration (Example - disabled by default) ORACLE_ENABLED=false ORACLE_HOST=oracle.company.com ORACLE_PORT=1521 ORACLE_SERVICE=ORCL ORACLE_USER=legal_user ORACLE_PASSWORD=secure_password # PostgreSQL Configuration (Example - disabled by default) POSTGRES_ENABLED=false POSTGRES_HOST=postgres.company.com POSTGRES_PORT=5432 POSTGRES_DB=legal_spend POSTGRES_USER=legal_user POSTGRES_PASSWORD=secure_password # File-based Sources (Examples with sample paths) CSV_ENABLED=true CSV_FILE_PATH=./data/legal_spend_sample.csv EXCEL_ENABLED=false EXCEL_FILE_PATH=./data/legal_spend_sample.xlsx EXCEL_SHEET_NAME=Sheet1 # SimpleLegal API Configuration SIMPLELEGAL_ENABLED=false SIMPLELEGAL_API_KEY= SIMPLELEGAL_BASE_URL=https://api.simplelegal.com # Brightflag API Configuration BRIGHTFLAG_ENABLED=false BRIGHTFLAG_API_KEY= BRIGHTFLAG_BASE_URL=https://api.brightflag.com # TyMetrix 360 API Configuration TYMETRIX_ENABLED=false TYMETRIX_CLIENT_ID= TYMETRIX_CLIENT_SECRET= TYMETRIX_BASE_URL=https://api.tymetrix.com # Onit API Configuration - URL is instance-specific ONIT_ENABLED=false ONIT_API_KEY= ONIT_BASE_URL=https://<your-company>.onit.com # Microsoft Dynamics 365 Configuration - Resource URL is instance-specific DYNAMICS365_ENABLED=false DYNAMICS365_CLIENT_ID= DYNAMICS365_CLIENT_SECRET= DYNAMICS365_TENANT_ID= DYNAMICS365_RESOURCE=https://<your-org>.api.crm.dynamics.com # NetSuite Configuration - Account ID determines URL NETSUITE_ENABLED=false NETSUITE_ACCOUNT_ID= NETSUITE_CONSUMER_KEY= NETSUITE_CONSUMER_SECRET= NETSUITE_TOKEN_ID= NETSUITE_TOKEN_SECRET= # NETSUITE_BASE_URL is optional and can be derived, but can be set for sandboxes # e.g., https://<account_id>.suitetalk.api.netsuite.com NETSUITE_BASE_URL=

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/DatSciX-CEO/LumenX-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server