Akamai Cloud MCP Server
OfficialRelated Servers
Alternatives to Akamai Cloud MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceMCP server for managing Linode cloud resources via the Linode API, enabling LLMs to create, list, delete, and reboot instances.1MIT
- FlicenseNot gradedqualityCmaintenanceMCP server that wraps the Linode API v4 for use in Claude Desktop, enabling management of Linode instances, volumes, DNS, and more via natural language.-
- AlicenseNot gradedqualityDmaintenanceAn MCP server for Kvindo Cloud that lets AI clients list, inspect, create, update, and delete cloud resources (VMs, volumes, Kubernetes, etc.) via natural language. Read-only by default, with write/delete operations gated by explicit opt-in environment variables.7 npm1MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables Large Language Models like Claude to manage Linode cloud resources, including listing regions, creating, viewing, deleting, and rebooting Linode instances.11MIT
- AlicenseAqualityBmaintenanceRead-only MCP server for the RareCloud API, enabling AI agents to list servers, browse the catalog, check billing, and plan deployments.1005 npmMIT
- AlicenseNot gradedqualityCmaintenanceA read-only MCP server that lets an LLM inspect an AWS account — list EC2 instances, S3 buckets, IAM users, and cost — with a structural guarantee against any mutations.MIT
TDQS
Scored across 37 tools
Each tool targets a specific Linode resource and action (get vs list), with clear naming. Even similar tools like 'list_instances' and 'get_instance' are distinct by scope (all vs single). No overlapping purposes.
All tools follow the consistent pattern 'linode_<verb>_<noun>' in snake_case. Verbs are limited to 'get', 'list', 'find', and 'estimate', making it predictable and easy to navigate.
37 tools is high but appropriate for covering the broad Linode API surface (compute, storage, network, databases, DNS, etc.). A few utilities like 'list_database_types' and 'list_database_engines' could be merged, but overall the count is justified.
For a read-only toolset, coverage is comprehensive across major Linode resources (instances, volumes, firewalls, LKE, DNS, Object Storage). Minor gaps exist (e.g., SSH keys, StackScripts), but core infrastructure is well-covered.