CloudCost MCP Server
by JadenRazo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLOUDCOST_CACHE_TTL | No | Cache TTL in seconds (24 hours) | 86400 |
| CLOUDCOST_LOG_LEVEL | No | Log level: debug, info, warn, error | info |
| CLOUDCOST_CACHE_PATH | No | SQLite cache file location | ~/.cloudcost/cache.db |
| CLOUDCOST_MONTHLY_HOURS | No | Hours per month for cost calculations | 730 |
| CLOUDCOST_PRICING_MODEL | No | Default pricing model: on_demand, spot, or reserved | on_demand |
| CLOUDCOST_BUDGET_MONTHLY | No | Monthly budget cap in USD. Triggers a warning when exceeded | |
| CLOUDCOST_BUDGET_WARN_PCT | No | Percentage of budget at which a warning is surfaced (default: 80%) | 80 |
| CLOUDCOST_RESOLVE_MODULES | No | Expand referenced Terraform modules during parsing | true |
| CLOUDCOST_BUDGET_PER_RESOURCE | No | Per-resource monthly budget cap in USD | |
| CLOUDCOST_GUARDRAIL_WARN_RATIO | No | Fraction of guardrail threshold that triggers warn instead of allow | 0.8 |
| CLOUDCOST_GUARDRAIL_MAX_MONTHLY | No | Aggregate monthly ceiling for check_cost_budget. Over = block verdict | |
| CLOUDCOST_INCLUDE_DATA_TRANSFER | No | Include estimated data transfer costs in reports | false |
| CLOUDCOST_GUARDRAIL_MAX_PER_RESOURCE | No | Per-resource ceiling for check_cost_budget. One over = block verdict |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessWithin a week