|
170 | 170 | },
|
171 | 171 | "aws-cost-analysis": {
|
172 | 172 | "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.", |
174 | 174 | "env_vars": [
|
175 | 175 | {
|
176 | 176 | "description": "AWS access key ID with access to the AWS Pricing API",
|
|
203 | 203 | "required": false
|
204 | 204 | }
|
205 | 205 | ],
|
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", |
207 | 207 | "metadata": {
|
208 | 208 | "last_updated": "2025-07-21T00:24:44Z",
|
209 | 209 | "pulls": 6403,
|
|
229 | 229 | "write": []
|
230 | 230 | },
|
231 | 231 | "repository_url": "https://github.com/awslabs/mcp",
|
232 |
| - "status": "Active", |
| 232 | + "status": "Deprecated", |
233 | 233 | "tags": [
|
234 | 234 | "aws",
|
235 | 235 | "cost-analysis",
|
|
351 | 351 | ],
|
352 | 352 | "transport": "stdio"
|
353 | 353 | },
|
| 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 | + }, |
354 | 439 | "buildkite": {
|
355 | 440 | "args": [
|
356 | 441 | "stdio"
|
|
0 commit comments