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
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 hintsget_cost_explorer— cost breakdown by dimension over a time windowforecast_cost— 30/60/90-day forecast with confidence boundsmonthly_breakdown— month-over-month spend with delta highlightssavings_recommendations— Compute Optimizer + Trusted Advisorcredit_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"
}
}
}
}