Skip to content

Commit 70d7c44

Browse files
authored
Replace aws-cost-analysis with aws-pricing MCP in registry (#1122)
1 parent 9f001fc commit 70d7c44

File tree

1 file changed

+88
-3
lines changed

1 file changed

+88
-3
lines changed

pkg/registry/data/registry.json

Lines changed: 88 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
},
171171
"aws-cost-analysis": {
172172
"args": [],
173-
"description": "Generate upfront AWS service cost estimates and cost insights.",
173+
"description": "Generate upfront AWS service cost estimates and cost insights. This server is deprecated, use aws-pricing instead.",
174174
"env_vars": [
175175
{
176176
"description": "AWS access key ID with access to the AWS Pricing API",
@@ -203,7 +203,7 @@
203203
"required": false
204204
}
205205
],
206-
"image": "public.ecr.aws/f3y8w4n0/awslabs/cost-analysis-mcp-server:latest",
206+
"image": "public.ecr.aws/f3y8w4n0/awslabs/cost-analysis-mcp-server:1.0.4",
207207
"metadata": {
208208
"last_updated": "2025-07-21T00:24:44Z",
209209
"pulls": 6403,
@@ -229,7 +229,7 @@
229229
"write": []
230230
},
231231
"repository_url": "https://github.com/awslabs/mcp",
232-
"status": "Active",
232+
"status": "Deprecated",
233233
"tags": [
234234
"aws",
235235
"cost-analysis",
@@ -351,6 +351,91 @@
351351
],
352352
"transport": "stdio"
353353
},
354+
"aws-pricing": {
355+
"args": [],
356+
"description": "Generate upfront AWS service cost estimates and cost insights.",
357+
"env_vars": [
358+
{
359+
"description": "AWS access key ID with access to the AWS Pricing API",
360+
"name": "AWS_ACCESS_KEY_ID",
361+
"required": false,
362+
"secret": true
363+
},
364+
{
365+
"description": "AWS secret access key",
366+
"name": "AWS_SECRET_ACCESS_KEY",
367+
"required": false,
368+
"secret": true
369+
},
370+
{
371+
"description": "AWS sesison token for temporary credentials",
372+
"name": "AWS_SESSION_TOKEN",
373+
"required": false,
374+
"secret": true
375+
},
376+
{
377+
"default": "us-east-1",
378+
"description": "AWS region for the Pricing API endpoint (us-east-1, eu-central-1, ap-southeast-1)",
379+
"name": "AWS_REGION",
380+
"required": false
381+
},
382+
{
383+
"default": "ERROR",
384+
"description": "Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)",
385+
"name": "FASTMCP_LOG_LEVEL",
386+
"required": false
387+
}
388+
],
389+
"image": "public.ecr.aws/f3y8w4n0/awslabs/aws-pricing-mcp-server:latest",
390+
"metadata": {
391+
"last_updated": "2025-07-21T00:24:44Z",
392+
"pulls": 6403,
393+
"stars": 4839
394+
},
395+
"permissions": {
396+
"network": {
397+
"outbound": {
398+
"allow_host": [
399+
"aws.amazon.com",
400+
"pricing.us-east-1.amazonaws.com",
401+
"api.pricing.us-east-1.amazonaws.com",
402+
"api.pricing.eu-central-1.amazonaws.com",
403+
"api.pricing.ap-southeast-1.amazonaws.com"
404+
],
405+
"allow_port": [
406+
443
407+
],
408+
"insecure_allow_all": false
409+
}
410+
},
411+
"read": [],
412+
"write": []
413+
},
414+
"repository_url": "https://github.com/awslabs/mcp",
415+
"status": "Active",
416+
"tags": [
417+
"aws",
418+
"cost-analysis",
419+
"pricing",
420+
"estimates",
421+
"cost-insights",
422+
"aws-costs",
423+
"aws-pricing"
424+
],
425+
"tier": "Official",
426+
"tools": [
427+
"analyze_cdk_project",
428+
"analyze_terraform_project",
429+
"get_pricing",
430+
"get_bedrock_patterns",
431+
"generate_cost_report",
432+
"get_pricing_service_codes",
433+
"get_pricing_service_attributes",
434+
"get_pricing_attribute_values",
435+
"get_price_list_urls"
436+
],
437+
"transport": "stdio"
438+
},
354439
"buildkite": {
355440
"args": [
356441
"stdio"

0 commit comments

Comments
 (0)