
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.
云与基础设施 分类下的更多 MCP 服务器
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.
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
Supabase MCP Server
coleam00Supabase MCP server created in Python.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
评论