# amitte/gcp-tools

> Read-only GCP surface — list/describe Compute Engine instances, GCS buckets, IAM bindings, and Cloud Functions. Auth via Workload Identity Federation.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/gcp-tools

## Tags

- **Capabilities:** gcp-read, gce-describe, gcs-list, iam-bindings, cloud-functions
- **Domains:** cloud, devops, observability

## Evaluation

- **Adversarial score:** 95/100
- **Content score:** 82/100

## Endpoints

- **service-backed** `gcp-tools` → https://mcp.amitte.com/v1/gcp-tools/sse — Remote MCP server fronting Google Cloud read APIs via federated short-lived credentials. Drop into Claude Desktop, Cursor, or VS Code.
  - tool: `list_gce_instances` — Read-only. List Compute Engine instances in a project + zone; returns name, machine type, status, internal IP.
  - tool: `describe_gce_instance` — Read-only. Full Compute Engine instance description — disks, networks, metadata keys (values redacted).
  - tool: `list_gcs_buckets` — Read-only. List GCS buckets in a project. Returns name, location, storage class, time-created.
  - tool: `get_iam_bindings` — Read-only. Return the current IAM policy bindings for a project, folder, or organization resource.
  - tool: `list_cloud_functions` — Read-only. List Cloud Functions in a project + region. Returns name, runtime, entry point, last-update time.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/gcp-tools" } }`
- Install via CLI: `amitte install amitte/gcp-tools`
- HTML page: https://amitte.com/s/amitte/gcp-tools

Last updated: 2026-06-08T15:36:08.407Z