MCP Server
MCP
Akamai CDN
Read-only MCP server for Akamai CDN — properties, EdgeWorkers, DNS, network lists
Install
uvx readonly-mcp-akamai
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "readonly-mcp-akamai",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Akamai EdgeGrid API hostname (e.g., akab-xxxx.luna.akamaiapis.net)",
"isRequired": true,
"format": "string",
"name": "AKAMAI_HOST"
},
{
"description": "Akamai EdgeGrid client token",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AKAMAI_CLIENT_TOKEN"
},
{
"description": "Akamai EdgeGrid client secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AKAMAI_CLIENT_SECRET"
},
{
"description": "Akamai EdgeGrid access token",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AKAMAI_ACCESS_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment