← Back to Plugins
MCP Server MCP

io.github.not-sure-w/whmcs-mcp-server

github By github 👁 1 views ▲ 0 votes

MCP server for WHMCS — 73 tools, 10 resources, 8 prompts, simulate mode, rate limiting.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...