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
| Field | Type | Description |
|---|---|---|
| verificationToken* | string | Token from verify_email_otp — the draft is bound to this email |
| 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":"/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.