StackPath (Edge Computing & CDN API)

StackPath (Edge Computing & CDN API) MCP Connector for Claude

F

Manage edge computing workloads and CDN delivery via StackPath — list stacks, deploy workloads, and purge cached content directly from any AI agent.

6 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your StackPath account to any AI agent to orchestrate edge infrastructure and content delivery through natural conversation.

What you can do

  • Stack Management — List and organize your logical containers (stacks) across the global edge network using list_stacks.
  • CDN Operations — Create new CDN sites and purge cached content instantly with create_cdn_site and purge_content to ensure your users see the latest updates.
  • Edge Computing — Deploy and monitor containerized or VM workloads at the edge for low-latency performance using create_workload and list_workloads.
  • Infrastructure Visibility — Query active workloads and site configurations without logging into the portal via list_cdn_sites.

How it works

  1. Subscribe to this server
  2. Enter your StackPath Client ID and Client Secret
  3. Start managing your edge infrastructure from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • DevOps Engineers — automate CDN purges and workload deployments directly from the terminal or chat.
  • Full-stack Developers — check the status of edge containers without breaking focus from the code editor.
  • SRE Teams — quickly list and inspect infrastructure stacks during incident response.
edge-computingcdncontent-deliveryserverlessinfrastructure-as-code

6 tools expose this connector's capabilities to your AI agent.

create_cdn_site

Create a new CDN site

create_workload

Create a new edge workload

list_cdn_sites

List CDN sites in a stack

list_stacks

List all StackPath stacks

list_workloads

List edge workloads in a stack

purge_content

Purge CDN content

See how to talk to your AI agent using StackPath (Edge Computing & CDN API).

List all my StackPath stacks.

I've retrieved your stacks. You have 2 active stacks: 'Production-Edge' (ID: st-12345) and 'Staging-Global' (ID: st-67890).

Purge the cache for https://example.com/logo.png in stack st-12345.

The purge request for 'https://example.com/logo.png' has been successfully submitted to stack st-12345.

List all CDN sites in stack st-12345.

I found 1 CDN site in stack st-12345: 'www.example.com' pointing to origin 'origin.example.com'.

You can use the `purge_content` tool. Provide the `stack_id` and a list of `urls` you want to invalidate. You can also set `recursive` to true to purge entire directories.

Related Connectors