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 |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JadenRazo/CloudCostMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server