Azure FinOps Elite
Production-grade MCP server for enterprise Azure cost optimization, enabling spend anomaly detection, multi-tenant auditing, budget validation, and compliance-aware recommendations.
README
Azure FinOps Elite
Production-grade Azure FinOps MCP Server for Enterprise Cost Optimization
š° Proven Results: Organizations using Azure FinOps Elite achieve an average 20% reduction in cloud costs within the first 90 days.
ā Star This Repository
If you find Azure FinOps Elite valuable, please star this repository to help others discover it!
š Support This Project
Azure FinOps Elite is free and open-source. If it saves you money or time, please consider:
- ā Starring this repository
- š° Sponsoring via GitHub Sponsors
- š Reporting bugs and suggesting features
- š Contributing code or documentation
Your support helps maintain and improve this project!
š Quick Start
Installation
# Clone the repository
git clone https://github.com/YOUR_USERNAME/azure-finops-elite.git
cd azure-finops-elite
# Install dependencies
pip install -r requirements.txt
# Configure credentials
cp .env.example .env
# Edit .env with your Azure credentials
Web Dashboard (Recommended)
# Start the web dashboard
python web_dashboard.py
# Open browser to http://localhost:5000
MCP Server (For AI Assistants)
# Start the MCP server
python server.py
⨠Features
š Enterprise Anomaly Detection
Detect daily spend spikes across multiple subscriptions by comparing actual costs vs. 7-day historical averages.
š¢ CSP Multi-Tenant Audit
Audit delegated sub-tenants to identify unattached disks and idle public IPs with immediate ROI.
š° Pre-Deployment Budget Validation
Validate ARM/Bicep templates against Azure Price Sheet API before execution.
š”ļø Governance & Compliance Advisor
Azure Advisor integration with custom risk scoring based on NIA Qatar and ISO 27001 frameworks.
š Executive Summary Generator
Generate Markdown-formatted FinOps ROI reports for non-technical stakeholders.
āļø Compliance Overlay
Automatically flag cost-saving recommendations that may impact ISO 27001 or NIA Qatar controls.
š One-Click Setup
Generate ready-to-use Azure Custom Role JSON with least-privilege read-only access.
š Web Dashboard
Beautiful GUI for all FinOps tools:
- Configuration Management - Set Azure credentials via web interface
- Real-time Analysis - Run tools and see results instantly
- Report Generation - Create and download executive summaries
- Report History - Browse and manage all generated reports
š Enterprise Security
- ā Zero Trust Architecture
- ā Certificate-based Authentication
- ā ISO 27001 Compliant
- ā NIA Qatar Framework Support
- ā Least-Privilege RBAC
- ā Comprehensive Audit Logging
š Documentation
- Quick Start - Get started in 5 minutes
- Windows Testing Guide - Complete Windows setup
- Web Dashboard Guide - Using the GUI
- Security Guide - Authentication & compliance
- Customer Experience - Advanced features
- Agent Guide - FinOps automation workflows
šÆ Use Cases
For Enterprises
- Monitor cloud costs across multiple subscriptions
- Detect anomalies before they impact budgets
- Ensure compliance with ISO 27001 and regional frameworks
- Generate executive reports for stakeholders
For CSPs (Cloud Service Providers)
- Audit customer tenants for cost optimization
- Demonstrate value through savings reports
- Automate resource cleanup recommendations
- Maintain compliance across customer environments
For DevOps Teams
- Validate infrastructure costs in CI/CD pipelines
- Prevent budget overruns before deployment
- Integrate cost governance into workflows
- Track and optimize resource usage
šļø Architecture
azure-finops-elite/
āāā server.py # FastMCP server (for AI assistants)
āāā web_dashboard.py # Flask web dashboard (for humans)
āāā auth.py # Certificate + Managed Identity auth
āāā azure_clients.py # Azure SDK client factory
āāā tools/
ā āāā anomaly_detector.py # Spend spike detection
ā āāā csp_auditor.py # Multi-tenant resource audit
ā āāā budget_validator.py # ARM/Bicep cost validation
ā āāā governance_advisor.py # Risk-scored recommendations
ā āāā executive_summary.py # Executive ROI reports
ā āāā compliance_overlay.py # Compliance impact checker
āāā utils/
ā āāā error_handling.py # Retry logic & rate limiting
ā āāā logging_config.py # Structured logging
ā āāā pricing.py # Cost estimation
āāā templates/
āāā dashboard.html # Web dashboard UI
š¤ Contributing
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
Development Setup
# Install dev dependencies
pip install -r requirements.txt
pip install pytest black isort mypy
# Run tests
pytest
# Format code
black .
isort .
š Metrics & KPIs
Track your FinOps success:
- Cost Optimization: Anomalies detected, excess spend prevented
- Resource Efficiency: Unattached resources identified and removed
- Compliance: Risk score improvements, control coverage
- ROI: Total savings vs. tool investment
š Success Stories
"Azure FinOps Elite helped us identify $50K/month in wasteful spending within the first week. The executive summaries made it easy to get buy-in from leadership." ā Enterprise Customer
"As a CSP, this tool helps us demonstrate value to our customers. The compliance overlay ensures we never compromise security for cost savings." ā Cloud Service Provider
š License
This project is licensed under the MIT License - see the LICENSE file for details.
š¬ Support
- š Documentation: Check the docs
- š Bug Reports: Open an issue
- š” Feature Requests: Open an issue
- š° Sponsorship: GitHub Sponsors
š Acknowledgments
Built with:
- FastMCP - Model Context Protocol framework
- Azure SDK for Python - Azure API integration
- Flask - Web dashboard framework
ā” Quick Links
Made with ā¤ļø for the FinOps community
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.