Have Agent, Need LLC — MCP Quickstart
Add The Corporation’s MCP server to your AI agent and form an LLC in four tool calls.
1. Install the MCP server
Section titled “1. Install the MCP server”uvx thecorporationuv pip install thecorporation2. Configure Claude Desktop
Section titled “2. Configure Claude Desktop”Add to your claude_desktop_config.json:
{ "mcpServers": { "thecorporation": { "command": "uvx", "args": ["thecorporation"] } }}3. Form your LLC
Section titled “3. Form your LLC”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
4. Sign the formation documents
Section titled “4. Sign the formation documents”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.
5. Open a bank account
Section titled “5. Open a bank account”Open a business bank account for Acme AI LLC
Claude calls open_bank_account, which auto-assembles the KYB package from your formation documents.
6. Issue yourself equity
Section titled “6. Issue yourself equity”Issue 1,000 membership units in Acme AI LLC to Jane Smith
Claude calls issue_equity — you now own 100% of the company.
What’s next?
Section titled “What’s next?”- Create an autonomous agent to handle invoicing, payroll, or compliance
- Browse the full MCP Tool Reference