mcpbeat Sign in

Cloudcostsmcp MCP Server

local only

Cloudcostsmcp runs on your own machine — the client starts it, so there is no endpoint to ping. 459 installs a week from pypi. Last commit 9 Jul 2026.

Anchor AI FinOps to real, live cloud pricing — AWS, GCP & Azure public and enterprise rates.

Installs per day peak 170 · avg 48 · +40% w/w
a month agotoday
459
Installs / week
pypi · opencloudcosts
3
Stars
3 open issues
9 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Go

Nothing serious here today

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

This one needs environment variables set before it will start: OCC_GCP_API_KEY (GCP free API key — required for GCP pricing, no billing account needed.), OCC_AWS_ENABLE_COST_EXPLORER (Set to true to enable effective/discounted AWS pricing via Cost Explorer ($0.01/call).), AWS_ACCESS_KEY_ID (AWS credentials — only needed for effective pricing (RI/Savings Plans). Public pricing works without credentials.), AWS_SECRET_ACCESS_KEY (AWS secret key — paired with AWS_ACCESS_KEY_ID for effective pricing.), OCC_GCP_BILLING_ACCOUNT_ID (GCP billing account ID — enables effective/contract pricing via Cloud Billing API.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cloudcostsmcp

same job, measured the same way
IntegrityPulse FinOps
by maryadawson-code

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

1 tools answering
OpenClaw FinOps
by maryadawson-code

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

answering
Costory FinOps MCP
by costory

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

answering
Cloud FinOps Skill & MCP
by optimnow

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

440 installs/wk 6 tools answering
Cloudprice
by alialbaker

Compare on-demand compute + storage pricing across AWS, Azure, and GCP. Bulk workload compare.

899 installs/wk local only
Cloudeval AI
by ganakailabs

Cloud evaluations and reviews for Azure and static AWS CloudFormation (beta). Requires an account.

237 installs/wk local only
nable
by chaandannn

Local-first FinOps copilot: ask AWS, Azure, GCP, Kubernetes and SaaS cost questions in your editor.

local only
Eco Router
by stevensu04

Rank AWS, Google Cloud and Azure regions by grid carbon intensity and latency.

local only

Cloudcostsmcp — questions

Answers built from our own checks of this server.

Why is there no uptime for Cloudcostsmcp?
Cloudcostsmcp 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 pypi package opencloudcosts was installed 459 times last week.
How do I connect Cloudcostsmcp?
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 opencloudcosts straight from pypi; nothing to host, nothing to sign up for.
How many people use Cloudcostsmcp?
The pypi package opencloudcosts was installed 459 times in the last week. Week over week that is +40%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cloudcostsmcp open source?
Yes — it is published under the MIT licence, written in Go, 3 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.