Google Cloud Platform MCP
Manage GCP resources: Compute Engine, Cloud Storage, Cloud Functions, GKE, and Cloud Logging.
Overview
| Catalog ID | mcp-gcp |
| Category | cloud |
| Auth method | OAuth |
| Blast radius | high |
| Trust | Verified — published by cendriix |
| Version | 1.0.0 |
| Regions | us-east-1, eu-west-1 |
Tools
| Tool | Description |
|---|---|
list_instances | List Compute Engine instances. |
describe_bucket | Get details of a GCS bucket. |
invoke_function | Invoke a Cloud Function. |
get_logs | Query Cloud Logging entries. |
list_clusters | List GKE clusters. |
Tool parameters
list_instances
List Compute Engine instances.
| Parameter | Type | Description | |
|---|---|---|---|
project | string | required | GCP project ID |
zone | string | optional | Zone (e.g. us-central1-a) |
describe_bucket
Get details of a GCS bucket.
| Parameter | Type | Description | |
|---|---|---|---|
bucket | string | required | Bucket name |
invoke_function
Invoke a Cloud Function.
| Parameter | Type | Description | |
|---|---|---|---|
project | string | required | Project ID |
region | string | required | Region |
function_name | string | required | Function name |
data | object | optional | Request payload |
get_logs
Query Cloud Logging entries.
| Parameter | Type | Description | |
|---|---|---|---|
project | string | required | Project ID |
filter | string | optional | Logging filter expression |
limit | integer | optional | Max entries |
list_clusters
List GKE clusters.
| Parameter | Type | Description | |
|---|---|---|---|
project | string | required | Project ID |
zone | string | optional | Zone or region |
Installing
- In Cendriix, go to Settings → MCPs
- Find Google Cloud Platform and click Install
- Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
- Click Test Connection to run a health check and list available tools
Authentication. Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
Blast radius
This MCP is classified high. This MCP can modify infrastructure or reach sensitive data. High-blast-radius tool calls require explicit approval when your organisation enables approval gates in Policies.
Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.
Further reading
- MCP Marketplace — browse and install MCPs
- Policies & Guardrails — approval gates and blast radius
- Audit Log — review tool invocations
Last updated on