GVRN Incorporation
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

FieldTypeDescription
draftId*stringDraft id returned by create_incorporation_draft
verificationToken*stringToken from verify_email_otp for the email that created the draft
companyNamestringPreferred company name
alternativeCompanyNamesarrayFallback company names in priority order
jurisdictionstringTarget jurisdiction, e.g. "BVI", "CAYMAN", "PANAMA" — free text is accepted
entityTypestringe.g. "LTD", "FOUNDATION", "LLC" — free text is accepted
foundersarrayFounders / shareholders / directors
totalSharesnumberTotal shares to be issued
parValuenumberPar value per share
currencystringShare capital currency, e.g. "USD"
businessDescriptionstringWhat the company will do
urgencystringTimeline constraints, e.g. "needed before token launch July 1"
notesstringAnything 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.