Skip to main content
Glama

Google Cloud MCP Server

by krzko

gcp-billing-service-breakdown

Analyze Google Cloud costs by service, usage, and SKU for a specified billing account. Filter by project ID and time range to gain detailed expense insights.

Instructions

Get detailed cost breakdown by Google Cloud service with usage and SKU information

Input Schema

NameRequiredDescriptionDefault
billingAccountNameYesBilling account name (e.g., 'billingAccounts/123456-789ABC-DEF012')
projectIdNoOptional project ID to filter costs
timeRangeNoTime range for analysis (7d, 30d, 90d, 1y)30d

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "billingAccountName": { "description": "Billing account name (e.g., 'billingAccounts/123456-789ABC-DEF012')", "type": "string" }, "projectId": { "description": "Optional project ID to filter costs", "type": "string" }, "timeRange": { "default": "30d", "description": "Time range for analysis (7d, 30d, 90d, 1y)", "enum": [ "7d", "30d", "90d", "1y" ], "type": "string" } }, "required": [ "billingAccountName" ], "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/krzko/google-cloud-mcp'

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