CloudScope MCP
@alexpota
About CloudScope MCP
Cloud cost management MCP server for Azure. Ask your AI about your cloud bill.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cloudscope": {
"command": "npx",
"args": [
"-y",
"cloudscope-mcp"
],
"env": {
"AZURE_SUBSCRIPTION_ID": "your-subscription-id"
}
}
}
}Tools
15Spending breakdown by service, group, or region
Costs grouped by a tag/label key
Side-by-side cost comparison of two date ranges
Most expensive individual resources
Combined costs across Azure subscriptions
Combined costs across GCP projects
Find spending spikes vs previous period
Budget status, current spend, projected overage
Predict spending based on current trends
Cost optimization suggestions (Azure Advisor / GCP Recommender)
Provisioned but unused resources with cost estimates
Resources with no tags/labels (cost attribution gaps)
Today's date and current/previous month bounds
Azure subscriptions with active indicator
GCP projects with active indicator
Overview
What is CloudScope MCP?
CloudScope MCP is a Model Context Protocol server that gives AI assistants read-only access to Azure and GCP cost data. It is designed for cloud users and FinOps practitioners who want to ask natural language questions about their cloud bills.
How to use CloudScope MCP?
Install by adding the server to your MCP configuration using npx -y cloudscope-mcp. Azure authentication is auto-detected from az login; GCP requires setting up BigQuery billing export and providing the GOOGLE_CLOUD_PROJECT and GCP_BILLING_TABLE environment variables.
Key features of CloudScope MCP
- Read-only access to Azure and GCP cost data
- Cost analysis tools (spending breakdowns, tags, comparisons)
- Anomaly detection, budget monitoring, and cost forecasting
- Optimization recommendations and idle resource discovery
- Five guided workflow prompts for common FinOps tasks
- Works across multiple subscriptions and projects
Use cases of CloudScope MCP
- Ask "How much did Azure cost last month?" for a quick summary
- Detect cost anomalies and spikes across services
- Get cost optimization recommendations from Azure Advisor and GCP Recommender
- Generate an executive summary for leadership on cloud spend
- Perform chargeback reporting by tagging resources
FAQ from CloudScope MCP
Does CloudScope MCP modify my cloud resources?
No. CloudScope MCP is read-only and cannot create, modify, or delete any cloud resources.
Do I need a service principal for Azure?
No. A local az login session works; service principals are optional for CI/CD environments.
Does the Azure Cost Management API cost money?
No. The Azure Cost Management API is free to use.
Do GCP BigQuery cost queries incur charges?
Yes, but typically less than $0.01 per query ($6.25 per TiB scanned, first 1 TiB/month free).
Can I use both Azure and GCP with CloudScope MCP?
Yes. Both providers are supported simultaneously; just configure the required GCP environment variables alongside your Azure login.
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments