|
168 | 168 | ],
|
169 | 169 | "transport": "stdio"
|
170 | 170 | },
|
171 |
| - "aws-cost-analysis": { |
172 |
| - "args": [], |
173 |
| - "description": "Generate upfront AWS service cost estimates and cost insights. This server is deprecated, use aws-pricing instead.", |
174 |
| - "env_vars": [ |
175 |
| - { |
176 |
| - "description": "AWS access key ID with access to the AWS Pricing API", |
177 |
| - "name": "AWS_ACCESS_KEY_ID", |
178 |
| - "required": false, |
179 |
| - "secret": true |
180 |
| - }, |
181 |
| - { |
182 |
| - "description": "AWS secret access key", |
183 |
| - "name": "AWS_SECRET_ACCESS_KEY", |
184 |
| - "required": false, |
185 |
| - "secret": true |
186 |
| - }, |
187 |
| - { |
188 |
| - "description": "AWS session token for temporary credentials", |
189 |
| - "name": "AWS_SESSION_TOKEN", |
190 |
| - "required": false, |
191 |
| - "secret": true |
192 |
| - }, |
193 |
| - { |
194 |
| - "default": "us-east-1", |
195 |
| - "description": "AWS region for the Pricing API endpoint (us-east-1, eu-central-1, ap-southeast-1)", |
196 |
| - "name": "AWS_REGION", |
197 |
| - "required": false |
198 |
| - }, |
199 |
| - { |
200 |
| - "default": "ERROR", |
201 |
| - "description": "Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)", |
202 |
| - "name": "FASTMCP_LOG_LEVEL", |
203 |
| - "required": false |
204 |
| - } |
205 |
| - ], |
206 |
| - "image": "public.ecr.aws/f3y8w4n0/awslabs/cost-analysis-mcp-server:1.0.4", |
207 |
| - "metadata": { |
208 |
| - "last_updated": "2025-08-11T00:24:59Z", |
209 |
| - "pulls": 8163, |
210 |
| - "stars": 5281 |
211 |
| - }, |
212 |
| - "permissions": { |
213 |
| - "network": { |
214 |
| - "outbound": { |
215 |
| - "allow_host": [ |
216 |
| - "aws.amazon.com", |
217 |
| - "pricing.us-east-1.amazonaws.com", |
218 |
| - "api.pricing.us-east-1.amazonaws.com", |
219 |
| - "api.pricing.eu-central-1.amazonaws.com", |
220 |
| - "api.pricing.ap-southeast-1.amazonaws.com" |
221 |
| - ], |
222 |
| - "allow_port": [ |
223 |
| - 443 |
224 |
| - ], |
225 |
| - "insecure_allow_all": false |
226 |
| - } |
227 |
| - }, |
228 |
| - "read": [], |
229 |
| - "write": [] |
230 |
| - }, |
231 |
| - "repository_url": "https://github.com/awslabs/mcp", |
232 |
| - "status": "Deprecated", |
233 |
| - "tags": [ |
234 |
| - "aws", |
235 |
| - "cost-analysis", |
236 |
| - "pricing", |
237 |
| - "estimates", |
238 |
| - "cost-insights", |
239 |
| - "aws-costs", |
240 |
| - "aws-pricing" |
241 |
| - ], |
242 |
| - "tier": "Official", |
243 |
| - "tools": [ |
244 |
| - "analyze_cdk_project", |
245 |
| - "analyze_terraform_project", |
246 |
| - "get_pricing_from_web", |
247 |
| - "get_pricing_from_api", |
248 |
| - "get_bedrock_patterns", |
249 |
| - "generate_cost_report" |
250 |
| - ], |
251 |
| - "transport": "stdio" |
252 |
| - }, |
253 | 171 | "aws-diagram": {
|
254 | 172 | "args": [],
|
255 | 173 | "description": "Generate AWS diagrams, sequence diagrams, flow diagrams, and class diagrams using Python code.",
|
|
0 commit comments