@illuminatinetworks/mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@illuminatinetworks/mcplist my CDN zones"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@illuminatinetworks/mcp
MCP server for Illuminati Networks — drive your CDN / object storage, build farm, VPS, and proxies (and account) from any MCP client (Claude Desktop, Claude Code, etc.).
Setup
Get an API key in the dashboard → Developer → API Keys. Grant the scopes for the tools you'll use: cdn:*, builds:*, vps:*, proxies:*, balance:read. (Unscoped tool calls return 403 — grant least privilege.)
Claude Desktop / Claude Code
Add to your MCP config (e.g. claude_desktop_config.json):
{
"mcpServers": {
"illuminati": {
"command": "npx",
"args": ["-y", "@illuminatinetworks/mcp"],
"env": { "ILLUMINATI_API_KEY": "ilnt_live_..." }
}
}
}Then ask: "Provision a 100GB CDN zone and upload this file", "submit a build of github.com/me/app on main and tell me when it's done", "reboot VPS 12", "how much CDN bandwidth has zone 5 used?"
Related MCP server: MinIO MCP Server
Tools
Tool | What it does |
CDN | |
| products + pricing |
| provision a zone (prepaid) → returns hostname + upload token |
| list / inspect |
| upload text content to a key |
| manage objects |
| signed URL for a private object |
| access controls |
| bandwidth / teardown |
Build farm | |
| available build images + per-minute price |
| submit a build (repo needs |
| list / inspect (artifacts + sha256 + log URL) |
| cancel a queued build |
VPS | |
| list / inspect |
| provision a VPS (prepaid) |
| start / stop / reboot / shutdown |
| reinstall / noVNC ticket |
| snapshots |
Proxies | |
| catalog / list / inspect |
| provision a proxy plan (prepaid) |
Account | |
| account + prepaid balance |
Config
ILLUMINATI_API_KEY(required)ILLUMINATI_BASE_URL(optional) — override the API base
Built on @illuminatinetworks/sdk. Prepaid + hard-capped: bandwidth you buy is enforced at the edge, so automated agents can't run up a surprise bill.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Illuminati-Networks/illuminati-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server