Mcp Aws Cost Anomaly

by archimedes-market

336 downloads
Not rated
GitHub

About

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.m

Details

Author
archimedes-market
Downloads
336
Categories
Cloud Service

- List recent cost anomalies with severity and root-cause hints
- Get cost breakdowns by service, account, or tag over a time window
- Generate 30/60/90-day cost forecasts with confidence bounds
- Monthly spend breakdown with month-over-month delta highlights
- Savings recommendations from Compute Optimizer and Trusted Advisor
- Credit utilization details (remaining and expiration dates)

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Mcp Aws Cost Anomaly
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Configure the server with AWS credentials that have read-only policies for Cost Explorer and Anomaly Detection. At startup it verifies that no attached IAM policy contains any write verb; if it does, the server refuses to boot. Once running, invoke any of the six available MCP tools (e.g., list_anomalies, get_cost_explorer, forecast_cost) from an AI agent.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp aws cost anomaly": {
            "aws-cost-anomaly": {
                "command": "mcp-aws-cost-anomaly",
                "args": [
                    "serve"
                ],
                "env": {
                    "AWS_ACCESS_KEY_ID": "...",
                    "AWS_SECRET_ACCESS_KEY": "...",
                    "AWS_REGION": "us-east-1"
                }
            }
        }
    }
}

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"
        }
    }
}

![Archimedes Trust Report — VERIFIED 92/100](https://archimedes.market/assets/d63f367d-79e5-488c-9e60-b7ba89fd3f91)

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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.