GI
GVRN Incorporation
/update_incorporation_draft
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
liveverifiedunknown~5s typical
mcpprobedgvrnincorporation
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-gvrn-incorporation /update_incorporation_draft for me.
Input
| Field | Type | Description |
|---|---|---|
| draftId* | string | Draft id returned by create_incorporation_draft |
| verificationToken* | string | Token from verify_email_otp for the email that created the draft |
| companyName | string | Preferred company name |
| alternativeCompanyNames | array | Fallback company names in priority order |
| jurisdiction | string | Target jurisdiction, e.g. "BVI", "CAYMAN", "PANAMA" — free text is accepted |
| entityType | string | e.g. "LTD", "FOUNDATION", "LLC" — free text is accepted |
| founders | array | Founders / shareholders / directors |
| totalShares | number | Total shares to be issued |
| parValue | number | Par value per share |
| currency | string | Share capital currency, e.g. "USD" |
| businessDescription | string | What the company will do |
| urgency | string | Timeline constraints, e.g. "needed before token launch July 1" |
| notes | string | Anything else relevant: existing structures, PEP status, special requests |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-gvrn-incorporation","endpoint":"/update_incorporation_draft","input":{"draftId":"...","verificationToken":"..."}}'cli
npx cracked-ai run -p mcp-ai-gvrn-incorporation -e /update_incorporation_draft -i '{"draftId":"...","verificationToken":"..."}'mcp
run_tool({ provider: "mcp-ai-gvrn-incorporation", endpoint: "/update_incorporation_draft", input: {"draftId":"...","verificationToken":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.