{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.x7even/cloudcostsmcp",
    "description": "Anchor AI FinOps to real, live cloud pricing \u2014 AWS, GCP & Azure public and enterprise rates.",
    "repository": {
        "url": "https://github.com/x7even/cloudcostsmcp",
        "source": "github"
    },
    "version": "1.0.2",
    "packages": [
        {
            "registryType": "pypi",
            "identifier": "opencloudcosts",
            "version": "1.0.2",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "GCP free API key \u2014 required for GCP pricing, no billing account needed.",
                    "format": "string",
                    "isSecret": true,
                    "name": "OCC_GCP_API_KEY"
                },
                {
                    "description": "Set to true to enable effective/discounted AWS pricing via Cost Explorer ($0.01/call).",
                    "format": "string",
                    "default": "false",
                    "name": "OCC_AWS_ENABLE_COST_EXPLORER"
                },
                {
                    "description": "AWS credentials \u2014 only needed for effective pricing (RI/Savings Plans). Public pricing works without credentials.",
                    "format": "string",
                    "isSecret": true,
                    "name": "AWS_ACCESS_KEY_ID"
                },
                {
                    "description": "AWS secret key \u2014 paired with AWS_ACCESS_KEY_ID for effective pricing.",
                    "format": "string",
                    "isSecret": true,
                    "name": "AWS_SECRET_ACCESS_KEY"
                },
                {
                    "description": "GCP billing account ID \u2014 enables effective/contract pricing via Cloud Billing API.",
                    "format": "string",
                    "name": "OCC_GCP_BILLING_ACCOUNT_ID"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-06-28T16:02:25.809532Z",
            "publishedAt": "2026-06-28T16:02:25.809532Z",
            "updatedAt": "2026-06-28T16:02:25.809532Z",
            "isLatest": true
        }
    }
}