For AI agents
The incorporation MCP server.
Incorporate a company using an AI agent: Corply exposes Delaware C-Corp formation as a Model Context Protocol server, so an agent gathers the application, generates the legal documents, collects binding cofounder e-signatures, and hands the filing to human review — one HTTP endpoint at https://corply.dev/mcp.
Connect from any agent
Claude Code users get the packaged experience — install the plugin and run /incorporate. Any other MCP client connects directly:
claude mcp add --transport http corply https://corply.dev/mcp
Transport is streamable HTTP; the first tool call opens a browser once for Google sign-in (OAuth 2.0), after which the agent is authorized into the founder's organization. Machine-readable overviews live at /llms.txt and /llms-full.txt.
The tool surface
| whoami | Identify the authenticated caller and their organization. |
| get_org | The caller's organization, members, and formation state. |
| save_application | Create or update the incorporation application. |
| validate_application | Completeness and consistency checks before generation. |
| generate_documents | Generate the legal document set as PDFs. |
| request_signature | Open a signature request (magic-link PDF review, in-chat consent). |
| record_signature | Record a binding e-signature with the ESIGN/UETA audit bundle. |
| invite_member | Invite a cofounder by email into the organization. |
| invite_cofounders | After documents are generated, invite every other listed founder to review and sign in one step. |
| nudge_signer | Re-send the signature reminder email to a cofounder who hasn't signed yet. |
| redeem_invite | A cofounder joins the organization from their own agent. |
| submit_for_formation | Hand the fully signed formation to human-reviewed Delaware filing. |
| get_status | Formation and filing status, plus pending steps. |
| remember / recall | Save and retrieve organization-scoped company context. |
What stays human — by design
The server enforces the boundary, not the agent's goodwill: signatures are made by the actual founders under an ESIGN/UETA audit trail, the 83(b) election is the taxpayer's decision, payments require explicit authorization, and the Delaware submission is always reviewed by a human before filing. Corply is operated by 0Lumen Labs Corp. and is not a law firm.
FAQ
- Can I incorporate a company using an AI agent?
- Yes. Point any MCP-capable agent — Claude Code with the Corply plugin is the packaged path — at Corply's server and it runs the formation end-to-end: application, legal documents, cofounder e-signatures, and filing status. The legally load-bearing acts stay human: founders sign, the taxpayer decides the 83(b), and Corply's team reviews every Delaware submission.
- What is an incorporation MCP server?
- A Model Context Protocol server that exposes company formation as tools an AI agent can call: saving the application, generating legal documents, collecting e-signatures, and tracking the filing. Corply's runs at https://corply.dev/mcp over streamable HTTP with OAuth on first use.
- Which agents can use it?
- Any MCP-capable agent — Claude Code (best experience, via the Corply plugin), Claude Desktop and claude.ai via custom connectors, or anything else that speaks MCP over HTTP.
- Can an agent file with Delaware by itself?
- No, by design. Agents prepare, validate, route, and record. Signatures are made by the actual humans, and every Delaware submission is human-reviewed before filing. Legal advice, payment authorization, and identity verification also stay human.
- Where do I find the plugin and server?
- The Claude Code plugin lives at github.com/corply-dev/corply-plugin; the MCP endpoint is https://corply.dev/mcp. In MCP registries, look for Corply under the dev.corply namespace.