Akamai CDN✓
io.github.desty2k/akamai · v0.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.desty2k/akamai",
"description": "Read-only MCP server for Akamai CDN — properties, EdgeWorkers, DNS, network lists",
"title": "Akamai CDN",
"repository": {
"url": "https://github.com/desty2k/readonly-mcp-akamai",
"source": "github"
},
"version": "0.1.1",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}