by ravikiranvm
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.
# Add to your Claude Code skills
git clone https://github.com/ravikiranvm/aws-finops-mcp-serverAn 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.
Managing AWS costs can be complex. Finding answers to questions like "What did we spend on S3 last month?" or "Do we have any unused EC2 instances?" often requires navigating the AWS Console or writing scripts.
This server bridges that gap by connecting the powerful, natural language understanding of an LLM directly to your AWS account's financial data. You can ask complex questions and get immediate, actionable insights without ever leaving your chat interface.
Prompt on Claude Desktop: "Get
usage-typebased cost for all my AWS CLI profiles for the last 90 days. And get theaudit reportfor all profiles for regionap-south-1. Make a finops report with data in minimalistic way and keep it professional."

Prompt on Amazon Q CLI: "Could you use
aws-finopsmcp server and get cost data for each month in the last 6 months forprofile 04and present the data in a tabular format highlighting how the total cost and cost for each service has changed every month?"

Prompt on Claude Desktop: "Generate a comprehensive finops report for management using all the tools available in the AWS FinOps MCP server. Use all the available CLI profiles and use the region ap-south-1 wherever required."

<a href="https://ravikiranvm.github.io/finops-usage-report/" target="_blank" rel="noopener noreferrer">Network Usage & Cost Analysis Report</a>
<a href="https://ravikiranvm.github.io/finops-comprehensive/" target="_blank" rel="noopener noreferrer">Comprehensive FinOps Report</a>