Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-11-25 streamable-http

GVRN Incorporation

ai.gvrn/incorporation

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

Uptime
7.1%
14 probes
Response
1930ms
last probe
Tools
7
callable
Resources
1
readable
Prompts
0
available

Tools · 7

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

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 minut…

verify_email_otp

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 dr…

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 t…

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. Fa…

submit_incorporation

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 field…

get_incorporation_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 visi…

Resources · 1

incorporation-guide

Full workflow guide: fields, OTP email verification, submission, and review lifecycle.

gvrn://incorporation/guide

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "gvrn_incorporation": {
      "url": "https://core-api.gvrn.ai/incorporation-mcp",
      "transport": "streamable-http"
    }
  }
}