Skip to main content
Glama

Google Cloud MCP Server

by krzko

gcp-billing-list-services

Retrieve a paginated list of Google Cloud services to facilitate billing insights and cost analysis, allowing users to manage and optimize cloud expenses effectively.

Instructions

List all available Google Cloud services for billing and cost analysis

Input Schema

NameRequiredDescriptionDefault
pageSizeNoMaximum number of services to return (1-200)
pageTokenNoToken for pagination to get next page of results

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pageSize": { "default": 50, "description": "Maximum number of services to return (1-200)", "maximum": 200, "minimum": 1, "type": "number" }, "pageToken": { "description": "Token for pagination to get next page of results", "type": "string" } }, "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