Submit

Mcp Aws Cost Anomaly

@archimedes-market

Curated by Archimedes Market. AWS Cost Explorer + Anomaly Detection exposed as MCP tools. Surface unusual spend by service, account, or tag. Pull cost breakdowns, forecasts, savings recommendations. Read-only IAM — refuses to start if the role can modify resources. → archimedes.market/assets/d63f367d-79e5-488c-9e60-b7ba89fd3f91
Overview

![Archimedes Trust Report — VERIFIED 92/100](https://img.shields.io/badge/Archimedes_Trust-VERIFIED_92%2F100-1 0B981?style=flat-square)

Verified asset on Archimedes Market — view the full Trust Report.


AWS Cost Explorer + Anomaly Detection wrapped as MCP tools for AI agents. Surface unexpected spend, pull cost breakdowns by service / account / tag, fetch forecasts and savings recommendations — without any write
capability against the AWS account.

Tools

  • list_anomalies — recent cost anomalies with severity + root-cause hints
  • get_cost_explorer — cost breakdown by dimension over a time window
  • forecast_cost — 30/60/90-day forecast with confidence bounds
  • monthly_breakdown — month-over-month spend with delta highlights
  • savings_recommendations — Compute Optimizer + Trusted Advisor
  • credit_utilization — credits remaining, expiration dates

Read-only enforcement

The server resolves the calling identity at startup. If any attached IAM policy contains a write verb (Create, Delete, Modify, Put, Update, Run, Start, Stop, Terminate, Reboot), the server refuses to boot.

License

MIT. More verified MCP servers at archimedes.market/assets.

Server Config

{
  "mcpServers": {
    "aws-cost-anomaly": {
      "command": "mcp-aws-cost-anomaly",
      "args": [
        "serve"
      ],
      "env": {
        "AWS_ACCESS_KEY_ID": "...",
        "AWS_SECRET_ACCESS_KEY": "...",
        "AWS_REGION": "us-east-1"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.