Skip to main content
Glama

Google Cloud MCP Server

by krzko

gcp-billing-list-skus

Retrieve SKUs and pricing details for Google Cloud services by specifying the service ID, page size, currency, and pagination token for accurate cost analysis and management.

Instructions

List all SKUs (Stock Keeping Units) and pricing information for a Google Cloud service

Input Schema

NameRequiredDescriptionDefault
currencyCodeNoCurrency code for pricing information (default: USD)USD
pageSizeNoMaximum number of SKUs to return (1-100)
pageTokenNoToken for pagination to get next page of results
serviceIdYesGoogle Cloud service ID (e.g., 'services/6F81-5844-456A')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "currencyCode": { "default": "USD", "description": "Currency code for pricing information (default: USD)", "type": "string" }, "pageSize": { "default": 20, "description": "Maximum number of SKUs to return (1-100)", "maximum": 100, "minimum": 1, "type": "number" }, "pageToken": { "description": "Token for pagination to get next page of results", "type": "string" }, "serviceId": { "description": "Google Cloud service ID (e.g., 'services/6F81-5844-456A')", "type": "string" } }, "required": [ "serviceId" ], "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