Skip to main content
  • Tools only. The server advertises no resources and no prompts.
  • Wyoming LLC only. set_company_state locks 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_review is 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 / returns 405; the server never initiates messages. Agents drive the flow by issuing requests.
  • Stateless, OAuth-anchored. Every initialize mints a new session ID; continuity is anchored to the OAuth identity (customerId from the token), not to transport state. checkoutSessionId is the only conversation state the host threads (between create_checkout_session and verify_payment).
  • Ownership must total 100%. set_ownership validates the sum exactly.
  • set_industry_description is strict. The industry value must be a verbatim entry returned by search_industry.