# Go Rocket (remote · www.go-rocket.ai)

Turn any website URL into a 9:16 AI video ad with a photoreal presenter, in 21 languages.

- Trust score: 72/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-27

## Components

- remote · `www.go-rocket.ai`: 72/100 (this document), [markdown](https://verifymcp.io/servers/ai-go-rocket-go-rocket/www.md), [page](https://verifymcp.io/servers/ai-go-rocket-go-rocket/www)

## Channel facts

- Endpoint: `https://www.go-rocket.ai/mcp/`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.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-09-27.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 76/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 382 tokens (~127/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 83/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 50% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### How do I install the Go Rocket MCP server?

Go Rocket is a hosted endpoint at https://www.go-rocket.ai/mcp/, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http ai-go-rocket-go-rocket 'https://www.go-rocket.ai/mcp/'
```

### Cursor

```json
{
  "mcpServers": {
    "ai-go-rocket-go-rocket": {
      "url": "https://www.go-rocket.ai/mcp/"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "ai-go-rocket-go-rocket": {
      "type": "http",
      "url": "https://www.go-rocket.ai/mcp/"
    }
  }
}
```

### Codex

```toml
[mcp_servers.ai-go-rocket-go-rocket]
url = "https://www.go-rocket.ai/mcp/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-go-rocket-go-rocket": {
      "type": "remote",
      "url": "https://www.go-rocket.ai/mcp/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ai-go-rocket-go-rocket --url 'https://www.go-rocket.ai/mcp/' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-go-rocket-go-rocket:
    url: "https://www.go-rocket.ai/mcp/"
```

### Netclaw

```json
{
  "McpServers": {
    "ai-go-rocket-go-rocket": {
      "Transport": "http",
      "Url": "https://www.go-rocket.ai/mcp/"
    }
  }
}
```

### Vellum

```bash
assistant mcp add ai-go-rocket-go-rocket -t streamable-http -u 'https://www.go-rocket.ai/mcp/'
```

### Other

```json
{
  "mcpServers": {
    "ai-go-rocket-go-rocket": {
      "type": "http",
      "url": "https://www.go-rocket.ai/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-09-27 (score 72)

First indexed and scored.

## MCP tools (3)

### `get_video_sample` (~152 tokens)

Get a sample video ad for a website

Give a website URL and get back a blurred sample of the video ad Go Rocket would make for it (a photoreal AI presenter talking about the product, 9:16, brand colours from the page), plus a claim token for the checkout. Reading the page takes about 20 to 40 seconds; the tool waits up to wait_seconds and otherwise returns state 'reading': then call get_sample_status with the claim token every few seconds until it is 'ready'. Nothing is generated or charged by this call.

Input parameters:

- `url` (string, required): The product or company website, e.g. https://example.com
- `wait_seconds` (integer): How long to wait for the sample (default 8).

### `get_sample_status` (~63 tokens)

Check whether a sample is ready

Poll a sample started by get_video_sample. Returns state 'reading', 'ready' (with the sample), 'failed' (the site could not be read; nothing to buy) or 'purchased' (already bought).

Input parameters:

- `claim_token` (string, required)

### `get_checkout_link` (~101 tokens)

Get the $9 checkout link for the sampled site

Returns the Stripe checkout URL for the first video of the sampled site (one-time, no account needed; $9 for a new customer). Call it once the sample is 'ready'. Opening it in a browser is the only step that charges. After payment the buyer picks the presenter, the message and one of 21 languages, and the finished video is ready about 15 minutes later; failed generations are refunded automatically.

Input parameters:

- `claim_token` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ai-go-rocket-go-rocket/www#diagnostics

## Score history

- 2026-09-27: 72

## Common questions

### What is the Go Rocket MCP server?

Go Rocket is an MCP server listed in the public MCP registry as ai.go-rocket/go-rocket. Turn any website URL into a 9:16 AI video ad with a photoreal presenter, in 21 languages. This page covers its hosted endpoint (https://www.go-rocket.ai/mcp/).

### Is the Go Rocket MCP server safe to use?

Go Rocket scores 72 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Go Rocket MCP server expose?

Go Rocket exposes 3 tools: get_video_sample, get_sample_status, get_checkout_link. Their descriptions and schemas cost roughly 316 tokens of context every time the server is loaded.

### Does the Go Rocket MCP server require authentication?

No. We connected to Go Rocket without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Go Rocket MCP server still maintained?

Go Rocket is still listed as active in the MCP registry. We last reached this channel on 27 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://www.go-rocket.ai/mcp/
- Website: https://www.go-rocket.ai/mcp-setup/
- Changelog RSS feed: https://verifymcp.io/servers/ai-go-rocket-go-rocket/www.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-go-rocket-go-rocket/www.json
- HTML version of this page: https://verifymcp.io/servers/ai-go-rocket-go-rocket/www
