Skip to content

For AI agents

The corporate-lifecycle MCP server.

Corply gives an AI agent one canonical company state and the tools to act on it: form or adopt a Delaware C-Corp, execute supported company work, recognize evidence from elsewhere, and prepare a customer-payment launch in private sandbox, all through one authenticated endpoint at https://corply.dev/mcp.

Connect from any agent

Claude Code and Codex users get packaged plugin experiences. See the setup guide and ask your agent to incorporate your startup. Corply's public ChatGPT listing is under review. Any compatible MCP client connects directly to:

https://corply.dev/mcp

Add to Cursorone click in Cursor, or install Corply from the Cursor Marketplace via /add-plugin.

Transport is streamable HTTP with OAuth 2.0: authenticate once with a Google sign-in in the browser (in Claude Code, claude mcp login corply), 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

The live MCP tools/list response is authoritative. These are the main capability groups, not a duplicated schema that can drift from the backend.

get_company_briefingRecover the privacy-filtered caller, companies, lifecycle, formation state, operating plan, defaults, and action boundaries.
adopt_existing_companyAttach an existing company idempotently without manufacturing a Corply formation or treating asserted details as verified.
save_application / validate_applicationPersist reversible formation facts and run canonical completeness and consistency checks.
generate_documentsGenerate the correct filing-stage or post-acceptance packet for the company's current phase.
request_payment / await_paymentCreate and canonically reconcile the incorporation payment.
request_signature / sign_bundlePrepare the exact current bundle, then record one binding e-signature with its audit trail.
submit_for_formation / get_statusHand a confirmed filing to human review, then return canonical filing and next-step state.
resolve_company_planDeterministically materialize the applicable company-specific operating graph from current facts, evidence, occurrences, and time.
record_existing_completionImport work completed elsewhere as an evidence-backed claim tied to the exact occurrence.
operating evidence and fact toolsRecord explicit facts, upload evidence, answer consequential questions, and refresh the operating plan.
get_cap_table / import_cap_tableRead the canonical capitalization or perform an explicitly confirmed, auditable replacement.
Corply Pay sandbox toolsDraft a sandbox payment route, prepare provider onboarding, generate integration assets, inspect payment state, and reconcile test wallet and payout evidence. Live money movement is not available.

What stays human, by design

The server enforces the boundary, not the agent's goodwill: signatures are made by the actual named humans under an ESIGN/UETA audit trail. Each founder personally decides whether to elect 83(b), and the same pre-filing Founder Formation Authorization lets Corply execute it automatically after the stock transfer while Ops handles mailing. 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. Connect a supported plugin or MCP-capable agent to Corply and it runs the guided formation workflow. Founders make the 83(b) decision and sign one disclosed pre-filing formation authorization; Corply executes the authorized standard company documents after acceptance, and its 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?
Claude Code and Codex have packaged Corply plugin paths. Compatible MCP clients can connect to the hosted server directly. Corply's public ChatGPT plugin listing is under review and should not be treated as generally available until it appears in the directory.
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 cross-agent plugin source lives at github.com/corply-dev/corply-plugin; the MCP endpoint is https://corply.dev/mcp. The one-prompt setup guide is at https://corply.dev/skills.md.