# Google Cloud Run (remote · run.googleapis.com)

Deploy applications to Cloud Run

- Trust score: 62/100 (medium)
- Change this week: +1
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `run.googleapis.com`: 62/100 (this document), [markdown](https://verifymcp.io/servers/com-googleapis-run-mcp/run.md), [page](https://verifymcp.io/servers/com-googleapis-run-mcp/run)

## Channel facts

- Endpoint: `https://run.googleapis.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (deploy_service_from_image).
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 74/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (fair).
  - Context-footprint check failed: tool/resource definitions use about 628 tokens (~125/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-googleapis-run-mcp https://run.googleapis.com/mcp
```

### Codex

```toml
[mcp_servers.com-googleapis-run-mcp]
url = "https://run.googleapis.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-googleapis-run-mcp": {
      "type": "remote",
      "url": "https://run.googleapis.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-googleapis-run-mcp --url https://run.googleapis.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-googleapis-run-mcp:
    url: "https://run.googleapis.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-googleapis-run-mcp": {
      "type": "http",
      "url": "https://run.googleapis.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 61, −2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 63, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 61, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 60)

First indexed and scored.

## MCP tools (5)

### `get_service` (~77 tokens)

Get info about a Cloud Run service, such as its URI and whether the deploy succeeded.

Input parameters:

- `name` (string, required): Required. The short name of the Service.
- `project` (string, required): Required. The project ID or project number to get the Service from.
- `region` (string, required): Required. The region to get the Service from.

Output parameters:

- `createTime` (string): The creation time.
- `creator` (string): Email address of the creator.
- `lastModifier` (string): Email address of the last modifier.
- `name` (string): The fully qualified name of this Service. Format: projects/{project}/locations/{location}/services/{service_id}
- `template`: The template used to create revisions for this Service.
- `terminalCondition`: The terminal condition of this Service, indicating its readiness status. State CONDITION_SUCCEEDED means the service is ready. If the service is not ready, this condition will contain detailed error…
- `updateTime` (string): The last-modified time.
- `uri` (string): The main URI in which this Service is serving traffic.

### `list_services` (~57 tokens)

List Cloud Run services in a given Google Cloud project and region.

Input parameters:

- `project` (string, required): Required. The project ID or project number to list the Services from.
- `region` (string, required): Required. The region to list the Services from.

Output parameters:

- `project` (string): The project where the Services are listed from.
- `services` (array): The resulting list of Services.

### `deploy_service_from_image` (~37 tokens)

Deploy a container image from Artifact Registry or Docker Hub as a Cloud Run service.

Input parameters:

- `service` (required): Required. The service to deploy.

Output parameters:

- `done` (boolean): If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
- `error`: The error result of the operation in case of failure or cancellation.
- `metadata` (object): Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method…
- `name` (string): The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{u…
- `response` (object): The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get…

### `deploy_service_from_archive` (~309 tokens)

Deploy a Cloud Run service directly from a self-contained source code archive (.tar.gz),
skipping the container image build step for faster deployment.

The archive must include all dependencies:

\- For compiled languages (Go, Java), include pre-compiled binaries.
\- For scripting languages (Python, Node.js), include pre-installed libraries (e.g., vendor/, node_modules/).

Deployment steps:

1\. Package source code and dependencies into a .tar.gz archive (max 250MiB).
   It's recommended to create archive from the root of the application's source directory.
2\. Upload the archive to a Google Cloud Storage bucket, preferably in the same region as the service.
3\. Deploy to Cloud Run using this tool, specifying:
   \- source_code: Google Cloud Storage object path to the archive (e.g., gs://bucket/object).
   \- command: Command to start the application.
   \- base_image_uri: Base image for the container (e.g., go124, nodejs24, python314).
     See https://docs.cloud.google.com/run/docs/configuring/services/runtime-base-images for options.
     The runtime picked should match the local environment.
   \- args: (Optional) Arguments for the command.
   \- env: (Optional) Environment variables (e.g., name: `PYTHONPATH`, value: `./vendor`).
   \- ports: (Optional) Container ports to expose (defaults to 8080).

Input parameters:

- `service` (required): Required. The service to deploy.

Output parameters:

- `done` (boolean): If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
- `error`: The error result of the operation in case of failure or cancellation.
- `metadata` (object): Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method…
- `name` (string): The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{u…
- `response` (object): The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get…

### `deploy_service_from_file_contents` (~148 tokens)

Deploys a Cloud Run service directly from local source files. This method is suitable for
scripting languages like Python and Node.js, of which the source code can be embedded in the
request. This is ideal for quick tests and development feedback loops. You must include all
necessary dependencies within the source files because it skips the build step for faster
deployment.

\**Key Requirements:**

1\. source_code: Should set to sourceCode.inlinedSource.sources with array of source files, each having `filename` and `content`.
2\. Size limit: you are subject to total request size limit of 50MiB.

Input parameters:

- `service` (required): Required. The service to deploy.

Output parameters:

- `done` (boolean): If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
- `error`: The error result of the operation in case of failure or cancellation.
- `metadata` (object): Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method…
- `name` (string): The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{u…
- `response` (object): The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get…

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-googleapis-run-mcp/run#diagnostics

## Score history

- 2026-08-03: 62
- 2026-08-02: 62
- 2026-08-01: 61
- 2026-07-31: 61
- 2026-07-30: 63
- 2026-07-29: 62
- 2026-07-28: 61
- 2026-07-27: 61
- 2026-07-26: 60

## Links

- Remote endpoint: https://run.googleapis.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-googleapis-run-mcp/run/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-googleapis-run-mcp/run/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-googleapis-run-mcp/run
