Use this skill with your AI agent
Paste this skill into your AI agent's context, or save the file to your project. Works with any AI agent that reads markdown.
| 1 | --- |
| 2 | name: mo-income-tax |
| 3 | description: > |
| 4 | Use this skill whenever asked about Missouri individual income tax for self-employed |
| 5 | persons, sole proprietors, or single-member LLCs. Trigger on phrases like |
| 6 | "Missouri income tax", "MO income tax", "Form MO-1040", "Missouri DOR", |
| 7 | "RSMo § 143". |
| 8 | jurisdiction: US-MO |
| 9 | version: "0.1" |
| 10 | validation_status: ai-drafted-q3 |
| 11 | --- |
| 12 | |
| 13 | # Missouri Individual Income Tax Skill — Self-Employed / Sole Proprietor |
| 14 | |
| 15 | > **Scope.** This skill covers Missouri Form MO-1040 for full-year Missouri |
| 16 | > residents who are sole proprietors or single-member LLC owners. Missouri |
| 17 | > uses an eight-bracket graduated income tax with rates from 0% to 4.7% |
| 18 | > (TY 2025–2026). Same brackets apply to all filing statuses. |
| 19 | > |
| 20 | > **Quality tier.** Q3 — AI-drafted, not independently verified. All rates and |
| 21 | > thresholds were researched on 2026-05-22 from official Missouri Department |
| 22 | > of Revenue publications. A qualified professional must review before filing. |
| 23 | |
| 24 | --- |
| 25 | |
| 26 | ## Section 1: Metadata |
| 27 | |
| 28 | | Field | Value | |
| 29 | |---|---| |
| 30 | | Jurisdiction | Missouri (US-MO) | |
| 31 | | Tax type | Individual income tax | |
| 32 | | Primary form | Form MO-1040 | |
| 33 | | Tax year | 2025 (filed April 2026) and 2026 | |
| 34 | | Authority | Missouri Department of Revenue | |
| 35 | | Statute | RSMo § 143.011 et seq. | |
| 36 | | Version | 0.1 | |
| 37 | | Last updated | 2026-05-22 | |
| 38 | | Validation | AI-drafted — Q3 | |
| 39 | |
| 40 | ### Sources consulted |
| 41 | |
| 42 | | # | Source | URL | |
| 43 | |---|---|---| |
| 44 | | 1 | Missouri DOR — Individual Income Tax Year Changes | https://dor.mo.gov/taxation/individual/tax-types/income/year-changes/ | |
| 45 | | 2 | RSMo § 143.011 (tax rate) | https://revisor.mo.gov/main/OneSection.aspx?section=143.011 | |
| 46 | | 3 | Missouri Form MO-1040 Instructions | https://dor.mo.gov/taxation/individual/tax-types/income/forms/ | |
| 47 | | 4 | RSMo § 143.121 (Missouri adjusted gross income) | https://revisor.mo.gov/main/OneSection.aspx?section=143.121 | |
| 48 | |
| 49 | --- |
| 50 | |
| 51 | ## Section 2: Quick reference — rates and thresholds |
| 52 | |
| 53 | ### Tax rates — TY 2025 / 2026 (all filing statuses) |
| 54 | |
| 55 | Missouri uses the **same brackets for all filing statuses**. The standard deduction varies by filing status, which determines how much income is subject to tax. |
| 56 | |
| 57 | | Missouri taxable income | Tax | |
| 58 | |---|---| |
| 59 | | $0 – $1,313 | $0 (0%) | |
| 60 | | Over $1,313 – $2,626 | 2.0% of excess over $1,313 | |
| 61 | | Over $2,626 – $3,939 | $26 + 2.5% of excess over $2,626 | |
| 62 | | Over $3,939 – $5,252 | $59 + 3.0% of excess over $3,939 | |
| 63 | | Over $5,252 – $6,565 | $98 + 3.5% of excess over $5,252 | |
| 64 | | Over $6,565 – $7,878 | $144 + 4.0% of excess over $6,565 | |
| 65 | | Over $7,878 – $9,191 | $197 + 4.5% of excess over $7,878 | |
| 66 | | Over $9,191 | $256 + 4.7% of excess over $9,191 | |
| 67 | |
| 68 | ### Standard deduction — TY 2025 |
| 69 | |
| 70 | | Filing status | Amount | |
| 71 | |---|---| |
| 72 | | Single | $15,750 | |
| 73 | | MFJ / Qualifying Surviving Spouse | $31,500 | |
| 74 | | MFS | $15,750 | |
| 75 | | Head of Household | $23,625 | |
| 76 | |
| 77 | Missouri does NOT have a separate personal exemption. The standard deduction is the primary below-the-line deduction. |
| 78 | |
| 79 | ### Key thresholds |
| 80 | |
| 81 | | Item | Value | Source | |
| 82 | |---|---|---| |
| 83 | | Filing deadline | April 15, 2026 (for TY 2025) | RSMo § 143.511 | |
| 84 | | Extension | Automatic 6-month with federal extension | RSMo § 143.511 | |
| 85 | | Estimated tax threshold | $100 expected liability | RSMo § 143.521 | |
| 86 | | Capital gains subtraction | 100% of net capital gains (effective TY 2025) | RSMo § 143.022 | |
| 87 | |
| 88 | ### City earnings taxes |
| 89 | |
| 90 | | City | Rate | Notes | |
| 91 | |---|---|---| |
| 92 | | Kansas City | 1.0% | On earned income; separate return | |
| 93 | | St. Louis | 1.0% | On earned income; separate return | |
| 94 | |
| 95 | --- |
| 96 | |
| 97 | ## Section 3: How this skill works with the federal return |
| 98 | |
| 99 | Missouri adjusted gross income begins with **federal adjusted gross income (AGI)** from federal Form 1040, Line 11, then applies Missouri-specific modifications. |
| 100 | |
| 101 | 1. **Additions (Form MO-A)** — Add back items Missouri does not exclude (e.g., interest on non-Missouri state/municipal bonds). |
| 102 | 2. **Subtractions (Form MO-A)** — Subtract items Missouri excludes: |
| 103 | - 100% of net capital gains (effective TY 2025) |
| 104 | - Social Security benefits included in federal AGI |
| 105 | - Federal income tax deduction (Missouri is one of few states that allows a deduction for federal income tax paid, capped at $5,000 single / $10,000 MFJ) |
| 106 | - U.S. government bond interest |
| 107 | 3. **Missouri AGI** — Federal AGI + additions − subtractions. |
| 108 | 4. **Standard or itemized deduction** — Missouri conforms to federal amounts (with some modifications). |
| 109 | 5. **Missouri taxable income** — Missouri AGI − deductions. |
| 110 | 6. **Tax** — Apply the eight graduated brackets. |
| 111 | 7. **Credits** — Apply applicable credits. |
| 112 | |
| 113 | --- |
| 114 | |
| 115 | ## Section 4: Self-employed specific rules |
| 116 | |
| 117 | 1. **Self-employment income** flows through federal Schedule C → federal AGI → Missouri AGI. No separate Missouri schedule for self-employment income. |
| 118 | 2. **Federal SE tax deduction** — Reflected in federal AGI; carries through to Missouri automatically. |
| 119 | 3. **Federal income tax deduction** — Missouri allows a deduction for federal income tax paid (including SE tax), capped at $5,000 (single/HoH/MFS) or $10,000 (MFJ). This is a significant benefit. |
| 120 | 4. **Capital gains subtraction** — 100% of net capital gains reported on the federal return may be subtracted from Missouri AGI (effective TY 2025). If a sole proprietor sells business assets, the gain may qualify. |
| 121 | 5. **Estimated taxes** — Self-employed taxpayers must make quarterly estimated payments (Form MO-1040ES) if expected liability exceeds $100. Due dates: April 15, June 15, September 15, January 15. |
| 122 | 6. **Health insurance deduction** — Self-employed health insurance deduction is in federal AGI. No Missouri add-back. |
| 123 | 7. **City earnings tax** — If located in Kansas City or St. Louis, self-employment earnings are subject to the 1% city earnings tax (separate filing required). |
| 124 | |
| 125 | --- |
| 126 | |
| 127 | ## Section 5: Tier 1 rules — deterministic |
| 128 | |
| 129 | | Rule ID | Rule | Source | |
| 130 | |---|---|---| |
| 131 | | MO-T1-01 | Start with federal AGI (Form 1040, Line 11) | RSMo § 143.121 | |
| 132 | | MO-T1-02 | Add back interest on non-Missouri state/municipal bonds | RSMo § 143.121 | |
| 133 | | MO-T1-03 | Subtract federal income tax paid (up to $5,000 single / $10,000 MFJ) | RSMo § 143.171 | |
| 134 | | MO-T1-04 | Subtract Social Security benefits included in federal AGI (fully exempt) | RSMo § 143.124 | |
| 135 | | MO-T1-05 | Subtract U.S. government bond interest | RSMo § 143.121 | |
| 136 | | MO-T1-06 | Subtract 100% of net capital gains (TY 2025+) | RSMo § 143.022 | |
| 137 | | MO-T1-07 | Apply standard deduction: $15,750 (single), $31,500 (MFJ), $23,625 (HoH) | RSMo § 143.131 | |
| 138 | | MO-T1-08 | Apply graduated rates: 0% to 4.7% across 8 brackets | RSMo § 143.011 | |
| 139 | | MO-T1-09 | Missouri Property Tax Credit: refundable credit for seniors/disabled (Form MO-PTC) | RSMo § 135.010 | |
| 140 | | MO-T1-10 | Missouri Earned Income Credit: percentage of federal EIC (non-refundable) | RSMo § 143.174 | |
| 141 | |
| 142 | --- |
| 143 | |
| 144 | ## Section 6: Tier 2 rules — requires judgment |
| 145 | |
| 146 | | Rule ID | Rule | Guidance | |
| 147 | |---|---|---| |
| 148 | | MO-T2-01 | **Residency determination** — Missouri uses a domicile test. A person domiciled in Missouri is a full-year resident. | If taxpayer has homes in multiple states, flag for professional review. | |
| 149 | | MO-T2-02 | **Federal tax deduction** — The deduction is for federal tax actually paid (not accrued). Compute using taxes paid during the calendar year, including estimated payments and withholding. | This interacts with federal refunds/balances due in a circular manner. Use prior-year federal tax paid as a proxy. | |
| 150 | | MO-T2-03 | **Capital gains subtraction** — Applies to net long-term capital gains. Determine which gains qualify (e.g., business asset sales, stock sales). | Ensure net capital gains are correctly computed before applying 100% subtraction. | |
| 151 | | MO-T2-04 | **Credit for taxes paid to other states (Form MO-CR)** — Non-refundable credit to prevent double taxation. | Requires the other state's return. | |
| 152 | | MO-T2-05 | **Kansas City / St. Louis earnings tax** — Self-employed persons with business activity in these cities must file separately. | Flag if taxpayer operates in KC or STL. | |
| 153 | | MO-T2-06 | **Standard vs. itemized deduction** — Missouri allows either; if itemizing, Missouri generally conforms to federal Schedule A with modifications. | Compare both methods; Missouri itemized deductions may differ from federal. | |
| 154 | |
| 155 | --- |
| 156 | |
| 157 | ## Section 7: Supplier pattern library |
| 158 | |
| 159 | | Pattern | Treatment | Notes | |
| 160 | |---|---|---| |
| 161 | | W-2 wages from Missouri employer | MO withholding applies; include on MO-1040 | Most common | |
| 162 | | Schedule C net profit (sole prop) | Flows through federal AGI → Missouri AGI | Federal tax deduction available | |
| 163 | | Rental income (Schedule E) | Included in federal AGI → Missouri AGI | MO-source if property in MO | |
| 164 | | Interest on U.S. government bonds | Subtract from Missouri AGI | RSMo § 143.121 | |
| 165 | | Interest on non-MO muni bonds | Add back to Missouri AGI | Taxable for MO purposes | |
| 166 | | Social Security benefits | Subtract from Missouri AGI (fully exempt) | RSMo § 143.124 | |
| 167 | | Long-term capital gains | Subtract 100% from Missouri AGI (TY 2025+) | RSMo § 143.022 | |
| 168 | | 1099-NEC freelance income | Flows through Schedule C → federal AGI | Estimated payments likely needed | |
| 169 | | Federal income tax paid | Deductible up to $5,000 (single) / $10,000 (MFJ) | RSMo § 143.171 | |
| 170 | |
| 171 | --- |
| 172 | |
| 173 | ## Section 8: Form mapping |
| 174 | |
| 175 | | Missouri form / schedule | What it covers | Federal counterpart | |
| 176 | |---|---|---| |
| 177 | | Form MO-1040 | Missouri Individual Income Tax Return | Form 1040 | |
| 178 | | Form MO-A | Missouri Adjustments (additions/subtractions) | Schedule 1 (Form 1040) | |
| 179 | | Form MO-CR | Credit for Taxes Paid to Other States | N/A | |
| 180 | | Form MO-1040ES | Estimated Tax Payment Voucher | Form 1040-ES | |
| 181 | | Form MO-PTC | Property Tax Credit | N/A | |
| 182 | | Form MO-1040P | Part-year Resident Return | N/A | |
| 183 | | Form MO-NRI | Non-Resident Return | N/A | |
| 184 | | Schedule MO-SI | Self-Employed Tax Credit Schedule | N/A | |
| 185 | |
| 186 | --- |
| 187 | |
| 188 | ## Section 9: Refusal catalogue |
| 189 | |
| 190 | | ID | Situation | Action | |
| 191 | |---|---|---| |
| 192 | | MO-R-01 | Part-year or non-resident return (MO-1040P / MO-NRI) | Refuse — out of scope | |
| 193 | | MO-R-02 | Corporate income tax (Form MO-1120) | Refuse — out of scope | |
| 194 | | MO-R-03 | Kansas City or St. Louis earnings tax return | Refuse — separate filing; out of scope | |
| 195 | | MO-R-04 | Multi-state income apportionment | Refuse — flag for professional review | |
| 196 | | MO-R-05 | Amended returns (Form MO-1040X) | Refuse — out of scope | |
| 197 | | MO-R-06 | Tax year other than current | Refuse — rates and thresholds may differ | |
| 198 | | MO-R-07 | Partnership / S-corp returns (MO-1065 / MO-1120S) | Refuse — out of scope | |
| 199 | |
| 200 | --- |
| 201 | |
| 202 | ## Disclaimer |
| 203 | |
| 204 | This skill and its outputs are provided for informational and computational purposes only and do not constitute tax, legal, or financial advice. Open Accountants and its contributors accept no liability for any errors, omissions, or outcomes arising from the use of this skill. All outputs must be reviewed and signed off by a qualified professional before filing or acting upon. |
| 205 | |
| 206 | The most up-to-date, verified version of this skill is maintained at [openaccountants.com](https://openaccountants.com). |
| 207 |
Run this skill, then get an accountant to check it
After running the full skill pack in your AI agent, sign up and upload your worksheet. We'll connect you with a trusted accountant in our network who can review your numbers before you file.
Quality
Q3: AI-drafted
AI-generated with structure and citations. Not independently verified.
Needs deep research against tax authority websites to reach Q2.
Accountant Review
About
Use this skill whenever asked about Missouri individual income tax for self-employed persons, sole proprietors, or single-member LLCs. Trigger on phrases like "Missouri income tax", "MO income tax", "Form MO-1040", "Missouri DOR", "RSMo § 143".
Use this skill
This skill is open source and free to use in any AI agent. Copy it, download it, or clone the repo. If you find an error, flag it — a licensed accountant will review.