Skip to content

MCP Server

The Corporation MCP server gives AI agents full corporate operations capabilities — entity formation, equity management, payroll, contracts, banking, and tax compliance.

Terminal window
uvx thecorporation

Add to your claude_desktop_config.json:

{
"mcpServers": {
"thecorporation": {
"command": "uvx",
"args": ["thecorporation"]
}
}
}
ToolWhat it does
form_entityForm an LLC or corporation in any US state
list_entitiesList all entities with optional type/status filter
convert_entityConvert between LLC and C-Corp
dissolve_entityInitiate entity dissolution workflow
issue_equityIssue shares or membership units
issue_safeIssue SAFE notes (pre-money, post-money, MFN)
get_cap_tableView cap table with all grants and SAFEs
transfer_sharesTransfer shares between holders
calculate_distributionCalculate pro-rata, waterfall, or guaranteed distributions
create_invoiceCreate and send invoices
run_payrollRun payroll for employees and contractors
submit_paymentSend payments via ACH, wire, or check
open_bank_accountOpen a business bank account (auto-KYB)
reconcile_ledgerReconcile ledger entries for a period
classify_contractorAnalyze employee vs. contractor risk (AB5 compliance)
sign_documentE-sign formation docs, contracts, resolutions
generate_contractGenerate NDAs, contractor agreements, offer letters
convene_meetingConvene board, shareholder, or member meetings
cast_voteCast votes on agenda items
file_tax_documentGenerate 1099s, K-1s, estimated tax filings
track_deadlineTrack compliance and filing deadlines
ToolWhat it does
create_agentCreate an autonomous agent with sandbox and email
list_agentsList all agents in workspace
send_agent_messageSend a message to an agent
update_agentUpdate agent configuration
add_agent_skillAdd composable behaviors to an agent

See the full Tool Reference for parameters and examples.

Every tool call flows through the governance kernel:

Agent Tool Call → Intent → Policy Evaluation → Execution → Receipt
  • No side effect without an auditable intent
  • Every receipt is hash-bound and immutable
  • Human obligations auto-generated for legally required signatures
  • Double-entry ledger tracks every dollar
  • “Form a Delaware LLC called Acme AI for my consulting business”
  • “Issue a $500K post-money SAFE with a $10M cap to Jane Smith”
  • “Generate an NDA between my company and Acme Corp”
  • “Run payroll for January 2025”
  • “Create an agent to monitor compliance deadlines”