StackPath (Edge Computing & CDN API) Connector for AI agents.
6 live capabilities
Manage global edge infrastructure and CDN delivery via natural conversation.
Waiting for input…
Why people use StackPath (Edge Computing & CDN API)
StackPath for Faster CDN Content Management
With this Connector, you just tell your agent to purge the content. It handles the request and confirms it's done. You get back to your work in seconds.
What Vinkius changes
You get a chat interface for your entire edge infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Emergency Cache Purge
An SRE needs to clear a broken image across the global network.
- Real-world use case 02
Rapid Workload Verification
A developer just deployed a new edge container and wants to see if it is live.
- Real-world use case 03
Infrastructure Audit
A DevOps lead needs to see every active CDN site.
Complete set · 6capabilities
The complete StackPath (Edge Computing & CDN API) capability set.
These are the exact actions your AI can choose when you ask it to work with StackPath (Edge Computing & CDN API).
01—03
3 capabilities in this set.
Part of 6 available through StackPath (Edge Computing & CDN API).
- 01 Capability
Create cdn site
Set up a new CDN site within your infrastructure. This lets you launch new web properties without manual portal entries.
- 02 Capability
Create workload
Deploy a new container or VM workload to the edge. This makes it easy to put your code closer to your users.
- 03 Capability
List cdn sites
Get a list of all CDN sites in a stack. This provides a quick way to audit your current site configurations.
04—06
3 capabilities in this set.
Part of 6 available through StackPath (Edge Computing & CDN API).
- 04 Capability
List stacks
View all your StackPath stacks in a single list. This helps you see your global edge organization at a glance.
- 05 Capability
List workloads
See which edge workloads are running in a specific stack. Use this to check your deployment status quickly.
- 06 Capability
Purge content
Clear your CDN cache for specific files or URLs. This ensures your users see the most recent updates immediately.
Set up in minutes
One URL. Then ask StackPath (Edge Computing & CDN API) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use StackPath (Edge Computing & CDN API) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_W7U720ICzrXaXVk2m1g5O4ZTKY0wsqbGhAK2CQMo/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it StackPath (Edge Computing & CDN API), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable StackPath (Edge Computing & CDN API) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_W7U720ICzrXaXVk2m1g5O4ZTKY0wsqbGhAK2CQMo/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the StackPath (Edge Computing & CDN API) URL.
- Step 03
Save and start
Save the connection and enable StackPath (Edge Computing & CDN API) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"stackpath-edge-computing-cdn-api": {
"url": "https://edge.vinkius.com/vk_preview_W7U720ICzrXaXVk2m1g5O4ZTKY0wsqbGhAK2CQMo/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using StackPath (Edge Computing & CDN API)
Open Agent mode in chat and ask: "Using StackPath (Edge Computing & CDN API), help me...". 6 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"stackpath-edge-computing-cdn-api": {
"url": "https://edge.vinkius.com/vk_preview_W7U720ICzrXaXVk2m1g5O4ZTKY0wsqbGhAK2CQMo/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using StackPath (Edge Computing & CDN API)
Ask Copilot: "Using StackPath (Edge Computing & CDN API), help me...". 6 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"stackpath-edge-computing-cdn-api": {
"url": "https://edge.vinkius.com/vk_preview_W7U720ICzrXaXVk2m1g5O4ZTKY0wsqbGhAK2CQMo/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using StackPath (Edge Computing & CDN API)
Open Cascade and ask: "Using StackPath (Edge Computing & CDN API), help me...". 6 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"stackpath-edge-computing-cdn-api": {
"url": "https://edge.vinkius.com/vk_preview_W7U720ICzrXaXVk2m1g5O4ZTKY0wsqbGhAK2CQMo/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using StackPath (Edge Computing & CDN API)
Ask Cline: "Using StackPath (Edge Computing & CDN API), help me...". 6 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add stackpath-edge-computing-cdn-api --transport http "https://edge.vinkius.com/vk_preview_W7U720ICzrXaXVk2m1g5O4ZTKY0wsqbGhAK2CQMo/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using StackPath (Edge Computing & CDN API)
Ask Claude: "Using StackPath (Edge Computing & CDN API), show me...". 6 tools are ready
Where the request belongs
Work StackPath can move forward.
This is for the DevOps engineer who is tired of clicking through nested dashboard menus at 2am to clear a stuck cache or verify a deployment.
DevOps Engineer
Automates routine CDN purges and workload deployments during production releases.
Full-stack Developer
Checks the status of edge containers and site configs without leaving the code editor.
SRE Team Member
Quickly audits infrastructure stacks and active workloads during incident response.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCloudflare
AI edge infrastructure: manage Workers, KV, D1, R2, routes, and deployments via agents.
Fly.io
Manage edge infrastructure via Fly.io. monitor apps and machines, scale compute horizontally, handle persistent volumes, and run remote commands directly from any AI agent.
Render
Automate your PaaS infrastructure via Render. list your services, deploy code, check logs, and scale resources directly from any AI agent.
Pulumi
Manage cloud infrastructure via Pulumi. list stacks, track deployments, audit outputs and tag resources from any AI agent.
Fastly
Manage edge computing and CDN via Fastly. monitor and activate service versions, manage domains and backends, and purge cache directly from any AI agent.
Modal (Serverless AI Infrastructure)
Manage serverless compute via Modal. audit active apps, track GPU deployments, and monitor network volumes.
Bring your own AI
Change the model, client or framework. Keep StackPath connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about StackPath.
The practical details behind the request, access and result.
How can I use StackPath MCP to manage my CDN?
You can use it to perform actions like purging cache or creating new sites through a chat interface. It connects your StackPath account to your AI agent so you can manage your content delivery via natural language.
Can the StackPath MCP purge my cache automatically?
Yes, you can tell your AI agent to purge specific URLs or files. It will then execute the purge command for you, ensuring your users see the latest content without you having to log into a dashboard.
Is the StackPath MCP good for edge computing?
It is specifically designed for it. You can use it to deploy new workloads to the edge and monitor their status, making it much easier to manage low-latency infrastructure.
How do I connect StackPath to my AI agent?
Once you subscribe to this Connector on Vinkius, you just need to enter your StackPath Client ID and Secret. From there, your agent can interact with your edge network directly.
Can I list my StackPath workloads with this Connector?
Yes, your agent can list all workloads in a specific stack. This is great for quickly checking if your latest deployment is live and healthy.
Does StackPath MCP support multiple CDN sites?
Yes, it allows you to query and manage all CDN sites within a stack. You can see your entire configuration in one place through your chat interface.
How do I clear the CDN cache for specific assets?
You can use the purge_content capability. Provide the stack_id and a list of urls you want to invalidate. You can also set recursive to true to purge entire directories.
Can I deploy a new container to the edge using this agent?
Yes! Use the create_workload capability. You'll need to specify the stack_id, a name, slug, and the container image (e.g., 'nginx:latest').
How do I find the ID of my infrastructure stacks?
Simply run the list_stacks capability. It will return all logical stacks associated with your account along with their unique IDs.
One connection away
Give your agent a direct line to StackPath.
Connect StackPath once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available