Est. 2026

TheCorporation

Formation, equity, compliance, and governance — version-controlled, automated, and yours.

founders · investors · counsel · finance teams · agents

$ cargo install corp-cli
$ npx @thecorporation/corp
§ 01 — Infrastructure

Your Corporation Is a Git Repo

Corporate state in git gives you what no vendor database can: a cryptographically verifiable audit trail, data sovereignty by construction, and portability that is git clone — not a support ticket. When every action is a commit, agents and humans operate on the same record of truth.

$ git log --oneline
  e6f7a8b adopt bylaws v1.0
  b3c4d5e issue SAFE ($500K)
  7d8e9f0 add founder "Alice"
  4a1b2c3 form "Acme Inc" (DE)
  a0b1c2d init repository
acme-inc/
├── entity/formation.toml
├── cap-table/founders.toml
├── compliance/deadlines.toml
├── agents/ops-bot.toml
├── governance/resolutions/
└── .corp/config.toml
§ 02 — Who It's For

Built for Everyone at the Table

Founders
Form your entity, issue founder equity, generate bylaws and board consents — all from the terminal or a web form. Focus on building, not paperwork.
Investors & VCs
Verify cap tables by reading the repo. SAFE issuance, priced rounds, and conversion mechanics with a complete authorization chain you can audit independently.
CFOs & Finance
Double-entry GL, invoices, payroll, bank accounts, and reconciliation. Every financial transaction versioned and auditable in git log.
Legal & Counsel
Board meetings, written consents, resolutions, voting records. Governance with a tamper-evident audit trail — every action cryptographically signed.
HR & People
Employee equity grants, vesting schedules, option exercises, 83(b) elections. Stakeholder management with contact directory and cap table access controls.
Developers & Agents
CLI, REST API, MCP server, TypeScript SDK. 12 tools, 64 operations. Automate governance with the same tools you use for infrastructure.
§ 03 — Entry Points

Multiple Ways In

For humans

Web-based human pages for the things that need a signature, a disclosure, or a decision. No terminal required — founders and stakeholders interact through forms purpose-built for each obligation.

$ corp form create \
    --name "Acme Inc" \
    --entity-type c_corp \
    --jurisdiction DE \
    --local
  ✔ Formation committed to local repo
  ✔ Bylaws, EIN, board consent
  ✔ Compliance deadlines tracked

For agents

Franchise taxes, annual reports, and filing deadlines are mechanical governance — structured, repetitive, and time-sensitive. Agents handle continuous obligations automatically, with a complete audit trail in every commit.

// claude_desktop_config.json
{
  "mcpServers": {
    "corp": {
      "command": "corp-server",
      "args": [
        "--mcp"
      ]
    }
  }
}
§ 04 — Capabilities

The Full Stack

Formation
Form a Delaware C-Corp in one tool call. Bylaws, EIN records, and board consent committed to your repo as structured state.
Cap Table
Machine-readable equity with every grant, exercise, and conversion versioned in git log. Verify any claim by reading the repo.
Compliance
Continuous obligations — annual reports, BOI filings, franchise tax — monitored and executed by agents. Deadlines become a process, not a calendar reminder.
Banking
Account opening, KYB, and transaction feeds committed as structured state. Treasury operations governed by the same policy gate as everything else.
Tax
83(b) elections, W-9 collection, estimated tax. Every filing versioned, every deadline a continuous obligation agents track automatically.
Contracts
Generate, sign, and commit IP assignments, NDAs, and advisor agreements. Every executed contract is an immutable record in the corporate history.
Fundraising
SAFE issuance, priced rounds, conversion mechanics. Every equity event versioned with a complete authorization chain an investor can verify independently.
Registered Agent
Licensed in your state. Mail scanning, forwarding, and service of process — another continuous obligation handled without human attention.
12 MCP Tools
CLI, REST API, and MCP server. Three interfaces, one version-controlled repo, one audit trail. Agent-native by construction.
$ corp-server --mcp
  ✔ 12 tools loaded
  ✔ MCP server ready
§ 05 — Analysis

Comparison

TheCorporationPulleyBizee
Data sovereigntygit repo (yours)vendor databasevendor database
Version controlevery action is a commit
Agent-native / MCP12 tools
Open source
Self-hostable
Portabilitygit cloneCSV exportPDF export
PriceFree / $299/yr$399/yr$299/yr
Cap table
Compliance
CLI / API

Start building

$ cargo install corp-cli
$ npx @thecorporation/corp
CORP-PUB-001