Back to Browse

Cloudcosts MCP Server

by X7even
Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

database

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

GCP free API key — required for GCP pricing, no billing account needed.Required

Environment variable: OCC_GCP_API_KEY

Set to true to enable effective/discounted AWS pricing via Cost Explorer ($0.01/call).Optional

Environment variable: OCC_AWS_ENABLE_COST_EXPLORER

AWS credentials — only needed for effective pricing (RI/Savings Plans). Public pricing works without credentials.Required

Environment variable: AWS_ACCESS_KEY_ID

AWS secret key — paired with AWS_ACCESS_KEY_ID for effective pricing.Required

Environment variable: AWS_SECRET_ACCESS_KEY

GCP billing account ID — enables effective/contract pricing via Cloud Billing API.Optional

Environment variable: OCC_GCP_BILLING_ACCOUNT_ID

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-x7even-cloudcostsmcp": {
      "env": {
        "OCC_GCP_API_KEY": "your-occ-gcp-api-key-here",
        "AWS_ACCESS_KEY_ID": "your-aws-access-key-id-here",
        "AWS_SECRET_ACCESS_KEY": "your-aws-secret-access-key-here",
        "OCC_GCP_BILLING_ACCOUNT_ID": "your-occ-gcp-billing-account-id-here",
        "OCC_AWS_ENABLE_COST_EXPLORER": "your-occ-aws-enable-cost-explorer-here"
      },
      "args": [
        "opencloudcosts"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!