CDN features, in full

Two delivery engines under one account: Anycast CDN for static files, large downloads and HLS streaming, Video CDN for VoD. Everything below is taken from the product documentation.

Everything in the platform

Delivery and routing

Caching and purge

Protection and access

Domains and SSL

Streaming and media

Origins and import

Storage durability

Image processing

Statistics, logs and API

Billing

Support

Not supported, by design

Run your CDN from an AI agent

An official MCP server ships with the platform. Point Claude, Cursor or any MCP client at it and your agent operates the CDN from plain instructions, with no wrapper code to maintain.

What an agent can do

How it is built

				
					npx -y @blazingcdn/mcp
				
			

One image, every size

Your origin stores one file. The CDN generates, caches and delivers every variant from a query string on your own domain.

Sample image: video content delivered from a server to a screen

Source file, 1376 x 768

Sample image: video content delivered from a server to a screen

resizefit, width 800

Sample image: video content delivered from a server to a screen

resizefit, width 480

				
					https://cdn.example.com/images/photo.jpg?preset=resizefill&width=1200&height=1000