MCP Catalogs
首页aws-finops-mcp-server screenshot

aws-finops-mcp-server

by ravikiranvm·176·综合分 45

AWS FinOps MCP 服务器,通过自然语言查询分析云成本和检测浪费。

financecloud-storagemonitoring
56
Forks
3
活跃 Issue
11 个月前
最近提交
2 天前
收录于

概述

这是一个文档完善的 MCP 服务器,提供 AWS 账户的详细成本分析和 FinOps 审计功能。它允许用户使用自然语言查询 AWS 财务数据,并在本地安全处理凭证。该服务器支持多配置文件和多区域查询,提供云支出模式洞察并识别潜在的成本优化机会。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:跨多个时间段和配置文件分析 AWS 成本和使用情况
:运行 FinOps 审计以识别未使用或未充分利用的资源
:比较不同环境或项目之间的成本
:需要哪些 AWS 权限?
:此工具会存储我的 AWS 凭证吗?

什么时候选它

如果你需要通过自然语言查询分析多个配置文件和区域的AWS成本并检测资源浪费,同时将凭据安全地保存在本地,请选择此MCP服务器。

什么时候不要选它

如果你需要AWS以外的云服务商支持,或者担心成本探索器API的每次查询成本,请勿选择此方案。

此 server 暴露的工具

从 README 抽取出 2 个工具
  • get_costprofiles: List[str], all_profiles: bool, time_range_days: int, start_date_iso: str, end_date_iso: str, tags: List[str], dimensions: List[str], group_by: str

    Fetches cost and usage data from AWS Cost Explorer

  • run_finops_auditregions: List[str], profiles: List[str], all_profiles: bool

    Runs a financial audit to find unused and potentially costly resources

可对比工具

cloud-mcpaws-cli-mcpcost-analyzerfinops-toolkit

安装

安装选项

**选项 1:使用 pipx(推荐)**

pipx install aws-finops-mcp-server

**选项 2:使用 uv**

uv venv && source .venv/bin/activate
uv pip install aws-finops-mcp-server

**选项 3:从源码安装**

git clone https://github.com/ravikiranvm/aws-finops-mcp-server.git
cd aws-finops-mcp-server
python -m venv .venv && source .venv/bin/activate
pip install -e .

Claude Desktop 配置

claude_desktop_config.json 中添加:

{
  "mcpServers": {
    "aws_finops": {
      "command": "aws-finops-mcp-server",
      "args": []
    }
  }
}

FAQ

需要哪些 AWS 权限?
服务器需要 Cost Explorer、Budgets、EC2 和 STS 服务的只读权限。文档中提供了完整的 IAM 策略。
此工具会存储我的 AWS 凭证吗?
不会,凭证存储在您本地的机器上,永远不会离开您的环境。服务器使用您现有的 AWS CLI 配置。

aws-finops-mcp-server 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。