Corpo MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Corpo MCP ServerWhat entity types are available?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| — | Current formation & maintenance pricing |
| — | Available entity types (DAO LLC, DUNA) |
| — | Governance structures (member-managed, etc.) |
| — | Ownership/membership interest options |
| — | Operating agreement templates |
| — | Required registered agent services |
| — | Optional formation add-ons |
| — | Post-formation governance actions |
| — | Pre-configured formation templates |
| — | Legal FAQ for AI agent entities |
| — | Instant price quote by entity name |
| — | Director marketplace listings |
| — | Create a new Corpo account |
| ✓ | Confirm registration with email code |
| ✓ | Create formal formation quote |
| — | 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 base URL |
Example Usage
Once connected, an AI agent can:
Explore options: "What entity types are available?" → calls
get_entity_typesGet pricing: "How much does it cost?" → calls
get_pricingGet a quote: "Quote me for 'Agentic Treasury LLC'" → calls
get_quoteLearn the law: "Do AI agents need LLCs?" → calls
get_legal_faqBrowse governance: "What actions can my entity take?" → calls
get_actions_catalogJoin 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
Wyoming DAO LLC: Wyoming Statute §17-31
AI should get the same access humans do.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/corpollc/corpo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server