cloud-cost-mcp 1.1.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -78,6 +78,15 @@ Once installed, just ask Claude:
78
78
  ```
79
79
  "Quick estimate for a medium API server"
80
80
  "Compare all clouds for a kubernetes-cluster preset"
81
+ "Estimate cost for gpu-training-large preset"
82
+ ```
83
+
84
+ ### GPU Pricing (OCI)
85
+ ```
86
+ "List all available GPU shapes"
87
+ "Compare A100 vs H100 GPU pricing"
88
+ "What GPU should I use for ML training with 80GB memory?"
89
+ "Get details for BM.GPU.H100.8"
81
90
  ```
82
91
 
83
92
  ### Migration Planning
@@ -105,6 +114,8 @@ Once installed, just ask Claude:
105
114
  | `estimate_migration_savings` | Calculate migration savings |
106
115
  | `list_presets` | List available deployment presets |
107
116
 
117
+ **Available presets**: `small-web-app`, `medium-api-server`, `large-database`, `ml-training`, `kubernetes-cluster`, `data-lake`, `high-egress-cdn`, `high-traffic-web`, `gpu-inference`, `gpu-training-small`, `gpu-training-large`
118
+
108
119
  ### Data Management Tools
109
120
  | Tool | Description |
110
121
  |------|-------------|
@@ -144,6 +155,16 @@ Once installed, just ask Claude:
144
155
  | `refresh_oci_pricing` | Fetch live OCI pricing (public API) |
145
156
  | `list_oci_categories` | List OCI service categories |
146
157
 
158
+ ### GPU Tools (OCI)
159
+ | Tool | Description |
160
+ |------|-------------|
161
+ | `list_gpu_shapes` | List GPU shapes with filtering by model, use case, price |
162
+ | `get_gpu_shape_details` | Get detailed specs and pricing for a GPU shape |
163
+ | `compare_gpu_shapes` | Compare multiple GPU shapes side-by-side |
164
+ | `recommend_gpu_shape` | Get GPU recommendation based on workload type |
165
+
166
+ **Available GPU shapes**: A10, A100 80GB, H100 80GB, H200 141GB, L40S, MI300X
167
+
147
168
  #### Status
148
169
  | Tool | Description |
149
170
  |------|-------------|