
Corpo MCP Server
โ 1from corpollc
Form and govern Wyoming DAO LLCs for AI agents โ 16 tools for entity formation, governance, compliance, and director marketplace via MCP.
Corpo MCP Server
โ ๏ธ 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.
What is Corpo?
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.
Tools (16)
| 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 |
Environment Variables
| Variable | Default | Description |
|---|---|---|
CORPO_API_URL | https://api.corpo.llc | Corpo API base URL |
Why?
AI agents are becoming economic actors โ they trade, earn, sign contracts, and deploy capital. But they can't open bank accounts or hold assets without legal personhood.
Wyoming's DAO LLC framework (ยง17-31) explicitly supports algorithmic governance, making it the ideal structure for AI agent entities. Corpo is building toward making this accessible via API (currently in sandbox/pre-alpha).
Links
- API: https://api.corpo.llc
- Wyoming DAO LLC: Wyoming Statute ยง17-31
AI should get the same access humans do.
pip install mcp httpx
python corpo_mcp.pyQuick Start
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"corpo": {
"command": "uvx",
"args": ["--from", "git+https://github.com/corpollc/corpo-mcp", "corpo-mcp"]
}
}
}With pip
pip install mcp httpx
python corpo_mcp.pyDocker
docker build -t corpo-mcp .
docker run -i corpo-mcpExample Usage
Once connected, an AI agent can:
- Explore options: "What entity types are available?" โ calls
get_entity_types - Get pricing: "How much does it cost?" โ calls
get_pricing - Get a quote: "Quote me for 'Agentic Treasury LLC'" โ calls
get_quote - Learn the law: "Do AI agents need LLCs?" โ calls
get_legal_faq - Browse governance: "What actions can my entity take?" โ calls
get_actions_catalog - Join waitlist: "Sign me up for early access" โ calls
join_waitlist
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ