aws-finops-mcp-server
@ravikiranvm
关于 aws-finops-mcp-server
An 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 客户端。
{
"mcpServers": {
"aws-finops-mcp-server": {
"command": "python",
"args": [
"-m",
"pip",
"install",
"--user",
"pipx"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is AWS FinOps MCP Server?
An MCP (Model Context Protocol) server that brings AWS FinOps capabilities into your AI assistant. It analyzes cloud costs, audits for waste, and provides budget insights using natural language, while keeping your credentials secure on your local machine.
How to use AWS FinOps MCP Server?
Install via pipx install aws-finops-mcp-server (or using uv). Configure one or more AWS CLI profiles. Then add the server to your MCP client’s configuration file (e.g., Claude for Desktop’s claude_desktop_config.json). After restarting the client, ask questions about your AWS finances in plain English.
Key features of AWS FinOps MCP Server
- Detailed cost analysis with tags, time ranges, and service groupings.
- Automated FinOps audit for stopped EC2, unattached EBS, and unassociated Elastic IPs.
- Budget monitoring to check status and forecast.
- Multi‑profile and multi‑region queries in a single command.
- Secure by design – AWS credentials never leave your machine.
Use cases of AWS FinOps MCP Server
- “Show me my AWS costs for the default profile this month.”
- “Compare costs for staging and production profiles over the last 30 days.”
- “Run a FinOps audit on my default profile in us‑east‑1.”
- “Generate a comprehensive FinOps report for all profiles in ap‑south‑1.”
- “Check for unused resources in multiple regions across several profiles.”
FAQ from AWS FinOps MCP Server
What are the prerequisites for using AWS FinOps MCP Server?
You need Python 3.10+, the AWS CLI installed and configured, at least one AWS profile with read‑only IAM permissions, and an MCP‑compatible client (e.g., Claude Desktop).
How much does it cost to use this server?
Each get_cost call makes 2 calls to the AWS Cost Explorer API, costing $0.01. The run_finops_audit tool uses other AWS APIs (EC2, Budgets) that are generally in the free tier or have negligible cost.
Which MCP clients are supported?
Claude Desktop and Amazon Q CLI are explicitly supported. Any MCP‑compatible client that supports tools can also be used.
What AWS permissions are required?
The IAM policy must allow the following read‑only actions: ce:GetCostAndUsage, budgets:ViewBudget, ec2:DescribeInstances, ec2:DescribeVolumes, ec2:DescribeAddresses, and sts:GetCallerIdentity.
How are my AWS credentials handled?
The server runs locally and uses your existing AWS CLI configuration. Credentials never leave your machine; API calls are made directly from your local environment to AWS.
云与基础设施 分类下的更多 MCP 服务器
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
评论