HomeCloud & Monitoring › cloudscope-mcp

cloudscope-mcp

Azure + GCP cost management: spending, forecasts, anomalies, budgets, idle resources, and tags.

TypeScript Cloud
★ 1 stars Last pushed 2026-08-12 License: MIT

Topics: Cloud Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.3)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "cloudscope-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "AZURE_SUBSCRIPTION_ID": "<YOUR_VALUE>",
        "AZURE_TENANT_ID": "<YOUR_VALUE>",
        "AZURE_CLIENT_ID": "<YOUR_VALUE>",
        "AZURE_CLIENT_SECRET": "<YOUR_VALUE>",
        "GOOGLE_CLOUD_PROJECT": "<YOUR_VALUE>",
        "GCP_BILLING_TABLE": "<YOUR_VALUE>",
        "GCP_PROJECT_ID": "<YOUR_VALUE>",
        "GCP_BILLING_ACCOUNT_ID": "<YOUR_VALUE>",
        "GOOGLE_APPLICATION_CREDENTIALS": "<YOUR_VALUE>"
      }
    }
  }
}
  • AZURE_SUBSCRIPTION_ID — Azure subscription ID to query for cost data. Optional; auto-detected from az login session if not set.
  • AZURE_TENANT_ID — Azure tenant ID for service principal authentication. Optional; falls back to DefaultAzureCredential (e.g. az login) if unset.
  • AZURE_CLIENT_ID — Service principal client ID. Optional; required only when using ClientSecretCredential.
  • AZURE_CLIENT_SECRET secret — Service principal client secret. Optional; required only when using ClientSecretCredential.
  • GOOGLE_CLOUD_PROJECT — GCP project ID. Recommended to set explicitly in the MCP client env block — may not be inherited from gcloud shell configuration.
  • GCP_BILLING_TABLE — Fully-qualified BigQuery billing export table (project.dataset.table_name). Required for GCP cost queries.
  • GCP_PROJECT_ID — Override GCP project ID if the billing dataset lives in a different project than GOOGLE_CLOUD_PROJECT.
  • GCP_BILLING_ACCOUNT_ID — GCP billing account ID (format: XXXXXX-XXXXXX-XXXXXX). Optional; needed only for budget monitoring.
  • GOOGLE_APPLICATION_CREDENTIALS secret — Path to GCP service account JSON key file. Optional; falls back to Application Default Credentials (gcloud auth).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry