MCP Server
MCP
io.github.not-sure-w/whmcs-mcp-server
MCP server for WHMCS — 73 tools, 10 resources, 8 prompts, simulate mode, rate limiting.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "whmcs-mcp-server",
"version": "1.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your WHMCS installation URL (HTTPS required)",
"isRequired": true,
"format": "string",
"name": "WHMCS_BASE_URL"
},
{
"description": "WHMCS API identifier",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "WHMCS_IDENTIFIER"
},
{
"description": "WHMCS API secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "WHMCS_SECRET"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment