corpo-mcp
MCP server for AI agent entity formation — sandbox for Wyoming DAO LLC workflows (pre-alpha)
Documentation
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 |
Quick 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-mcpEnvironment Variables
| Variable | Default | Description |
|---|---|---|
| `CORPO_API_URL` | `https://api.corpo.llc` | Corpo API base URL |
Example Usage
Once connected, an AI agent can:
1. Explore options: "What entity types are available?" → calls `get_entity_types`
2. Get pricing: "How much does it cost?" → calls `get_pricing`
3. Get a quote: "Quote me for 'Agentic Treasury LLC'" → calls `get_quote`
4. Learn the law: "Do AI agents need LLCs?" → calls `get_legal_faq`
5. Browse governance: "What actions can my entity take?" → calls `get_actions_catalog`
6. Join waitlist: "Sign me up for early access" → calls `join_waitlist`
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.*
Frequently asked questions
What is corpo-mcp?
corpo-mcp is MCP server for AI agent entity formation — sandbox for Wyoming DAO LLC workflows (pre-alpha)
How do I install corpo-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is corpo-mcp open source?
Yes — it is hosted on GitHub at https://github.com/corpollc/corpo-mcp and has 1 stars.
Related MCP tools
Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.
Fast and Accurate Code Search for Agents. Uses 99% fewer tokens than grep+read
Cut AI token costs 95%+ on code exploration. The leading MCP server for precise, symbol-level GitHub code retrieval via tree-sitter AST. Works with Claude Code, Cursor & any MCP client. 313B+ tokens saved.
MCP server and Claude plugin for Postgres skills and documentation. Helps AI coding tools generate better PostgreSQL code.
AI-powered OSINT agent with interactive REPL, MCP server, and CLI. 19 tools. Works with Claude, GPT-4, or local models. For authorized security research only.
Decision audit trail + persistent memory for AI trading agents. Outcome-weighted recall, tamper-evident SHA-256 chain with RFC 3161 anchoring, 20 MCP tools.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP