Install
$ agentstack add mcp-eazy-ops-multi-cloud-finops-mcp-server ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
🌐 FastMCP - Multi-Cloud FinOps Copilot
An MCP (Model Context Protocol) server that connects Gemini-powered assistants with FinOps insights across AWS, GCP, and Azure. Perform natural language-based cost breakdowns, audits, and usage summaries — all locally and securely.
📌 Why Use FastMCP?
Managing multi-cloud costs is complex. FastMCP allows you to:
- Ask AI "How much did we spend on Azure last month?"
- Run a cost-saving audit across AWS and GCP in one prompt
- Receive budget summaries from all major cloud providers
Powered by LangChain, LangGraph, and Gemini Pro, this tool makes FinOps conversational and cross-platform.
🎥 Demo Videos
Getting Started with FastMCP: https://www.loom.com/share/0d875df356574d31a2ea16c8d809b2dc
Advanced FinOps Analysis: https://www.loom.com/share/54ecf1a34d6d42ce9ea35c8d160a676f
🚀 Features
- 🌍 Supports AWS, GCP, Azure
- 🧠 Natural language queries via Gemini Pro
- 🧰 Cost breakdowns, FinOps audits, budget status
- ⚙️ CLI or FastAPI-compatible architecture
- 🧰 Quick analysis with actionable recommendations for high-cost resources.
- 🛡️ Credentials never leave your machine (uses local SDK/CLI auth)
🧱 Installation
1. Prerequisites
- Python 3.11+
- poetry
- CLI tools:
- aws CLI (for AWS)
- gcloud CLI (for GCP)
- az CLI (for Azure)
2. Clone & Setup
git clone https://github.com/Eazy-Ops/multi-cloud-finops-mcp-server.git
cd multi-cloud-finops-mcp-server
# Install dependencies
poetry install
# activate virtualenv created by poetry
poetry shell
🔐 Authentication Setup
🔹 AWS
aws configure --profile your-profile
You'll be prompted for:
- Access Key ID
- Secret Access Key
- Region
- Output format (e.g. json)
🔹 GCP
Option 1: Use Application Default Credentials (ADC)
gcloud auth application-default login
Option 2: Use Service Account JSON
Pass the file path to service_account_key_path when calling GCP functions.
🔹 Azure
az login
For service principal auth (optional):
export AZURE_TENANT_ID=your-tenant-id
export AZURE_CLIENT_ID=your-client-id
export AZURE_CLIENT_SECRET=your-client-secret
🧪 Usage
CLI Entry Point
poetry run python -m mcp.server.fastmcp
🔹 OR
python main.py
Then ask questions in Claude Desktop, Amazon Q, or any MCP-compatible client:
- "Run a FinOps audit for AWS us-east-1 profile"
- "Get last 30 days GCP cost breakdown for my service account"
- "How many stopped Azure VMs in west-europe?"
💬 Example Prompts
📊 Azure quick network analysis for subscription_id id
OK. I've analyzed the Azure network resources for subscription ID 8a4e83d9-b1b3-485f-a7d1-0aab11284c12 and found some cost optimization opportunities: │
│ │
│ • Expensive NAT Gateways: The NAT Gateway testNAT in centralus has low usage. Consider replacing it with a NAT VM for cost savings, using Service Endpoints where possible, or reviewing if NAT is actually needed. │
│ • Idle Load Balancers: The load balancer v2-api-lb in westus has had no traffic in the last 30 days. It's recommended to delete it, but ensure no critical services depend on it before doing so. │
│ • Unused Public IPs: Several public IPs are not associated with any resources and can be deleted to avoid unnecessary costs. These include testIPforNAT, DBA-VPN-PRITUNL-ip, OpenVPN-ip, DBA-VM-01-ip, DBA-VM-02-ip, │
│ DBA-VM-04-ip, DBAVM03ip245, DBA-QM-STAGE-ip, and QM-LOGS-ip. Remember, Azure charges for unassociated public IPs. │
│ │
│ This analysis includes details about Load Balancers, NAT Gateways, Network Security Groups (NSGs), and Public IPs. Notably, there are no unused NSGs identified in this analysis. The detailed information about each │
│ resource, including its location, SKU, and tags, is available in the raw output if you need to dive deeper.
💸 AWS cost break down for the current month profile anylocallyconfigured_profile
│ │
│ Total Cost: $1046.54 │
│ │
│ Cost By Service: │
│ │
│ • Amazon EC2 - Compute: $0.01 │
│ • Amazon EC2 - Other: $100.88 │
│ • Amazon Elastic Load Balancing: $125.31 │
│ • Amazon Relational Database Service: $12.04 │
│ • Amazon Simple Storage Service (S3): $3.52 │
│ • Amazon Virtual Private Cloud (VPC): $87.26 │
│ • Amazon MQ: $677.81 │
│ • AWS CloudShell: $0.00 │
│ • AWS CloudTrail: $0.00 │
│ • AWS Config: $3.73 │
│ • AWS Cost Explorer: $0.95 │
│ • AWS Glue: $0.00 │
│ • AWS Key Management Service (KMS): $2.89 │
│ • AWS Lambda: $0.00 │
│ • AWS Secrets Manager: $0.39 │
│ • AWS Security Hub: $9.58 │
│ • AWS Service Catalog: $0.00 │
│ • AWS Step Functions: $0.00 │
│ • AWS WAF: $15.42 │
│ • Amazon CloudFront: $0.00 │
│ • Amazon DynamoDB: $0.00 │
│ • Amazon Glacier: $0.00 │
│ • Amazon GuardDuty: $4.41 │
│ • Amazon Route 53: $0.21 │
│ • Amazon Simple Notification Service (SNS): $0.00 │
│ • Amazon Simple Queue Service (SQS): $0.00 │
│ • Amazon Simple Workflow Service (SWF): $0.00 │
│ • Amazon SimpleDB: $0.00 │
│ • AmazonCloudWatch: $2.13
💸 AWS rds instances having cpu utilization under 2 percent
│ The following RDS instances have CPU utilization under 2%: │
│ │
│ • instance-reader (db.r6g.2xlarge): 1.65% average CPU utilization. Consider downsizing. │
☁️ Break down GCP spend in last 7 days project id project_id
│ Total Cost: $447.48 │
│ │
│ Cost By Service: │
│ │
│ • BigQuery: $0.00 │
│ • Cloud DNS: $0.38 │
│ • Cloud Logging: $3.04 │
│ • Cloud Memorystore for Redis: $33.76 │
│ • Cloud Monitoring: $0.00 │
│ • Cloud SQL: $63.54 │
│ • Cloud Speech API: $0.00 │
│ • Cloud Storage: $0.00 │
│ • Compute Engine: $230.60 │
│ • Gemini API: $3.67 │
│ • Kubernetes Engine: $68.89
…
## Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- **Author:** [Eazy-Ops](https://github.com/Eazy-Ops)
- **Source:** [Eazy-Ops/multi-cloud-finops-mcp-server](https://github.com/Eazy-Ops/multi-cloud-finops-mcp-server)
- **License:** MIT
- **Homepage:** https://www.eazyops.com/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.