corpollc/corpo-mcp
MCP server for AI agent entity formation — sandbox for Wyoming DAO LLC workflows (pre-alpha)
Platform-specific configuration:
{
"mcpServers": {
"corpo-mcp": {
"command": "npx",
"args": [
"-y",
"corpo-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> ⚠️ PRE-ALPHA / SANDBOX — All entity operations are sandbox/demo mode only. > No real Wyoming SOS filings or EIN assignments are produced.
> Model Context Protocol server for AI agent entity formation (sandbox)
Give any MCP-compatible AI agent access to explore and prototype Wyoming DAO LLC formation workflows.
Corpo is a sandbox platform for AI agents and their operators to prototype the formation, governance, and operation of legal entities. AI agents are becoming economic actors — Corpo lets them explore the full lifecycle in a safe sandbox environment before production integrations go live.
| Tool | Auth | Description | |------|------|-------------| | get_pricing | — | Current formation & maintenance pricing | | get_entity_types | — | Available entity types (DAO LLC, DUNA) | | get_structures | — | Governance structures (member-managed, etc.) | | get_capital_structures | — | Ownership/membership interest options | | get_operating_agreements | — | Operating agreement templates | | get_registered_agents | — | Required registered agent services | | get_addons | — | Optional formation add-ons | | get_actions_catalog | — | Post-formation governance actions | | get_recipes | — | Pre-configured formation templates | | get_legal_faq | — | Legal FAQ for AI agent entities | | get_quote | — | Instant price quote by entity name | | get_directors | — | Director marketplace listings | | register_account | — | Create a new Corpo account | | confirm_account | ✓ | Confirm registration with email code | | create_quote | ✓ | Create formal formation quote | | join_waitlist | — | Join the early access waitlist |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"corpo": {
"command": "uvx",
"args": ["--from", "git+https://github.com/corpollc/corpo-mcp", "corpo-mcp"]
}
}
}Loading reviews...