Skip to main content
Glama
RadiumGu

GCP Billing and Monitoring MCP Server

by RadiumGu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_PRIVATE_KEYNoGoogle service account private key for authentication
GOOGLE_CLIENT_EMAILNoGoogle service account email for authentication
GOOGLE_CLOUD_PROJECTNoGoogle Cloud project ID
GOOGLE_APPLICATION_CREDENTIALSNoPath to your service account key file for Google Cloud authentication

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
gcp-logging-query-logsB

Query Google Cloud Logs with custom filters. Searches across all payload types (text, JSON, proto) and metadata fields.

gcp-logging-query-time-rangeA

Query Google Cloud Logs within a specific time range. Supports relative times (1h, 2d) and ISO timestamps.

gcp-logging-search-comprehensiveC

Search across all log fields including textPayload, jsonPayload, protoPayload, labels, HTTP requests, and metadata. Provides maximum context.

gcp-spanner-execute-queryD
gcp-spanner-list-tablesD
gcp-spanner-list-instancesD
gcp-spanner-list-databasesD
gcp-spanner-query-natural-languageD
gcp-spanner-query-countD
gcp-monitoring-query-metricsD
gcp-monitoring-list-metric-typesD
gcp-monitoring-query-natural-languageD
gcp-trace-get-traceD
gcp-trace-list-tracesD
gcp-trace-find-from-logsD
gcp-trace-query-natural-languageD
gcp-iam-get-project-policyB

Retrieve the IAM policy for a Google Cloud project

gcp-iam-test-project-permissionsA

Test which permissions the current caller has on a Google Cloud project

gcp-iam-test-resource-permissionsA

Test which permissions the current caller has on specific Google Cloud resources

gcp-iam-validate-deployment-permissionsA

Check if current caller has required permissions for deploying to common GCP services

gcp-iam-list-deployment-servicesB

List all GCP services with pre-defined deployment permission sets

gcp-iam-analyse-permission-gapsC

Compare current permissions against required permissions for specific operations and identify gaps

gcp-error-reporting-list-groupsD
gcp-error-reporting-get-group-detailsD
gcp-error-reporting-analyse-trendsD
gcp-profiler-list-profilesD
gcp-profiler-analyse-performanceD
gcp-profiler-compare-trendsD
gcp-billing-list-accountsA

List all Google Cloud billing accounts accessible to the user

gcp-billing-get-account-detailsA

Retrieve detailed information about a specific Google Cloud billing account

gcp-billing-list-projectsA

List all projects associated with a specific Google Cloud billing account

gcp-billing-get-project-infoA

Retrieve billing configuration and status for a Google Cloud project

gcp-billing-list-servicesB

List all available Google Cloud services for billing and cost analysis

gcp-billing-list-skusB

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

gcp-billing-analyse-costsC

Perform detailed cost analysis with trends and insights for Google Cloud billing data

gcp-billing-detect-anomaliesC

Detect unusual cost patterns and spending anomalies in Google Cloud billing data

gcp-billing-cost-recommendationsB

Generate cost optimisation recommendations with potential savings for Google Cloud billing

gcp-billing-service-breakdownC

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

gcp-utils-set-project-idB

Set the default Google Cloud project ID to use for all operations

gcp-utils-get-project-idA

Get the current Google Cloud project ID and recent project history

Prompts

Interactive templates invoked by user choice

NameDescription
analyse-errorsAnalyse errors in logs over a specified timeframe with optional severity and service filtering
trace-requestTrace a specific request through logs using trace ID
performance-overviewGet a performance overview for services over a specified timeframe
alert-investigationInvestigate a specific alert and analyse related metrics and logs
schema-explanationGet a comprehensive overview of a Cloud Spanner database schema
query-optimisationAnalyse and provide optimisation suggestions for a Cloud Spanner SQL query
data-explorationAnalyse a Cloud Spanner table schema, performance, and data patterns

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.1/5.0

Scored across 40 tools

Disambiguation3/5

Tools are grouped by GCP service domains (billing, IAM, logging, monitoring, profiler, Spanner, trace, utils), which reduces ambiguity within each group, but there is overlap across groups. For example, multiple tools handle queries (gcp-logging-query-logs, gcp-monitoring-query-metrics, gcp-spanner-execute-query) without clear boundaries in their descriptions, and some tools like gcp-billing-analyse-costs and gcp-billing-service-breakdown could be confused for similar purposes. The domain grouping helps, but the sheer number of tools creates potential for misselection.

Naming Consistency4/5

Tool names follow a consistent pattern of gcp-<service>-<action>-<target> with hyphens, making them predictable and readable. Minor deviations exist, such as gcp-utils-get-project-id using 'utils' instead of a service name and some names being more verbose (e.g., gcp-billing-detect-anomalies vs. gcp-trace-get-trace), but overall the naming is highly consistent across the set.

Tool Count2/5

With 40 tools, the count is excessive for a single server, even given the broad scope of GCP billing and monitoring. This feels heavy and unwieldy, likely overwhelming for agents and users. A more focused approach with fewer, more generalized tools or splitting into multiple servers would be more appropriate, as the current scope spans multiple distinct domains beyond just billing and monitoring.

Completeness3/5

The server covers multiple GCP domains (billing, IAM, logging, monitoring, profiler, Spanner, trace, utils) with basic CRUD-like operations, but there are notable gaps. For example, in billing, tools exist for analysis and listing, but update or delete operations are missing; in monitoring and profiler, many tools lack descriptions, making it hard to assess coverage. The inclusion of unrelated services like Spanner suggests scope creep rather than a complete surface for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues