cloud-cost-mcp 1.1.0

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.
Files changed (48) hide show
  1. package/LICENSE +190 -0
  2. package/NOTICE +15 -0
  3. package/README.md +232 -0
  4. package/dist/data/bundled/aws-pricing.json +379 -0
  5. package/dist/data/bundled/azure-pricing.json +367 -0
  6. package/dist/data/bundled/gcp-pricing.json +383 -0
  7. package/dist/data/bundled/oci-pricing.json +290 -0
  8. package/dist/data/cache.d.ts +53 -0
  9. package/dist/data/cache.d.ts.map +1 -0
  10. package/dist/data/cache.js +95 -0
  11. package/dist/data/cache.js.map +1 -0
  12. package/dist/data/fetchers/aws.d.ts +65 -0
  13. package/dist/data/fetchers/aws.d.ts.map +1 -0
  14. package/dist/data/fetchers/aws.js +298 -0
  15. package/dist/data/fetchers/aws.js.map +1 -0
  16. package/dist/data/fetchers/azure.d.ts +83 -0
  17. package/dist/data/fetchers/azure.d.ts.map +1 -0
  18. package/dist/data/fetchers/azure.js +369 -0
  19. package/dist/data/fetchers/azure.js.map +1 -0
  20. package/dist/data/fetchers/gcp.d.ts +44 -0
  21. package/dist/data/fetchers/gcp.d.ts.map +1 -0
  22. package/dist/data/fetchers/gcp.js +182 -0
  23. package/dist/data/fetchers/gcp.js.map +1 -0
  24. package/dist/data/fetchers/oci.d.ts +65 -0
  25. package/dist/data/fetchers/oci.d.ts.map +1 -0
  26. package/dist/data/fetchers/oci.js +130 -0
  27. package/dist/data/fetchers/oci.js.map +1 -0
  28. package/dist/data/loader.d.ts +56 -0
  29. package/dist/data/loader.d.ts.map +1 -0
  30. package/dist/data/loader.js +149 -0
  31. package/dist/data/loader.js.map +1 -0
  32. package/dist/index.d.ts +21 -0
  33. package/dist/index.d.ts.map +1 -0
  34. package/dist/index.js +715 -0
  35. package/dist/index.js.map +1 -0
  36. package/dist/tools/calculator.d.ts +36 -0
  37. package/dist/tools/calculator.d.ts.map +1 -0
  38. package/dist/tools/calculator.js +271 -0
  39. package/dist/tools/calculator.js.map +1 -0
  40. package/dist/tools/compare.d.ts +64 -0
  41. package/dist/tools/compare.d.ts.map +1 -0
  42. package/dist/tools/compare.js +243 -0
  43. package/dist/tools/compare.js.map +1 -0
  44. package/dist/types.d.ts +171 -0
  45. package/dist/types.d.ts.map +1 -0
  46. package/dist/types.js +6 -0
  47. package/dist/types.js.map +1 -0
  48. package/package.json +57 -0
package/LICENSE ADDED
@@ -0,0 +1,190 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to the Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ Copyright 2026 Jason Wilbur
179
+
180
+ Licensed under the Apache License, Version 2.0 (the "License");
181
+ you may not use this file except in compliance with the License.
182
+ You may obtain a copy of the License at
183
+
184
+ http://www.apache.org/licenses/LICENSE-2.0
185
+
186
+ Unless required by applicable law or agreed to in writing, software
187
+ distributed under the License is distributed on an "AS IS" BASIS,
188
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
189
+ See the License for the specific language governing permissions and
190
+ limitations under the License.
package/NOTICE ADDED
@@ -0,0 +1,15 @@
1
+ Cloud Cost MCP
2
+ Copyright 2026 Jason Wilbur
3
+
4
+ This product includes software developed by Jason Wilbur (https://jasonwilbur.com).
5
+
6
+ Licensed under the Apache License, Version 2.0.
7
+
8
+ Third-Party Data Sources:
9
+ - AWS Pricing: https://aws.amazon.com/pricing/
10
+ - Azure Retail Prices API: https://prices.azure.com/api/retail/prices
11
+ - Google Cloud Pricing: https://cloud.google.com/pricing
12
+ - Oracle Cloud Price List: https://www.oracle.com/cloud/price-list/
13
+
14
+ Pricing data is provided for informational purposes only. Always verify current
15
+ pricing on the official cloud provider websites before making purchasing decisions.
package/README.md ADDED
@@ -0,0 +1,232 @@
1
+ # Cloud Cost MCP
2
+
3
+ Multi-cloud pricing comparison MCP server for AWS, Azure, GCP, and OCI. Compare compute, storage, egress, and Kubernetes costs across all major cloud providers with a single query.
4
+
5
+ ## Features
6
+
7
+ - **Comprehensive Coverage**: 2,700+ instance types across all providers
8
+ - AWS: 1,147 EC2 instances + 353 RDS database types + Lightsail
9
+ - Azure: 1,199 VM types
10
+ - GCP: 287 instance types across 40+ regions
11
+ - OCI: 600+ products via Oracle API
12
+ - **No API Keys Required**: All data from public APIs (instances.vantage.sh + provider APIs)
13
+ - **Real-Time Pricing**: All providers have real-time refresh capability
14
+ - **Natural Language Queries**: Ask Claude "What's cheapest for 4 vCPU 16GB?"
15
+ - **Workload Calculator**: Estimate full workload costs including compute, storage, and egress
16
+ - **Migration Planning**: Calculate potential savings when switching providers
17
+
18
+ ## Installation
19
+
20
+ ### For Claude Code Users
21
+
22
+ ```bash
23
+ # One-command install
24
+ claude mcp add cloud-cost -- npx cloud-cost-mcp
25
+ ```
26
+
27
+ ### Manual Installation
28
+
29
+ ```bash
30
+ npm install -g cloud-cost-mcp
31
+ ```
32
+
33
+ Then add to your Claude Code configuration:
34
+
35
+ ```json
36
+ {
37
+ "mcpServers": {
38
+ "cloud-cost": {
39
+ "command": "cloud-cost-mcp"
40
+ }
41
+ }
42
+ }
43
+ ```
44
+
45
+ ## Usage Examples
46
+
47
+ Once installed, just ask Claude:
48
+
49
+ ### Compare Compute
50
+ ```
51
+ "Compare 4 vCPU 16GB VMs across AWS, Azure, GCP, and OCI"
52
+ "Find the cheapest cloud for an 8-core VM with 32GB RAM"
53
+ "What's the best deal for ARM instances with 4 cores?"
54
+ ```
55
+
56
+ ### Compare Storage
57
+ ```
58
+ "Compare object storage pricing for 1TB across all clouds"
59
+ "What's the cheapest archival storage for 10TB?"
60
+ ```
61
+
62
+ ### Compare Egress (OCI Advantage!)
63
+ ```
64
+ "Compare egress costs for 5TB monthly"
65
+ "What's the cheapest cloud for 10TB data transfer?"
66
+ ```
67
+ *Note: OCI offers 10TB/month free egress - 100x more than AWS/Azure/GCP!*
68
+
69
+ ### Full Workload Estimates
70
+ ```
71
+ "Estimate cost for 3 VMs with 4 vCPU each, 500GB storage, and 1TB egress"
72
+ "What would a Kubernetes cluster with 5 nodes cost across all clouds?"
73
+ ```
74
+
75
+ ### Quick Estimates
76
+ ```
77
+ "Quick estimate for a medium API server"
78
+ "Compare all clouds for a kubernetes-cluster preset"
79
+ ```
80
+
81
+ ### Migration Planning
82
+ ```
83
+ "How much could I save migrating from AWS to OCI?"
84
+ "Compare my current GCP setup against other clouds"
85
+ ```
86
+
87
+ ## Available Tools
88
+
89
+ ### Comparison Tools
90
+ | Tool | Description |
91
+ |------|-------------|
92
+ | `compare_compute` | Compare VM/instance pricing by vCPU and memory |
93
+ | `compare_storage` | Compare object and block storage pricing |
94
+ | `compare_egress` | Compare data transfer costs (OCI: 10TB free!) |
95
+ | `compare_kubernetes` | Compare managed K8s costs (EKS, AKS, GKE, OKE) |
96
+ | `find_cheapest_compute` | Find cheapest provider for given specs |
97
+
98
+ ### Calculator Tools
99
+ | Tool | Description |
100
+ |------|-------------|
101
+ | `calculate_workload_cost` | Full workload estimate across all clouds |
102
+ | `quick_estimate` | Instant comparison for common presets |
103
+ | `estimate_migration_savings` | Calculate migration savings |
104
+ | `list_presets` | List available deployment presets |
105
+
106
+ ### Data Management Tools
107
+ | Tool | Description |
108
+ |------|-------------|
109
+ | `get_data_freshness` | Check pricing data age (warns if >30 days) |
110
+ | `get_provider_details` | Get detailed pricing for one provider |
111
+ | `get_storage_summary` | Storage pricing by tier for all providers |
112
+
113
+ ### Real-Time API Tools
114
+
115
+ #### AWS (1,147 EC2 + 353 RDS + Lightsail)
116
+ | Tool | Description |
117
+ |------|-------------|
118
+ | `refresh_aws_ec2_pricing` | Fetch 1,147 EC2 instance types with spot/reserved pricing |
119
+ | `refresh_aws_rds_pricing` | Fetch 353 RDS database instance types |
120
+ | `get_aws_lightsail_pricing` | Get Lightsail bundle pricing |
121
+ | `list_aws_regions` | List AWS regions with pricing data |
122
+ | `list_aws_instance_families` | List EC2 instance families |
123
+
124
+ #### GCP (287 instance types)
125
+ | Tool | Description |
126
+ |------|-------------|
127
+ | `refresh_gcp_pricing` | Fetch GCP Compute Engine pricing (40+ regions) |
128
+ | `list_gcp_regions` | List GCP regions with pricing data |
129
+ | `list_gcp_instance_families` | List GCP instance families |
130
+
131
+ #### Azure (1,199 VM types)
132
+ | Tool | Description |
133
+ |------|-------------|
134
+ | `refresh_azure_pricing` | Fetch Azure Retail Prices API |
135
+ | `refresh_azure_full_pricing` | Fetch 1,199 VM types from vantage.sh |
136
+ | `list_azure_regions` | List Azure regions with pricing data |
137
+ | `list_azure_categories` | List Azure VM categories |
138
+
139
+ #### OCI (600+ products)
140
+ | Tool | Description |
141
+ |------|-------------|
142
+ | `refresh_oci_pricing` | Fetch live OCI pricing (public API) |
143
+ | `list_oci_categories` | List OCI service categories |
144
+
145
+ #### Status
146
+ | Tool | Description |
147
+ |------|-------------|
148
+ | `check_api_status` | Check if all real-time APIs are accessible |
149
+
150
+ ## Data Freshness
151
+
152
+ All providers now support real-time pricing refresh via public APIs:
153
+
154
+ | Provider | Data Source | Instance Types | Real-Time |
155
+ |----------|-------------|----------------|-----------|
156
+ | **AWS** | instances.vantage.sh | 1,147 EC2 + 353 RDS | ✓ Yes |
157
+ | **Azure** | instances.vantage.sh + Retail Prices API | 1,199 | ✓ Yes |
158
+ | **GCP** | instances.vantage.sh | 287 | ✓ Yes |
159
+ | **OCI** | Oracle Cloud Price List API | 600+ | ✓ Yes |
160
+
161
+ Use `check_api_status` to verify API accessibility. Use `get_data_freshness` to check bundled data age.
162
+
163
+ ## Key Insights
164
+
165
+ ### OCI Cost Advantages
166
+ - **10TB/month free egress** (vs 100GB on AWS/Azure/GCP)
167
+ - **Free Kubernetes control plane** (basic clusters)
168
+ - **Uniform global pricing** (no regional variation)
169
+ - **Always Free tier** includes 4 OCPUs + 24GB RAM on ARM
170
+
171
+ ### Free Kubernetes Control Planes
172
+ - **OCI (OKE)**: Free basic clusters
173
+ - **Azure (AKS)**: Free control plane
174
+ - AWS (EKS) and GCP (GKE): $73/month per cluster
175
+
176
+ ## Example Output
177
+
178
+ ```
179
+ User: "Compare cost for a 4 vCPU, 16GB RAM VM across all clouds"
180
+
181
+ ┌─────────┬──────────────────────┬────────┬──────────┬─────────────┐
182
+ │ Provider│ Instance Type │ vCPUs │ Memory │ Monthly Cost│
183
+ ├─────────┼──────────────────────┼────────┼──────────┼─────────────┤
184
+ │ OCI │ VM.Standard.E5.Flex │ 4 │ 16 GB │ $61.32 │
185
+ │ GCP │ e2-standard-4 │ 4 │ 16 GB │ $97.82 │
186
+ │ AWS │ t3.xlarge │ 4 │ 16 GB │ $121.47 │
187
+ │ Azure │ Standard_D4s_v5 │ 4 │ 16 GB │ $140.16 │
188
+ └─────────┴──────────────────────┴────────┴──────────┴─────────────┘
189
+
190
+ Cheapest: OCI ($61.32/month) - 50% savings vs AWS
191
+ ```
192
+
193
+ ## Development
194
+
195
+ ```bash
196
+ # Clone and install
197
+ git clone https://github.com/jasonwilbur/cloud-cost-mcp.git
198
+ cd cloud-cost-mcp
199
+ npm install
200
+
201
+ # Build
202
+ npm run build
203
+
204
+ # Test locally with Claude Code
205
+ claude mcp add cloud-cost-dev -- node /path/to/cloud-cost-mcp/dist/index.js
206
+ ```
207
+
208
+ ## Updating Pricing Data
209
+
210
+ All providers support real-time refresh:
211
+
212
+ ```
213
+ # Refresh all providers
214
+ refresh_aws_ec2_pricing
215
+ refresh_azure_full_pricing
216
+ refresh_gcp_pricing
217
+ refresh_oci_pricing
218
+ ```
219
+
220
+ Data is cached for 60 minutes. Bundled fallback data is in `src/data/bundled/`.
221
+
222
+ ## License
223
+
224
+ Apache-2.0
225
+
226
+ ## Author
227
+
228
+ Jason Wilbur ([jasonwilbur.com](https://jasonwilbur.com))
229
+
230
+ ## Related Projects
231
+
232
+ - [oci-pricing-mcp](https://github.com/jasonwilbur/oci-pricing-mcp) - Dedicated OCI pricing MCP with 25+ tools