Skip to main content
Glama

Kubecost MCP Server

get_cost_allocation

Retrieve detailed cost allocation data from Kubecost to analyze and distribute cloud infrastructure expenses across teams, projects, or resources based on time windows and filtering criteria.

Instructions

Get cost allocation data from Kubecost

Input Schema

NameRequiredDescriptionDefault
accumulateNo
aggregateNo
filtersNo
windowYes

Input Schema (JSON Schema)

{ "properties": { "accumulate": { "type": "boolean" }, "aggregate": { "type": "string" }, "filters": { "additionalProperties": { "type": "string" }, "type": "object" }, "window": { "type": "string" } }, "required": [ "window" ], "type": "object" }

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/cortezcristian/kubecost-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server