74
/ 100
3 days ago
glama

xui-mcp-server

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.

Is this your MCP?

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.

// key findings
20 tools verified — handlers match their declared behaviour
10 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 4 credentials: LINE_PASS, PROV_KEY, XUI_ADMIN_API_KEY, XUI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretLINE_PASSLINE_USER=… =… node scripts/validate-player.mjs # player surface against one line
configLINE_USER… LINE_PASS=… node scripts/validate-player.mjs # player surface against one line
configPROV_HOST… PROV_KEY=… \
🔐 secretPROV_KEYPROV_HOST=… =… \
configRUN_REPAIRvalidate-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.
🔐 secretXUI_ADMIN_API_KEY"": "...",
configXUI_ADMIN_URL"": "https://panel.example.com/<admin-api-code>/",
🔐 secretXUI_API_KEYNeeds XUI_URL + .
configXUI_PLAYER_URLNeeds 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.
configXUI_PROVISION_HOSTS(empty — any host) Restricts which machines provisioning may touch
configXUI_URLNeeds + XUI_API_KEY.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/ignaciorevuelta-xui-mcp-server-1uwtiq)](https://m8ven.ai/mcp/ignaciorevuelta-xui-mcp-server-1uwtiq)
commit: 3ee93383339eb2f4468fba78e94fb9934198dee0
code hash: 9b2f12c19d34dae0c56cd090de949af1c2053ddb2870762a3eb969582484b77d
verified: 7/28/2026, 9:12:44 AM
view raw JSON →