# GVRN Incorporation (remote · incorporation-mcp.gvrn.ai)

Collect and submit company incorporation requests for review by GVRN's corpsec team.

- Trust score: 79/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-24

## Components

- remote · `incorporation-mcp.gvrn.ai`: 79/100 (this document), [markdown](https://verifymcp.io/servers/ai-gvrn-incorporation/incorporation-mcp-2.md), [page](https://verifymcp.io/servers/ai-gvrn-incorporation/incorporation-mcp-2)

## Channel facts

- Endpoint: `https://incorporation-mcp.gvrn.ai`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## 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-24.

- **Endpoint Security**: 57/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 (submit_incorporation).
  - HTTPS is enforced; there's no plaintext access path.
  - 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**: 82/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1299 tokens (~162/item across 8 items; 7 tools + 1 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 97/100
  - Stability observed for 29 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 9 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.

## Install

### How do I install the GVRN Incorporation MCP server?

GVRN Incorporation is a hosted endpoint at https://incorporation-mcp.gvrn.ai/, 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-gvrn-incorporation 'https://incorporation-mcp.gvrn.ai/'
```

### Cursor

```json
{
  "mcpServers": {
    "ai-gvrn-incorporation": {
      "url": "https://incorporation-mcp.gvrn.ai/"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "ai-gvrn-incorporation": {
      "type": "http",
      "url": "https://incorporation-mcp.gvrn.ai/"
    }
  }
}
```

### Codex

```toml
[mcp_servers.ai-gvrn-incorporation]
url = "https://incorporation-mcp.gvrn.ai/"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add ai-gvrn-incorporation --url 'https://incorporation-mcp.gvrn.ai/' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-gvrn-incorporation:
    url: "https://incorporation-mcp.gvrn.ai/"
```

### Netclaw

```json
{
  "McpServers": {
    "ai-gvrn-incorporation": {
      "Transport": "http",
      "Url": "https://incorporation-mcp.gvrn.ai/"
    }
  }
}
```

### Vellum

```bash
assistant mcp add ai-gvrn-incorporation -t streamable-http -u 'https://incorporation-mcp.gvrn.ai/'
```

### Other

```json
{
  "mcpServers": {
    "ai-gvrn-incorporation": {
      "type": "http",
      "url": "https://incorporation-mcp.gvrn.ai/"
    }
  }
}
```

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-23 (score 79, +1)

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

### 2026-09-21 (score 78, +1)

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

### 2026-09-19 (score 77, +1)

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

### 2026-09-17 (score 76, +1)

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

### 2026-09-15 (score 75, +1)

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

### 2026-09-12 (score 74, +1)

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

### 2026-09-10 (score 73, +1)

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

### 2026-09-08 (score 72, +1)

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

## MCP tools (7)

### `get_incorporation_guide` (~53 tokens)

Get incorporation guide

Returns the full GVRN incorporation workflow guide: the fields collected, the email-verification steps, and the review lifecycle. Also available as the MCP resource gvrn://incorporation/guide.

### `request_email_otp` (~76 tokens)

Request email verification code

Sends a 6-digit verification code to the given email address. The code is exchanged for a verificationToken via verify_email_otp, and that token authorizes the draft tools. Codes expire after 10 minutes and are rate-limited per email.

Input parameters:

- `email` (string, required): Email address to verify — the user's real inbox

### `verify_email_otp` (~83 tokens)

Verify email code

Verifies a 6-digit email code and returns a verificationToken valid for ~30 minutes. The draft tools require this token. Re-verifying the same email issues a fresh token that still reaches the same drafts.

Input parameters:

- `code` (string, required): The 6-digit code from the user's inbox
- `email` (string, required): Same email the code was sent to

### `create_incorporation_draft` (~279 tokens)

Create incorporation draft

Creates a new incorporation request draft bound to the verified email, using any fields provided. Requires a verificationToken from verify_email_otp; every other field is optional. Returns a draftId that identifies the draft for later updates, submission, and status checks.

Input parameters:

- `alternativeCompanyNames` (array): Fallback company names in priority order
- `businessDescription` (string): What the company will do
- `companyName` (string): Preferred company name
- `currency` (string): Share capital currency, e.g. "USD"
- `entityType` (string): e.g. "LTD", "FOUNDATION", "LLC" — free text is accepted
- `founders` (array): Founders / shareholders / directors
- `jurisdiction` (string): Target jurisdiction, e.g. "BVI", "CAYMAN", "PANAMA" — free text is accepted
- `notes` (string): Anything else relevant: existing structures, PEP status, special requests
- `parValue` (number): Par value per share
- `totalShares` (number): Total shares to be issued
- `urgency` (string): Timeline constraints, e.g. "needed before token launch July 1"
- `verificationToken` (string, required): Token from verify_email_otp — the draft is bound to this email

### `update_incorporation_draft` (~291 tokens)

Update incorporation draft

Adds or corrects fields on an existing draft (patch semantics: only provided fields are changed; array fields are replaced whole). Requires a verificationToken for the email that created the draft. Fails once the draft has been submitted.

Input parameters:

- `alternativeCompanyNames` (array): Fallback company names in priority order
- `businessDescription` (string): What the company will do
- `companyName` (string): Preferred company name
- `currency` (string): Share capital currency, e.g. "USD"
- `draftId` (string, required): Draft id returned by create_incorporation_draft
- `entityType` (string): e.g. "LTD", "FOUNDATION", "LLC" — free text is accepted
- `founders` (array): Founders / shareholders / directors
- `jurisdiction` (string): Target jurisdiction, e.g. "BVI", "CAYMAN", "PANAMA" — free text is accepted
- `notes` (string): Anything else relevant: existing structures, PEP status, special requests
- `parValue` (number): Par value per share
- `totalShares` (number): Total shares to be issued
- `urgency` (string): Timeline constraints, e.g. "needed before token launch July 1"
- `verificationToken` (string, required): Token from verify_email_otp for the email that created the draft

### `submit_incorporation` (~109 tokens)

Submit incorporation request

Submits a draft for review by the GVRN team and returns the request status. Requires a verificationToken for the email that created the draft, which becomes the contact for the request. Optional fields may be left blank. Irreversible: the draft becomes read-only and a review request is filed with the GVRN team.

Input parameters:

- `draftId` (string, required): Draft id returned by create_incorporation_draft
- `verificationToken` (string, required): Token from verify_email_otp

### `get_incorporation_status` (~89 tokens)

Get incorporation request status

Returns the current status of an incorporation request (DRAFT → QUEUED_FOR_REVIEW → UNDER_REVIEW → COMPLETED). Requires a verificationToken for the email that created the draft; requests are only visible to that email.

Input parameters:

- `draftId` (string, required): Draft id returned by create_incorporation_draft
- `verificationToken` (string, required): Token from verify_email_otp

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ai-gvrn-incorporation/incorporation-mcp-2#diagnostics

## Score history

- 2026-09-24: 79
- 2026-09-23: 79
- 2026-09-22: 78
- 2026-09-21: 78
- 2026-09-20: 77
- 2026-09-19: 77
- 2026-09-18: 76
- 2026-09-17: 76
- 2026-09-16: 75
- 2026-09-15: 75
- 2026-09-14: 74
- 2026-09-13: 74
- 2026-09-12: 74
- 2026-09-11: 73
- 2026-09-10: 73
- 2026-09-09: 72
- 2026-09-08: 72
- 2026-09-07: 71
- 2026-09-06: 71
- 2026-09-05: 70
- 2026-09-04: 70
- 2026-09-03: 69
- 2026-09-02: 69
- 2026-09-01: 68
- 2026-08-31: 68
- 2026-08-30: 67
- 2026-08-29: 67
- 2026-08-28: 67
- 2026-08-27: 66
- 2026-08-26: 66

## Common questions

### What is the GVRN Incorporation MCP server?

GVRN Incorporation is an MCP server listed in the public MCP registry as ai.gvrn/incorporation. Collect and submit company incorporation requests for review by GVRN's corpsec team. This page covers its hosted endpoint (https://incorporation-mcp.gvrn.ai).

### Is the GVRN Incorporation MCP server safe to use?

GVRN Incorporation scores 79 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 GVRN Incorporation MCP server expose?

GVRN Incorporation exposes 7 tools: get_incorporation_guide, request_email_otp, verify_email_otp, create_incorporation_draft, update_incorporation_draft, and 2 more. Their descriptions and schemas cost roughly 980 tokens of context every time the server is loaded.

### Does the GVRN Incorporation MCP server require authentication?

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

### Is the GVRN Incorporation MCP server still maintained?

GVRN Incorporation is still listed as active in the MCP registry. We last reached this channel on 24 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://incorporation-mcp.gvrn.ai/
- Website: https://www.gvrn.ai/
- Changelog RSS feed: https://verifymcp.io/servers/ai-gvrn-incorporation/incorporation-mcp-2.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-gvrn-incorporation/incorporation-mcp-2.json
- HTML version of this page: https://verifymcp.io/servers/ai-gvrn-incorporation/incorporation-mcp-2
