GVRN Incorporation
GI
GVRN Incorporation
/create_incorporation_draft

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 othe

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 /create_incorporation_draft for me.

Input

FieldTypeDescription
verificationToken*stringToken from verify_email_otp — the draft is bound to this email
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":"/create_incorporation_draft","input":{"verificationToken":"..."}}'
cli
npx cracked-ai run -p mcp-ai-gvrn-incorporation -e /create_incorporation_draft -i '{"verificationToken":"..."}'
mcp
run_tool({ provider: "mcp-ai-gvrn-incorporation", endpoint: "/create_incorporation_draft", input: {"verificationToken":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.