EBS CloudWatch Metrics MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_REGION | No | AWS 리전 (예: ap-northeast-2) | |
| AWS_PROFILE | No | AWS 프로파일 이름 | default |
| AWS_ACCESS_KEY_ID | No | AWS 액세스 키 ID | |
| AWS_SECRET_ACCESS_KEY | No | AWS 시크릿 액세스 키 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| calculate_iopsA | EBS 볼륨의 IOPS(초당 I/O 작업 수)를 계산합니다. |
| calculate_throughputA | EBS 볼륨의 처리량(Throughput)을 계산합니다. |
| get_snapshot_sizeB | EBS 스냅샷의 크기를 조회합니다. |
| list_volume_snapshotsB | EBS 볼륨의 모든 스냅샷 목록을 조회합니다. |
| get_ebs_metricA | 특정 EBS CloudWatch 지표를 조회합니다. |
| list_ebs_metricsB | 사용 가능한 EBS CloudWatch 지표 목록을 반환합니다. |
| get_advanced_metricsB | EBS 볼륨의 고급 성능 지표를 계산합니다. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Most tools have distinct purposes focused on different aspects of EBS monitoring (IOPS, throughput, advanced metrics, specific metrics, snapshot size, metric listing, snapshot listing). However, there is some overlap between calculate_iops, calculate_throughput, and get_advanced_metrics, as advanced metrics likely includes IOPS and throughput calculations, which could cause confusion about which tool to use for comprehensive analysis.
All tool names follow a consistent verb_noun pattern (e.g., calculate_iops, get_ebs_metric, list_volume_snapshots). The naming is uniform and predictable, making it easy for an agent to understand the action and target resource for each tool.
With 7 tools, the server is well-scoped for EBS CloudWatch metrics monitoring. This count covers key operations like calculations, metric retrieval, snapshot management, and listing, without being overly complex or too sparse for the domain.
The tool set provides good coverage for EBS metrics and snapshots, including calculations, specific metric queries, and listing functions. A minor gap is the lack of tools for creating, updating, or deleting resources (e.g., snapshots or volumes), but this is reasonable if the server's purpose is focused on monitoring rather than management.