An MCP server for XUI.ONE IPTV panels that covers four layers (server provisioning, admin API, reseller API, and player API), enabling an assistant to manage IPTV infrastructure from bare server to working panel.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.LINE_PASS— LINE_USER=… =… node scripts/validate-player.mjs # player surface against one lineLINE_USER— … LINE_PASS=… node scripts/validate-player.mjs # player surface against one linePROV_HOST— … PROV_KEY=… \PROV_KEY— PROV_HOST=… =… \RUN_REPAIR— validate-provision.mjs only runs read-only checks by default; pass =1 to exercise the repair path too, which is idempotent but does restart the panel.XUI_ADMIN_API_KEY— "": "...",XUI_ADMIN_URL— "": "https://panel.example.com/<admin-api-code>/",XUI_API_KEY— Needs XUI_URL + .XUI_PLAYER_URL— Needs no extra credentials: it authenticates with a line's own username and password. The base is derived from XUI_URL; set if the panel serves it elsewhere.XUI_PROVISION_HOSTS— (empty — any host) Restricts which machines provisioning may touchXUI_URL— Needs + XUI_API_KEY.[](https://m8ven.ai/mcp/ignaciorevuelta-xui-mcp-server-1uwtiq)