@illuminatinetworks/mcp
Enables managing Illuminati Networks CDN zones, object storage, and account (including uploads, signed URLs, and balance) from any MCP client like Claude Desktop.
README
@illuminatinetworks/mcp
MCP server for Illuminati Networks — drive your CDN / object storage (and account) from any MCP client (Claude Desktop, Claude Code, etc.).
Setup
Get an API key in the dashboard → Developer → API Keys (scopes: cdn:read, cdn:write, balance:read).
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", "make zone 5 private and give me a 1-hour signed link for report.pdf", "how much CDN bandwidth has zone 5 used?"
Tools
| Tool | What it does |
|---|---|
cdn_catalog |
products + pricing |
cdn_create_zone |
provision a zone (prepaid) → returns hostname + upload token |
cdn_list_zones · cdn_get_zone |
list / inspect |
cdn_upload_text |
upload text content to a key |
cdn_list_files · cdn_delete_file |
manage objects |
cdn_sign_url |
signed URL for a private object |
cdn_set_visibility · cdn_set_cors |
access controls |
cdn_topup · cdn_delete_zone |
bandwidth / teardown |
account · balance |
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.