cloudscope-mcp
CloudScope MCP is a read-only Model Context Protocol server that provides AI assistants with cloud cost management capabilities across Azure and GCP. No cloud resources are created, modified, or deleted.
Cost Analysis
Get cost breakdowns by service, resource group, tag, or region for any date range
Compare spending across two time periods to spot changes
Identify the most expensive individual resources
Analyze costs by tag/label for chargeback and cost allocation
Combine costs across multiple Azure subscriptions or GCP projects
Monitoring & Forecasting
Detect spending anomalies by comparing recent days against a prior period
Check budget status: current spend, percentage used, forecast, and overage risk
Forecast future spending using linear trend analysis from the last 30 days
Optimization & Governance
Fetch cost-saving recommendations from Azure Advisor or GCP Recommender, filtered by category (compute, storage, networking)
Identify idle/unused resources (unattached disks, orphaned IPs, idle VMs) with estimated monthly savings
Find untagged resources that hinder cost attribution
Utility Tools
Retrieve the current date and month boundaries for use in queries
List accessible Azure subscriptions or GCP projects
Guided Workflows
Monthly cost review — Full report covering spend, comparisons, anomalies, budgets, and forecasts
Waste audit — Focused report on idle resources and optimization opportunities
Cost spike investigation — Root-cause analysis for unexpected cost increases
Executive summary — Brief, non-technical cost overview for leadership
Chargeback report — Cost allocation by tag/label for internal billing
Provides tools for querying and analyzing cloud costs from GCP (Google Cloud Platform), including cost summaries, anomaly detection, budget status, idle resource identification, and cross-project cost comparisons.
CloudScope MCP
Ask your AI about your cloud bill.
What you get
Ask once: "Give me this month's cost review" — and CloudScope runs the full workflow (spend, deltas, anomalies, idle resources, budgets, forecast) and hands back a decision-ready report, not raw numbers to interpret yourself:
Related MCP server: Azure FinOps Elite
TL;DR
Month-to-date Azure spend is $4,312 (May 1–29), tracking +11% vs April. The mover is App Service (+$280) — a new staging slot left running. 2 idle resources cost $94/month;
prod-budgetis at 78% with 2 days left. Top action: delete the orphaned managed disk → save $63/month.Spend This Month
Service
Cost
%
Virtual Machines
$2,140
49.6%
App Service
$890
20.6%
Storage
$612
14.2%
Redis Cache
$410
9.5%
Networking
$260
6.0%
vs Last Month
+$427 (+11%) overall. App Service +$280 drove most of it; everything else flat. → new
staging-slot-2, created May 12, never torn down.Idle & Wasted Resources
Resource
Type
$/month
orphaned-osdisk-01Managed Disk
$63
old-lb-ipPublic IP
$31
Budget Status
prod-budget— 78% used, $4,312 / $5,500, on track (2 days left).Recommended Actions
Delete
orphaned-osdisk-01(unattached 40 days) → $63/monthTear down
staging-slot-2if staging is idle → ~$280/monthRelease
old-lb-ip(no binding) → $31/month
Illustrative example showing the report format. Run /cloudscope:monthly-cost-review against your own subscription for live numbers.
Install
Azure is auto-detected from your
az loginsession. GCP requires BigQuery billing export setup (see below).
Supported Providers
Provider | Status |
Azure | ✅ Supported |
GCP | ✅ Supported |
AWS |
Prerequisites
Azure
Azure CLI installed and logged in (
az login)Cost Management Reader role on the subscription
GCP
gcloud CLI installed and logged in (
gcloud auth application-default login)Billing export to BigQuery enabled — this is a one-time manual setup step, not enabled by default (the detailed export is recommended for resource-level cost queries)
BigQuery Data Viewer + BigQuery Job User roles on the dataset project
Note: BigQuery on-demand queries cost $6.25 per TiB scanned (pricing). The first 1 TiB/month is free. Billing export tables are small — typical CloudScope queries cost <$0.01 each.
Configuration
Azure (zero-config)
CloudScope auto-detects your subscription from az login. Just add the server:
{
"mcpServers": {
"cloudscope": {
"command": "npx",
"args": ["-y", "cloudscope-mcp"]
}
}
}To target a specific subscription, add an env block:
{
"mcpServers": {
"cloudscope": {
"command": "npx",
"args": ["-y", "cloudscope-mcp"],
"env": {
"AZURE_SUBSCRIPTION_ID": "your-subscription-id"
}
}
}
}Variable | Description |
| Azure AD tenant ID |
| App registration client ID |
| App registration client secret |
Set these alongside AZURE_SUBSCRIPTION_ID in the env block above.
GCP
GCP requires a BigQuery billing export table. Find your table name in GCP Console > Billing > Billing export > BigQuery export.
{
"mcpServers": {
"cloudscope": {
"command": "npx",
"args": ["-y", "cloudscope-mcp"],
"env": {
"GOOGLE_CLOUD_PROJECT": "my-project",
"GCP_BILLING_TABLE": "my-project.my_dataset.gcp_billing_export_resource_v1_XXXXXX"
}
}
}
}Set GOOGLE_CLOUD_PROJECT to your GCP project ID. Override with GCP_PROJECT_ID if your billing dataset lives in a different project.
These variables apply only when using GCP; Azure-only users can skip them.
Variable | Description | Required |
| GCP project ID | Yes |
| Fully-qualified BigQuery table ( | Yes |
| Override project ID if different from | No |
| Billing account ID for budget monitoring | No |
| Path to service account JSON key file | No |
Both Providers
{
"mcpServers": {
"cloudscope": {
"command": "npx",
"args": ["-y", "cloudscope-mcp"],
"env": {
"AZURE_SUBSCRIPTION_ID": "your-subscription-id",
"GOOGLE_CLOUD_PROJECT": "my-project",
"GCP_BILLING_TABLE": "my-project.my_dataset.gcp_billing_export_resource_v1_XXXXXX"
}
}
}
}Azure is auto-detected from az login. Add AZURE_SUBSCRIPTION_ID to target a specific subscription.
Example Questions
"How much did Azure cost last month?"
"Show GCP spending by service for the last 7 days"
"Any cost anomalies this week on GCP?"
"What will Azure cost next month?"
"Show me cost optimization recommendations for GCP"
"Compare Azure and GCP costs across all projects and subscriptions"
Security
CloudScope is read-only. It cannot create, modify, or delete any cloud resources. Azure uses Cost Management Reader permissions. GCP uses BigQuery Data Viewer + Job User with no write access.
FAQ
Does this modify my cloud resources? No. Read-only access only.
Do I need a service principal? No. az login (Azure) or gcloud auth application-default login (GCP) works for local use.
Does the Azure Cost Management API cost money? No. It's free.
Do GCP BigQuery cost queries cost money? Yes, but typically <$0.01 per query ($6.25/TiB scanned, first 1 TiB/month free). See BigQuery pricing.
Can I use both Azure and GCP at the same time? Yes. Configure both sets of env vars and CloudScope queries whichever provider you specify in each tool call.
Development
git clone https://github.com/alexpota/cloudscope-mcp.git
cd cloudscope-mcp
npm install
npm run build
npm test
npx @modelcontextprotocol/inspector node dist/index.jsReference
Tools
Most tools accept a provider parameter (azure or gcp); the provider-specific tools (list_subscriptions, list_projects, and the cross-account tools get_cross_subscription_costs / get_cross_project_costs) are fixed to their own cloud. The default provider is auto-detected based on which providers are configured.
Cost Analysis
Tool | Description | Key Parameters |
| Spending 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 |
|
Monitoring
Tool | Description | Key Parameters |
| Find spending spikes vs previous period |
|
| Budget status, current spend, projected overage | (none) |
| Predict spending based on current trends |
|
Optimization
Tool | Description | Key Parameters |
| Cost optimization suggestions (Azure Advisor / GCP Recommender) |
|
| Provisioned but unused resources with cost estimates | (none) |
| Resources with no tags/labels (cost attribution gaps) | (none) |
Utility
Tool | Description | Key Parameters |
| Today's date and current/previous month bounds | (none) |
| Azure subscriptions with active indicator | (none) |
| GCP projects with active indicator | (none) |
Prompts
Guided workflows that produce structured reports. All prompts accept an optional provider argument (azure or gcp). In Claude Code, type /cloudscope: to see all prompts. In Claude Desktop, click the + button → Connectors → cloudscope.
Prompt | Description | Arguments |
| Complete monthly review: spending, last-month comparison, anomalies, top resources, budgets, forecast, savings opportunities |
|
| Find wasted spend: top resources, optimization recommendations, at-risk budgets, total potential savings |
|
| Root-cause analysis for a cost increase: which services, which resources, trend vs one-time, recommended actions |
|
| Brief non-technical cost summary for leadership: spend, trend, budget status, top drivers, forecast, key recommendation |
|
| Cost allocation by tag/label key for chargeback: spending per value, untagged resources, tagged vs untagged split, month-over-month |
|
License
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexpota/cloudscope-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server