We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/scarecr0w12/whmcs-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•918 B
# WHMCS MCP Server Configuration
# Copy this file to .env and fill in your values
# ===========================================
# REQUIRED: WHMCS Installation URL
# ===========================================
# Your WHMCS installation URL (include trailing slash)
# Example: https://billing.example.com/
WHMCS_API_URL=
# ===========================================
# REQUIRED: API Credentials
# ===========================================
# Create these in WHMCS Admin:
# Setup > Staff Management > API Credentials
# API Identifier (shown after creating credential)
WHMCS_API_IDENTIFIER=
# API Secret (only shown once when creating credential!)
WHMCS_API_SECRET=
# ===========================================
# OPTIONAL: Additional Security
# ===========================================
# API Access Key (set in WHMCS Admin > Setup > General Settings > Security)
# Leave empty if not configured
WHMCS_ACCESS_KEY=