mcpbeat Sign in

cloud-tools MCP Server

local only

cloud-tools runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 31 Aug 2026.

Multi-cloud cost, inventory and waste analysis over MCP: AWS, GCP, Cloudflare and OVH.

Installs / week
npm · @munhq/cloud-tools
0
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Rust

Nothing serious here today

Today is the operative word: we check cloud-tools 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 cloud-tools -- npx -y @munhq/cloud-tools
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cloud-tools": {
      "args": [
        "-y",
        "@munhq/cloud-tools"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cloud-tools]
command = "npx"
args = ["-y", "@munhq/cloud-tools"]
.cursor/mcp.json
{
  "mcpServers": {
    "cloud-tools": {
      "args": [
        "-y",
        "@munhq/cloud-tools"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cloud-tools": {
      "args": [
        "-y",
        "@munhq/cloud-tools"
      ],
      "command": "npx"
    }
  }
}

Alternatives to cloud-tools

same job, measured the same way
Cloudpulse
by lhf552004

Cross-cloud observability for AI agents. Covers AWS, GCP, Vercel, and Cloudflare.

49 installs/wk local only
Costory FinOps MCP
by costory

FinOps MCP: query allocated, correlated cloud and AI cost across AWS, GCP, Azure and Snowflake.

answering
MCP Server Cloud Fs
by nogoo9

Cloud replacement for mcp-server-filesystem — 20 tools for S3, Azure Blob, and GCS

62 installs/wk local only
Cloud FinOps Skill & MCP
by optimnow

Cloud cost + FinOps knowledge for AI agents: AWS/Azure/GCP optimisation, AI spend, waste playbooks.

1 173 installs/wk 6 tools answering
C
Tomorrow Central: Cloud Cost Sentinel
by tomorrowcentral

Read-only AWS cost analysis: find idle and underutilized resources, with evidence.

12 tools answering
Umami Compass
by webcredo

Secure Umami Analytics MCP server for Cloud and self-hosted deployments

70 installs/wk local only
Synlake — Cloud Infrastructure for AI Agents
by synlake-ai

Compare, estimate, and deploy cloud infrastructure across AWS, GCP, and Azure for AI agents.

answering
Gmail MCP
by mkpoli

Multi-account Gmail on a Cloudflare Worker you deploy yourself: read, send, reply, labels, threads

local only

cloud-tools — questions

Answers built from our own checks of this server.

Why is there no uptime for cloud-tools?
cloud-tools 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 @munhq/cloud-tools.
How do I connect cloud-tools?
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 @munhq/cloud-tools straight from npm; nothing to host, nothing to sign up for.
Is cloud-tools open source?
Yes — it is published under the Apache-2.0 licence, written in Rust and 0 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.