The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Verified Numbers listing page.
Current, source-cited US federal tax and business constants for AI agents — tax year 2026.
AI models recall tax numbers from training data, and training data goes stale. Live example: the IRS made a rare mid-year mileage adjustment effective July 1, 2026 (business rate 72.5¢ → 76¢/mile, Announcement 2026-11). Any model trained before July 2026 confidently reports the wrong current rate. Agents doing bookkeeping, invoicing, or planning work need verified numbers, not remembered ones. Every response from this server carries its primary source and a last-verified date.
get_mileage_rate(date, purpose) — IRS standard mileage rate in effect on a specific date; handles both 2026 periodsmileage_deduction(miles, date, purpose) — dollar deduction at the correct period rateOr add the HTTP endpoint directly: https://verified-numbers.mcpize.run
Marketplace page: https://mcpize.com/mcp/verified-numbers
se_tax_estimate(net_self_employment_profit, filing_status) — 2026 SE tax with wage-base cap and Additional Medicarefederal_income_tax(taxable_income, filing_status) — progressive tax via Rev. Proc. 2025-32 bracketsstandard_deduction(filing_status, age_65_or_older, blind) — 2026 amounts with additionsquarterly_estimate(...) — simplified federal quarterly estimated-tax calc with optional safe-harbor comparisonretirement_limits() — 2026 401(k)/IRA/SEP/SIMPLE/HSA limits and catch-up rulesestimated_tax_deadlines() — 2026 quarterly due datesdata_provenance() — how and when every constant was verifiedlast_verified date + disclaimer, in the payload itself.Tests: python test_server.py — hand-computed expected values for every calculator.
Ask any model trained before July 2026 for the current IRS business mileage rate. It will say 72.5 cents. Then call:
Every tool responds in this shape: the number, the effective window, the primary source, and the verification date.
| Constant set | Primary source |
|---|---|
| Mileage H1 2026 | IRS Notice 2026-10 (IR-2025-128, Dec 29 2025) |
| Mileage H2 2026 | IRS Announcement 2026-11, IRB 2026-29 (Jul 13 2026) |
| Brackets & standard deduction | IRS Rev. Proc. 2025-32 (Oct 9 2025) + OBBBA §70103 |
| Retirement limits | IRS Notice 2025-67 (IR-2025-111, Nov 13 2025) |
| SS wage base $184,500 | SSA COLA announcement (Oct 24 2025) |
| Estimated-tax rules | Form 1040-ES (2026); IRC §6654 |
Quarterly, and within 7 days of any IRS newsroom announcement:
constants_2026.json, bump last_verified, run test_server.py, republishconstants_<year+1>.json and add year routingEstimated effort: ~1 hour/quarter. This maintenance commitment is the product — competitors that stop updating die.
v1.1: MFS brackets, capital-gains thresholds · v1.2: state income-tax constants (top 10 states) · v2: 2027 constants + year routing