mcpbeat Sign in

Cloudscope MCP Server

local only

Cloudscope runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 29 May 2026.

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

Installs per day peak 49 · avg 13 · +77% w/w
a month agotoday
47
Installs / week
npm · cloudscope-mcp
1
Stars
0 open issues
29 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Cloudscope every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cloudscope -- npx -y cloudscope-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cloudscope": {
      "args": [
        "-y",
        "cloudscope-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cloudscope]
command = "npx"
args = ["-y", "cloudscope-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cloudscope": {
      "args": [
        "-y",
        "cloudscope-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cloudscope": {
      "args": [
        "-y",
        "cloudscope-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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 (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 (Path to GCP service account JSON key file. Optional; falls back to Application Default Credentials (gcloud auth).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cloudscope

same job, measured the same way
C
CloudQuell
by cloudquell

Ask about AWS, Azure, GCP, OpenAI, Anthropic and Snowflake costs, budgets, and anomalies.

answering
C
CostPilot
by mcpgatepro

Hosted MCP server for AWS cloud spend: service breakdowns, anomalies, savings and forecasts.

answering
Azure FinOps MCP Server
by raviteja-pegata

Azure FinOps MCP: cost, budgets, forecasting and optimization for Claude, VS Code and Cursor.

76 installs/wk local only
Lokka
by jozrahq

Query and manage Microsoft Graph and Azure Resource Manager APIs from MCP clients.

468 installs/wk local only
I
Infrawise
by infrawise

Azure FinOps cost optimization for Claude Code: idle resources, rightsizing, reserved savings.

48 installs/wk local only
OpenClaw FinOps
by maryadawson-code

Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix.

answering
MCP Azure
by dockndevai

Azure Resource Manager inventory & ops for AI agents — governed, confirmation-gated.

401 installs/wk local only
IntegrityPulse FinOps
by maryadawson-code

Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix.

1 tools answering

Cloudscope — questions

Answers built from our own checks of this server.

Why is there no uptime for Cloudscope?
Cloudscope runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package cloudscope-mcp was installed 47 times last week.
How do I connect Cloudscope?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cloudscope-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Cloudscope?
The npm package cloudscope-mcp was installed 47 times in the last week. Week over week that is +77%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cloudscope open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.