cloudcostsmcp
About
Anchor AI FinOps to real, live cloud pricing — AWS, GCP & Azure public and enterprise rates.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
OCC_GCP_API_KEY OCC_AWS_ENABLE_COST_EXPLORER AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY OCC_GCP_BILLING_ACCOUNT_IDClaude Code
claude mcp add --env OCC_GCP_API_KEY= --env OCC_AWS_ENABLE_COST_EXPLORER= --env AWS_ACCESS_KEY_ID= --env AWS_SECRET_ACCESS_KEY= --env OCC_GCP_BILLING_ACCOUNT_ID= cloudcostsmcp -- uvx opencloudcosts
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"cloudcostsmcp","command":"uvx","args":["opencloudcosts"],"env":{"OCC_GCP_API_KEY":"","OCC_AWS_ENABLE_COST_EXPLORER":"","AWS_ACCESS_KEY_ID":"","AWS_SECRET_ACCESS_KEY":"","OCC_GCP_BILLING_ACCOUNT_ID":""}}'
JSON
{
"mcpServers": {
"cloudcostsmcp": {
"command": "uvx",
"args": [
"opencloudcosts"
],
"env": {
"OCC_GCP_API_KEY": "",
"OCC_AWS_ENABLE_COST_EXPLORER": "",
"AWS_ACCESS_KEY_ID": "",
"AWS_SECRET_ACCESS_KEY": "",
"OCC_GCP_BILLING_ACCOUNT_ID": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.