
Akamai CDN
Let your agent inspect Akamai CDN properties, EdgeWorkers, DNS, and network lists read-only while debugging production delivery issues.
Overview
Akamai CDN MCP is a MCP server for the Operate phase that read-only queries Akamai properties, EdgeWorkers, DNS, and network lists via EdgeGrid.
What is this MCP server?
- Read-only MCP server—query Akamai without accidental config changes
- PyPI package readonly-mcp-akamai (v0.1.1) with stdio transport
- Covers CDN properties, EdgeWorkers, DNS, and network lists
- Requires four EdgeGrid credentials: host, client token, client secret, access token
- Suited to agent-assisted incident triage and architecture questions on Akamai-backed SaaS
- Package version 0.1.1 (PyPI identifier readonly-mcp-akamai)
- 4 required EdgeGrid environment variables
- Read-only scope across properties, EdgeWorkers, DNS, and network lists
Community signal: 1 GitHub stars.
What problem does it solve?
Debugging Akamai delivery issues from the IDE means copying API docs and tokens into chat instead of structured, safe read access for your agent.
Who is it for?
Builders running production traffic on Akamai who want agent-assisted, read-only CDN introspection during operate and infra tasks.
Skip if: Users on other CDNs only, anyone needing config publishes or WAF edits via MCP, or teams without Akamai API credentials.
What do I get? / Deliverables
After configuring EdgeGrid env vars and the PyPI MCP server, your agent can pull live Akamai inventory and DNS context during incidents.
- Agent-queryable read-only views of Akamai properties, EdgeWorkers, DNS, and network lists
- Safer CDN context during incidents without write-capable API calls
- Faster answers on live Akamai configuration shape during operate tasks
Recommended MCP Servers
Journey fit
Operate is where live CDN configuration affects uptime, caching, and edge behavior—exactly when read-only infra visibility matters. Infra is the right shelf for Akamai EdgeGrid-backed lookups across properties, workers, DNS, and network lists without mutating config.
How it compares
Read-only CDN infra MCP, not a deploy-or-activate automation skill for Akamai Property Manager.
Common Questions / FAQ
Who is Akamai CDN MCP for?
It is for developers and solo operators with Akamai EdgeGrid access who want their agent to inspect CDN-related resources safely during production work.
When should I use Akamai CDN MCP?
Use it in operate and infra workflows when investigating caching, property setup, EdgeWorkers, DNS, or network lists without making changes through the agent.
How do I add Akamai CDN MCP to my agent?
Install the PyPI MCP server readonly-mcp-akamai (0.1.1), set AKAMAI_HOST, AKAMAI_CLIENT_TOKEN, AKAMAI_CLIENT_SECRET, and AKAMAI_ACCESS_TOKEN, then wire stdio in your MCP client.