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.
Exposes AWS Cost Explorer and Budget APIs through two primary tools—`get_cost` for granular cost queries across services/tags/time ranges, and `run_finops_audit` for detecting infrastructure waste (stopped instances, unattached volumes, orphaned IPs)—while supporting multi-profile and multi-region queries via existing AWS CLI credentials. Implements the MCP stdio transport pattern, integrating natively with Claude Desktop and Amazon Q CLI as MCP clients, requiring only read-only IAM permissions (ce:GetCostAndUsage, budgets:ViewBudget, ec2:Describe*) with all credential handling delegated to local AWS CLI profiles.
176 stars and 84 monthly downloads. No commits in the last 6 months. Available on PyPI.
Stars
176
Forks
54
Language
Python
License
MIT
Category
Last pushed
Jun 11, 2025
Monthly downloads
84
Commits (30d)
0
Dependencies
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/ravikiranvm/aws-finops-mcp-server"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related servers
awslabs/mcp
Official MCP Servers for AWS
awslabs/iam-policy-autopilot
IAM Policy Autopilot is an open source static code analysis tool that helps you quickly create...
alexei-led/aws-mcp-server
A lightweight service that enables AI assistants to execute AWS CLI commands (in safe...
jasonwilbur/oci-pricing-mcp
OCI Pricing MCP Server - Model Context Protocol server for Oracle Cloud Infrastructure pricing...
mikegc-aws/Lambda-MCP-Server
Creates a simple MCP tool server with "streaming" HTTP.