How to Use the KeyCDN (Content Delivery Network) MCP in Claude Code
Automate KeyCDN cache purging and zone management from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect KeyCDN (Content Delivery Network) MCP to Claude Code
Create your Vinkius account to connect KeyCDN (Content Delivery Network) to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Manage KeyCDN MCP Server via CLI
Terminal workflows rely on `add_pull_zone` to provision edge caching during automated deployments. Claude Code runs headless, allowing you to script infrastructure creation right alongside your Docker builds. Pass in your origin details, and the CLI handles the API negotiation. Tearing down temporary pull zones is just as fast. A quick shell command prompts the agent to run `delete_zone`, dropping the proxy connections natively. You clean up stale custom domains using `delete_zone_alias` before destroying the environment.
Invalidate edge assets
Post-deployment scripts use `purge_specific_url` to clear outdated files from the edge. Claude Code accepts piping from your build tools, reads the list of changed paths, and invalidates them individually. This keeps your cache hit ratio high for unmodified assets. When you push a major release that breaks backward compatibility, the agent executes `purge_zone_cache_all`. The entire zone drops its cache in one command, ensuring users get the latest application state immediately.
Monitor bandwidth consumption
Fetching usage metrics requires calling `list_traffic_reports` directly from your terminal session. Claude Code grabs the bandwidth consumption data and pipes it into jq or a logging service. You track egress costs without ever logging into a dashboard. Auditing your current setup uses `list_zones` to pull immutable `.kxcdn.com` endpoints. If you need specific configuration details, the agent runs `get_zone` to verify your caching rules are set correctly before a major traffic event.
Set up KeyCDN (Content Delivery Network) MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seekeycdn-content-delivery-network-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest KeyCDN (Content Delivery Network) transactions." It will automatically discover and invoke the available KeyCDN (Content Delivery Network) tools.
claude mcp add --transport http keycdn-content-delivery-network-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about KeyCDN (Content Delivery Network) MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the KeyCDN (Content Delivery Network) MCP today
We host it, we monitor it, we maintain it. You just paste one token.