mcpserver.lol
registry/opentax
Connection check verified live · 27h ago

opentax

Verifiable US tax oracle for AI agents: cited, machine-checkable federal and state tax computation

Tools 12
GitHub stars
Installs / wk
Licence
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

12 tools

Read from the running server on 27h ago.

calculate_business_tax asOftargetcorpNCTIcorpFDDEIcorpPHCIncomellcMemberCount +57
Compute US federal BUSINESS-ENTITY tax from the same cited corpus: check-the-box entity classification, Form 1120 corporate income tax (§ 179/168(k)/174A/163(j)/DRD/NOL, § 250, GBC…
calculate_fiduciary_tax asOftargetfiduciaryTypefiduciaryLongTermGainsfiduciaryIncomeBeforeExemption
Compute US federal income tax for an ESTATE or TRUST (Form 1041): the § 1(e) compressed brackets and § 642(b) exemption. Input is taxable income before the exemption, after the §§…
compare_filing_statuses facts*
Compute the answer under every filing status for the same facts — e.g. to answer 'should we file jointly or separately?'. Statuses that need more facts report their error instead o…
determine_dependent asOfdepAgetargetdepGrossIncomedepFilesJointReturndepIsFullTimeStudent +13
Determine whether ONE candidate person is the taxpayer's § 152 dependent — qualifying child or qualifying relative, including multiple-support agreements and the divorced-parents r…
explain_rule ruleId*
Get a tax rule's statutory citation, verbatim excerpt, validity window, parameters, and dependencies. Use to quote the actual law behind an answer.
find_tax_cliffs vary*facts*toDollars*fromDollars*stepDollars
Find exact dollar amounts where one more cent of an input costs MORE than a cent of tax (marginal rate over 100%) — e.g. the EITC investment-income kill switch, CTC phase-out steps…
is_tipped_occupation job*
Determine whether a job is on the Treasury Tipped Occupation list (Treas. Reg. § 1.224-1, final Apr 2026) for the § 224 'no tax on tips' deduction. Fuzzy-matches the job name; retu…
list_input_facts
Discover every input the tax corpus understands: id, type, whether required, and its documented default. Call this if unsure what information to collect from the user.
lookup_tax_parameter asOfquery*
Look up the current-law dollar amounts behind a question ('standard deduction', 'CTC phase-out threshold', 'tips deduction cap') with their statutory citations and validity windows…
search_tax_rules asOflimitquery*
Full-text search over the encoded tax-law corpus ('kiddie tax', 'NIIT threshold', 'california renters credit'). Returns matching rules: id, title, statutory citation, effective win…
verify_fact asOfquery*filingStatusclaimedAmount*
Fact-check a claimed dollar amount about tax law ('the 2026 MFJ standard deduction is $32,200', 'CTC is $2,000 per child') against the corpus. Returns verified / refuted (with the…
verify_tax_claim facts*claimedAmount*toleranceDollars
Verify a claimed tax amount (yours, a user's, or another tool's) against the law. Returns verdict 'verified' or 'refuted' with the correct value. Use this as a self-check before pr…