aws-helper MCP Server
Related Servers
Alternatives to aws-helper MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that implements a simple notes system with resources for notes, a tool to create notes, and prompts to summarize notes.1-
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server for managing text notes, with resources (note:// URIs), tools (create_note), and prompts (summarize_notes).-
- FlicenseBqualityDmaintenanceA simple server for saving, listing, and searching notes persisted to a local JSON file. It enables users to manage their personal notes using natural language via the Model Context Protocol.3-
- FlicenseNot gradedqualityCmaintenanceProvides a Model Context Protocol server that lets an AI agent search, read, create, and list technical notes through natural language requests.-
- AlicenseNot gradedqualityDmaintenanceThis TypeScript-based MCP server allows users to manage a simple notes system through creating and summarizing text notes using Model Context Protocol (MCP).1,026 npm8MIT
- FlicenseNot gradedqualityDmaintenanceA Python-based MCP server adapted from the n8n_agent project that implements a note storage and summarization system. It enables users to create, retrieve, and summarize notes through the Model Context Protocol.-
TDQS
Scored across 3 tools
Two tools (get_ec2_instances and get_ec2_summary) have overlapping purposes focused on EC2 instances, creating ambiguity about when to use each. While get_aws_identity is clearly distinct, the EC2 tools could easily be confused as they both retrieve EC2-related information without clear boundaries in their descriptions.
All three tools follow a consistent verb_noun naming pattern with 'get_' prefix and snake_case formatting. The naming is predictable and follows the same convention throughout the toolset.
With only 3 tools for an AWS helper server, the scope feels extremely thin. AWS has dozens of services, but this server only covers identity and EC2 instances, making it feel incomplete for a general AWS helper purpose.
For an AWS helper server, there are significant gaps in coverage. The server only provides read-only operations for identity and EC2, missing core AWS services like S3, Lambda, RDS, IAM management, and any write/update/delete operations. The surface is severely incomplete for assisting with AWS tasks.