- Tools only. The server advertises no resources and no prompts.
- Wyoming LLC only.
set_company_statelocks the formation state to Wyoming and the entity type to LLC; the package is always Starter. Other states, C-Corp, S-Corp, dissolution, and post-formation compliance are on the roadmap. submit_for_reviewis irreversible. It files with the Wyoming Secretary of State and emails IRS Form SS-4 + Form 8821 to the responsible party. Always show a summary and require explicit “submit” confirmation.- No persistent push channel.
GET /returns405; the server never initiates messages. Agents drive the flow by issuing requests. - Stateless, OAuth-anchored. Every
initializemints a new session ID; continuity is anchored to the OAuth identity (customerIdfrom the token), not to transport state.checkoutSessionIdis the only conversation state the host threads (betweencreate_checkout_sessionandverify_payment). - Ownership must total 100%.
set_ownershipvalidates the sum exactly. set_industry_descriptionis strict. Theindustryvalue must be a verbatim entry returned bysearch_industry.
Reference
Limitations
What the doola Formation MCP server does and doesn’t do today.