How Missouri's business registry works
Missouri is one of the few states that never asks an LLC for an annual report. File the Articles of Organization once — $50 online — keep a registered agent on file, and the Secretary of State schedules nothing else: no annual report, no annual fee. Corporations are the exception. A for-profit or nonprofit corporation files a registration report tied to the month it was incorporated, not a fixed statewide date.
That asymmetry changes what a status means. The Corporations Division publishes one of thirteen status strings on every entity, and Good Standing — current on all filings, registered agent on record, eligible for a Certificate of Good Standing — is the top one. For a corporation, Good Standing says the anniversary-month report is in. For an LLC there is no report to miss, so the value mainly attests that the registered agent is still on file. The administrative-dissolution path that does reach an LLC is a lapsed agent: its status reads Admin Diss/Cancel - Agent, distinct from the corporation's missed-report state, Admin Diss/Cancel - Report.
The public search is free and needs no account. You can look up an entity by business name, registered agent, or Charter Number; each result carries the name, Charter Number, type, status, creation date, and registered agent. The entity record then splits into a General Information tab — charter number, status, formation date, registered agent, officers and directors — and a Filings tab listing every document on file with images. The Charter Number is assigned at registration and is the stable key: it's what BizVerify returns as jurisdiction_id, not the name, which can change while the number holds. Quick checks for Missouri return that core record — name, type, Charter Number, and status — on every call; deep verification that structures the registered agent, officers, and full filing history is on the roadmap for Missouri, prioritized by demand.
What Missouri specifically charges and requires
Formation
A Missouri LLC is cheap to start: $50 for the Articles of Organization filed online, $105 on paper. A for-profit corporation's fee scales with authorized capital — $58 covers the first $30,000 of authorized shares (that figure already includes the $3 certificate fee and the $5 Technology fund), then $5 for every additional $10,000. A nonprofit corporation incorporates for a flat $25. A limited partnership is $105; a limited liability partnership runs $55 for two partners, $80 for three, $105 for four or more.
Annual obligations
An LLC has none — no annual report, no biennial report, no annual fee. A corporation files a registration report due by the end of its incorporation anniversary month: $20 online or $45 on paper for a for-profit, $10 / $15 for a nonprofit. Miss it and a $15 penalty accrues every 30 days; a corporation that hasn't filed within 90 days of its anniversary month is administratively dissolved.
Registered agent
Every Missouri entity must keep a registered agent and registered office. Changing the agent is $10. Let the agent lapse with no replacement and the entity heads to administrative dissolution — for an LLC, this is the only routine way its status changes. A Certificate of Good Standing is $10.
| Filing / record | Fee |
|---|---|
| LLC Articles of Organization (online) | $50 |
| LLC Articles of Organization (paper) | $105 |
| For-profit corp Articles of Incorporation | $58 (first $30,000 authorized) + $5 / additional $10,000 |
| Nonprofit corporation incorporation | $25 |
| Limited partnership | $105 |
| Corporation annual registration report (for-profit) | $20 online / $45 paper |
| Corporation annual registration report (nonprofit) | $10 online / $15 paper |
| Certificate of Good Standing | $10 |
Common ways developers use Missouri verification
Gate an AI onboarding agent on live status
An onboarding agent reads a Missouri LLC name and calls verify_business({ entity_name, jurisdiction: "us-mo" }) through the BizVerify MCP server. Good Standing provisions, Admin Diss/Cancel - Agent or Voluntarily Dissolved blocks, and anything ambiguous routes to a human. The same loop runs unchanged from Claude Code or a CrewAI crew.
Don't over-read an LLC's "Good Standing"
A Missouri LLC files nothing yearly, so Good Standing can't tell you the company is still trading — only that its agent is on file. A platform onboarding Missouri vendors should treat the flag as a registration check, not a liveness signal, and lean on its own activity data for the rest. One quick check confirms the entity exists and is currently registered.
Watch the corporation anniversary-month window
A Missouri corporation you cleared in spring can slip to a missed-report state once its anniversary month passes, and it's administratively dissolved 90 days later. Before a renewal, a draw, or a contract signature, a fresh quick check tells you whether the counterparty is still current. Make it a recurring n8n step keyed to each entity's anniversary month.
Reconcile on the Charter Number
Names drift; the Charter Number doesn't. Resolve each Missouri counterparty to its jurisdiction_id once, then dedupe and re-check against that key instead of the display name. A typed Node SDK client drops the canonical record straight into a KYB pipeline, so two filings under near-identical names don't quietly become two customers.
Frequently asked questions
Do Missouri LLCs have to file an annual report?
No. Missouri is one of the few states with no LLC annual report and no annual fee to the Secretary of State. An LLC files the Articles of Organization once and then only needs to keep a registered agent on file. Corporations are different — they file a registration report every year, tied to their incorporation anniversary month.
What does Good Standing mean for a Missouri LLC versus a corporation?
For a corporation, Good Standing means the anniversary-month registration report is filed and current. For an LLC there's no recurring report, so the value mainly confirms the entity is registered and its agent is on record — not that it's actively trading. Read it as a registration check for LLCs, and pair it with your own data for liveness.
Which identifier do you return for a Missouri entity?
The jurisdiction_id is the Charter Number the Corporations Division assigns at registration. It's the stable key in the public search and stays put when a company changes its name, so reconcile on it rather than the name. A name search surfaces near-matches; the Charter Number resolves to exactly one entity.
Can a Missouri LLC still be administratively dissolved?
Yes — just not for a missed annual report, because there isn't one. The route that applies is a lapsed registered agent: if the agent resigns and no replacement is named, the entity moves toward administrative dissolution and its status reads Admin Diss/Cancel - Agent. That's the LLC counterpart to the corporation's Admin Diss/Cancel - Report.
How current is Missouri entity data?
A quick check reflects the Missouri record as it stands when the call runs — there's no nightly snapshot sitting between the source and your response. A status change that just posted shows up on the next check. The trade-off is that p95 latency tracks the registry's own responsiveness.
Does BizVerify support deep verification for Missouri today?
Today Missouri is quick check only: name, entity type, Charter Number, and status — enough to confirm an entity exists and is registered. Deep verification — registered agent, officers, principal address, and full filing history — is on the roadmap for Missouri, and we prioritize by demand. Tell us what you need if you want it sooner.
Do I get charged for a Missouri entity that doesn't exist?
A confirmed "no match" still counts as a quick check (1 credit, about $0.08 on public pricing) — the lookup ran and proved the name isn't on the Missouri register. Hard errors from the registry side, like timeouts, don't consume credits.