Skip to content

Have Agent, Need LLC — MCP Quickstart

Add The Corporation’s MCP server to your AI agent and form an LLC in four tool calls.

Terminal window
uvx thecorporation

Add to your claude_desktop_config.json:

{
"mcpServers": {
"thecorporation": {
"command": "uvx",
"args": ["thecorporation"]
}
}
}

Open Claude Desktop and say:

Form a Delaware LLC called “Acme AI LLC” for my AI consulting business

Claude will call form_entity and return your entity with:

  • Entity ID and formation status
  • Articles of Organization (draft)
  • Operating Agreement (draft)
  • Cap table with 1,000 membership units

Sign both formation documents for Acme AI LLC. I’m Jane Smith, the sole member.

Claude calls sign_document twice — articles and operating agreement are now signed.

Open a business bank account for Acme AI LLC

Claude calls open_bank_account, which auto-assembles the KYB package from your formation documents.

Issue 1,000 membership units in Acme AI LLC to Jane Smith

Claude calls issue_equity — you now own 100% of the company.