
Mcp Aws Cost Anomaly
@archimedes-market
Mcp Aws Cost Anomaly について
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
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"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"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Mcp Aws Cost Anomaly?
It is an MCP server that wraps AWS Cost Explorer and Anomaly Detection as tools for AI agents. It surfaces unexpected spend, provides cost breakdowns by service/account/tag, fetches forecasts and savings recommendations, and enforces read-only access against the AWS account.
How to use Mcp Aws Cost Anomaly?
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.
Key features of Mcp Aws Cost Anomaly
- 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)
Use cases of Mcp Aws Cost Anomaly
- AI agent monitoring cloud spend and alerting on unexpected anomalies
- Automating cost optimization by fetching savings recommendations
- Generating monthly cost reports with historical comparisons
- Forecasting future spend for budget planning and variance analysis
FAQ from Mcp Aws Cost Anomaly
What read-only enforcement does the server perform?
The server resolves the calling identity at startup and checks every attached IAM policy. If any policy contains a write verb (Create, Delete, Modify, Put, Update, Run, Start, Stop, Terminate, Reboot), it refuses to boot, guaranteeing no write access.
What tools are available?
Six tools: list_anomalies, get_cost_explorer, forecast_cost, monthly_breakdown, savings_recommendations, and credit_utilization.
Can the server write to the AWS account?
No. The server is explicitly read‑only and will not start if any attached IAM policy grants write permissions.
What data sources does it use?
It uses AWS Cost Explorer, Cost Anomaly Detection, Compute Optimizer, and Trusted Advisor.
Is the server open source?
Yes, it is licensed under MIT. More verified MCP servers are available at archimedes.market/assets.
「クラウドとインフラ」の他のコンテンツ
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
コメント