HomeCloud & Monitoring › cloudcostsmcp

cloudcostsmcp

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

Go Cloud macOSWindowsLinux
★ 3 stars Last pushed 2026-07-09 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 (pypi 1.0.2)

uvx opencloudcosts

Or add to your MCP client config:

{
  "mcpServers": {
    "cloudcostsmcp": {
      "command": "uvx",
      "args": [
        "opencloudcosts"
      ],
      "env": {
        "OCC_GCP_API_KEY": "<YOUR_VALUE>",
        "OCC_AWS_ENABLE_COST_EXPLORER": "<YOUR_VALUE>",
        "AWS_ACCESS_KEY_ID": "<YOUR_VALUE>",
        "AWS_SECRET_ACCESS_KEY": "<YOUR_VALUE>",
        "OCC_GCP_BILLING_ACCOUNT_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • OCC_GCP_API_KEY secret — 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 secret — AWS credentials — only needed for effective pricing (RI/Savings Plans). Public pricing works without credentials.
  • AWS_SECRET_ACCESS_KEY secret — 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.

Related servers

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

Data from the Official MCP Registry