Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.dma9527/irs-taxpayer

NPM · IRS-TAXPAYER-MCP · SCANNED AUG 3

39 tax tools for US taxpayers: federal/state tax, credits, deductions, retirement. All local.

Available components

+25 this week 68 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability74
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 5869 tokens (~139/item across 42 items; 42 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage93
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 80% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · irs-taxpayer-mcp

# add to Claude Code
claude mcp add dma9527-irs-taxpayer -- npx -y irs-taxpayer-mcp
# add to Codex CLI
codex mcp add dma9527-irs-taxpayer -- npx -y irs-taxpayer-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dma9527-irs-taxpayer": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "irs-taxpayer-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dma9527-irs-taxpayer --command npx --arg -y --arg irs-taxpayer-mcp
# ~/.hermes/config.yaml
mcp_servers:
  dma9527-irs-taxpayer:
    command: "npx"
    args: ["-y", "irs-taxpayer-mcp"]
// mcp.json
{
  "mcpServers": {
    "dma9527-irs-taxpayer": {
      "command": "npx",
      "args": [
        "-y",
        "irs-taxpayer-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +45
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Security disclosure: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 31 Jul 26 −6
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 43

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 42 exposed · ~5,869 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
analyze_education_tax_benefits ~159

Compare education tax benefits: AOTC vs Lifetime Learning Credit, student loan interest deduction, and 529 plan advantages.

NameTypeReqDescription
aginumberyesAdjusted Gross Income
contribution529number529 plan contribution this year
filingStatusstringyes
has529PlanbooleanContributing to or using a 529 plan
isUndergradbooleanyesIs the student in first 4 years of undergrad?
studentLoanInterestnumberStudent loan interest paid this year
tuitionPaidnumberyesTuition and qualified expenses paid
yearsAOTCClaimedintegerYears AOTC already claimed (max 4)

No output schema declared.

No examples provided.

analyze_mortgage_tax_benefit ~157

Analyze the tax benefit of mortgage interest deduction and property taxes. Compares itemizing with mortgage vs taking the standard deduction.

NameTypeReqDescription
filingStatusstringyes
grossIncomenumberyes
interestRatenumberMortgage interest rate (e.g., 0.065 for 6.5%)
mortgageBalancenumberCurrent mortgage balance
mortgageInterestnumberyesAnnual mortgage interest paid
otherItemizednumberOther itemized deductions (charity, medical, etc.)
propertyTaxesnumberyesAnnual property taxes paid
stateIncomeTaxesnumberState/local income taxes paid
taxYearnumberyesTax year

No output schema declared.

No examples provided.

analyze_paycheck ~166

Analyze a paycheck to verify withholding accuracy. Input your pay stub numbers and see if your employer is withholding the right amount.

NameTypeReqDescription
federalWithheldnumberyesFederal tax withheld this period
filingStatusstringyes
grossPaynumberyesGross pay this period
hsaContributionnumberHSA contribution this period
medicareWithheldnumberMedicare withheld
payFrequencystringyes
retirement401knumber401k/403b pre-tax contribution this period
socialSecurityWithheldnumberSocial Security withheld
stateCodestring
stateWithheldnumberState tax withheld this period
taxYearnumberyesTax year

No output schema declared.

No examples provided.

analyze_relocation_taxes ~157

In-depth relocation tax analysis comparing two states. Includes state income tax, effective combined rate, local taxes, and multi-year savings projection.

NameTypeReqDescription
capitalGainsnumber
dependentsinteger
filingStatusstringyes
fromStatestringyesCurrent state code
grossIncomenumberyesAnnual gross income
incomeGrowthRatenumberAnnual income growth rate (e.g., 0.03 for 3%)
selfEmploymentIncomenumber
taxYearnumberyesTax year
toStatestringyesTarget state code
yearsToProjectintegerYears to project savings (default: 5)

No output schema declared.

No examples provided.

assess_audit_risk ~252

Evaluate your IRS audit risk based on your tax return profile. Identifies red flags, scores your risk level, and provides tips to reduce audit exposure.

NameTypeReqDescription
businessMealsnumberBusiness meal deductions
cashBusinessbooleanIs your business cash-intensive (restaurant, salon, etc.)?
charitableDonationsnumberTotal charitable donations
charitableNonCashnumberNon-cash charitable donations (clothing, property)
cryptoTransactionsbooleanHad cryptocurrency transactions?
eitcClaimedbooleanClaiming EITC?
filingStatusstringyes
foreignAccountsbooleanHave foreign bank accounts or assets?
grossIncomenumberyesTotal gross income
homeOfficeDeductionbooleanClaiming home office deduction?
largeRefundbooleanExpecting a very large refund?
rentalLossesnumberRental property losses claimed
roundNumbersbooleanAre most deductions round numbers ($5,000, $10,000)?
selfEmploymentIncomenumberSelf-employment income
vehicleDeductionnumberVehicle/mileage deduction

No output schema declared.

No examples provided.

calculate_eitc ~135

Calculate the exact Earned Income Tax Credit (EITC) amount. The EITC is one of the largest refundable credits for low-to-moderate income workers.

NameTypeReqDescription
aginumberyesAdjusted Gross Income
earnedIncomenumberyesEarned income (wages, salary, self-employment)
filingStatusstringyes
investmentIncomenumberInvestment income (interest, dividends, capital gains)
qualifyingChildrenintegeryesNumber of qualifying children (0-3)
taxYearnumberyesTax year (2024 or 2025)

No output schema declared.

No examples provided.

calculate_federal_tax ~356

Calculate federal income tax for an individual taxpayer. Supports TY2024 and TY2025. Includes bracket breakdown, effective/marginal rates, SE tax, NIIT, Additional Medicare Tax, QBI deduction, capital gains, and child tax credit. All calculations run locally — no data is sent to any server.

NameTypeReqDescription
aboveTheLineDeductionsnumberAbove-the-line deductions (HSA, student loan interest, etc.)
age65OrOlderbooleanTaxpayer is 65 or older
blindbooleanTaxpayer is blind
capitalGainsnumberLong-term capital gains (can be negative for losses)
capitalGainsLongTermbooleanWhether capital gains are long-term (default: true)
dependentsintegerNumber of qualifying child dependents for Child Tax Credit
filingStatusstringyesFiling status
grossIncomenumberyesTotal gross income in USD
isoExerciseSpreadnumberISO stock option exercise spread (for AMT calculation)
itemizedDeductionsnumberTotal itemized deductions (if greater than standard deduction)
qualifiedBusinessIncomenumberQualified Business Income for Section 199A deduction
selfEmploymentIncomenumberSelf-employment income (Schedule C)
shortTermCapitalGainsnumberShort-term capital gains (taxed as ordinary income)
stateTaxDeductednumberState/local taxes included in itemized deductions (for AMT)
taxYearnumberyesTax year (2024 or 2025)
w2IncomenumberW-2 wage income

No output schema declared.

No examples provided.

calculate_obbb_deductions ~191

Calculate all OBBB (One Big Beautiful Bill) new deductions for TY2025+: tips income deduction, overtime pay deduction, senior bonus deduction, and auto loan interest deduction. Shows which deductions you qualify for and the total tax savings.

NameTypeReqDescription
ageintegerTaxpayer age (needed for senior bonus)
aginumberyesAdjusted Gross Income
autoLoanInterestnumberInterest paid on qualifying US-assembled new vehicle loan
filingStatusstringyes
marginalRatenumberYour marginal tax rate (for savings estimate, e.g. 0.22)
overtimePaynumberAnnual overtime premium pay
spouseAgeintegerSpouse age if MFJ
taxYearnumberyesTax year (2025+)
tipIncomenumberAnnual tip income from qualifying occupation

No output schema declared.

No examples provided.

calculate_total_tax ~225

Calculate combined federal + state tax for a complete picture of total tax liability. Returns federal breakdown, state tax, and combined totals in one call.

NameTypeReqDescription
aboveTheLineDeductionsnumberAbove-the-line deductions
capitalGainsnumberLong-term capital gains
capitalGainsLongTermbooleanWhether capital gains are long-term (default: true)
dependentsintegerNumber of qualifying child dependents
filingStatusstringyesFiling status
grossIncomenumberyesTotal gross income in USD
itemizedDeductionsnumberTotal itemized deductions
qualifiedBusinessIncomenumberQBI for Section 199A deduction
selfEmploymentIncomenumberSelf-employment income
stateCodestringyesTwo-letter state code (e.g., 'CA', 'TX', 'NY')
taxYearnumberyesTax year (2024 or 2025)
w2IncomenumberW-2 wage income

No output schema declared.

No examples provided.

calculate_w4_withholding ~164

Calculate recommended W-4 withholding settings. Estimates per-paycheck federal tax and provides step-by-step W-4 form recommendations.

NameTypeReqDescription
annualSalarynumberyesAnnual salary from this job
deductionsnumberExpected itemized deductions (if more than standard)
dependentsintegerNumber of qualifying child dependents
filingStatusstringyesFiling status
multipleJobsbooleanDo you hold multiple jobs simultaneously?
otherIncomenumberOther annual income (interest, dividends, side gigs)
payFrequencystringyesHow often you get paid
spouseWorksbooleanDoes your spouse also work?
taxYearnumberyesTax year (2024 or 2025)

No output schema declared.

No examples provided.

check_credit_eligibility ~215

Check which tax credits you may be eligible for based on your situation.

NameTypeReqDescription
aginumberyesAdjusted Gross Income
boughtEVbooleanPurchased an electric vehicle this year
filingStatusstringyes
hasChildcarebooleanPay for childcare to work
hasChildrenbooleanHave qualifying children under 17
hasEarnedIncomebooleanHas earned income from work
hasMarketplaceInsurancebooleanBought health insurance through ACA marketplace
hasRetirementContributionsbooleanContributed to IRA/401k
hasStudentLoansbooleanPaying student loan interest
installedSolarbooleanInstalled solar panels or renewable energy
isStudentbooleanCurrently enrolled in post-secondary education
madeHomeImprovementsbooleanMade energy-efficient home improvements
numChildreninteger
paidForeignTaxbooleanPaid income tax to a foreign country

No output schema declared.

No examples provided.

check_refund_status ~53

Provide instructions on how to check IRS refund status. This tool does NOT access your IRS account — it provides the official links and requirements.

NameTypeReqDescription
filedElectronicallybooleanWhether the return was e-filed

No output schema declared.

No examples provided.

compare_filing_statuses ~88

Compare tax liability across different filing statuses for the same income. Helps determine the most advantageous filing status.

NameTypeReqDescription
dependentsintegerNumber of qualifying dependents
grossIncomenumberyesTotal gross income
itemizedDeductionsnumberItemized deductions if applicable
taxYearnumberyesTax year (2024 or 2025)

No output schema declared.

No examples provided.

compare_mfj_vs_mfs ~194

Compare Married Filing Jointly (MFJ) vs Married Filing Separately (MFS). Shows tax difference and lists all MFS restrictions that may affect your situation.

NameTypeReqDescription
dependentsintegerNumber of qualifying children
hasEITCbooleanEither spouse would qualify for EITC
hasEducationCreditsbooleanEither spouse claiming AOTC or LLC
hasIRAContributionsbooleanEither spouse contributing to IRA
itemizedDeductionsnumberTotal itemized deductions (combined for MFJ, split for MFS)
spouse1IncomenumberyesSpouse 1 gross income
spouse2IncomenumberyesSpouse 2 gross income
studentLoanInterestbooleanEither spouse paying student loan interest
taxYearnumberyesTax year (2024 or 2025)

No output schema declared.

No examples provided.

compare_state_taxes ~66

Compare state income tax across multiple states for the same income. Useful for relocation decisions.

NameTypeReqDescription
statesarrayyesArray of state codes to compare (e.g., ['CA', 'TX', 'WA', 'NY'])
taxableIncomenumberyesAnnual taxable income

No output schema declared.

No examples provided.

compare_tax_years ~72

Compare tax liability across different tax years for the same income. Shows how bracket changes and inflation adjustments affect your tax.

NameTypeReqDescription
dependentsinteger
filingStatusstringyes
grossIncomenumberyesGross income to compare across years
selfEmploymentIncomenumber

No output schema declared.

No examples provided.

estimate_quarterly_tax ~114

Calculate estimated quarterly tax payments (Form 1040-ES) for self-employed or other taxpayers who need to make estimated payments.

NameTypeReqDescription
expectedAnnualIncomenumberyesExpected total annual income
filingStatusstringyes
otherCreditsnumberExpected other tax credits
selfEmploymentIncomenumberExpected self-employment income
taxYearnumberyesTax year
w2WithholdingnumberExpected total W-2 tax withholding for the year

No output schema declared.

No examples provided.

estimate_self_employment_tax ~140

Detailed self-employment tax breakdown including Schedule C profit, SE tax, QBI deduction, and recommended quarterly payments.

NameTypeReqDescription
businessExpensesnumberyesTotal business expenses (Schedule C)
dependentsinteger
filingStatusstringyes
grossRevenuenumberyesTotal business revenue (Schedule C line 1)
healthInsurancePremiumsnumberSelf-employed health insurance premiums
otherW2IncomenumberW-2 income from other jobs
retirementContributionsnumberSEP IRA or Solo 401k contributions
taxYearnumberyesTax year

No output schema declared.

No examples provided.

estimate_state_tax ~68

Estimate state income tax for a given income and state. Simplified calculation using state brackets.

NameTypeReqDescription
filingStatusstringFiling status (default: single)
stateCodestringyesTwo-letter state code
taxableIncomenumberyesState taxable income (after state deductions)

No output schema declared.

No examples provided.

generate_full_tax_report ~373

Generate a full tax estimate report combining federal tax, state tax, FICA, all credits and deductions into one summary. Like a TurboTax final page.

NameTypeReqDescription
aboveTheLineDeductionsnumberHSA, student loan interest, educator expenses, etc.
charitableDonationsnumberCharitable contributions
dependentsintegerQualifying children under 17
dividendIncomenumber1099-DIV ordinary dividends
estimatedPaymentsMadenumberEstimated tax payments already made
federalWithheldnumberFederal tax already withheld YTD
filingStatusstringyes
interestIncomenumber1099-INT interest income
longTermCapitalGainsnumberLong-term capital gains/losses
medicalExpensesnumberUnreimbursed medical expenses
mortgageInterestnumberMortgage interest
otherIncomenumberOther income (rental, alimony, etc.)
otherItemizednumberOther itemized deductions
qualifiedBusinessIncomenumberQBI for Section 199A
qualifiedDividendsnumberQualified dividends (subset of dividends, taxed at CG rates)
selfEmploymentIncomenumberSelf-employment net profit
shortTermCapitalGainsnumberShort-term capital gains/losses
stateCodestringState code for state tax estimate
stateLocalTaxesPaidnumberState/local/property taxes paid
stateWithheldnumberState tax already withheld YTD
taxYearnumberyesTax year (2024 or 2025)
w2IncomenumberW-2 wages

No output schema declared.

No examples provided.

get_form_filing_guide ~78

Step-by-step guide for filling out a specific IRS form or schedule. Explains each section, what data you need, and common mistakes to avoid.

NameTypeReqDescription
formNumberstringyesIRS form (e.g., '1040', 'Schedule C', 'Schedule D', 'Form 8949', 'W-4')

No output schema declared.

No examples provided.

get_irs_form_info ~67

Get information about common IRS tax forms — what they are, who needs them, and where to find them.

NameTypeReqDescription
formNumberstringyesIRS form number (e.g., '1040', 'W-2', '1099-NEC', 'Schedule C')

No output schema declared.

No examples provided.

get_personalized_tax_calendar ~124

Generate a personalized tax calendar based on your situation. Shows deadlines for filing, estimated payments, extensions, and key actions.

NameTypeReqDescription
filedExtensionbooleanDid you file an extension?
hasEmployerbooleanDo you have W-2 employment?
hasInvestmentsbooleanDo you have investment accounts?
hasRentalIncomebooleanDo you have rental property income?
isSelfEmployedbooleanDo you have self-employment income?
taxYearnumberyesTax year to get calendar for

No output schema declared.

No examples provided.

get_retirement_accounts ~66

Get details on retirement account types — contribution limits, tax treatment, income limits, and tips.

NameTypeReqDescription
accountTypestringSpecific account (e.g., 'roth_ira', '401k', 'hsa', 'sep_ira'). Leave empty for all

No output schema declared.

No examples provided.

get_retirement_strategy ~93

Get detailed info on tax-advantaged retirement strategies like Backdoor Roth, Mega Backdoor Roth, Roth Conversion Ladder, Tax Loss/Gain Harvesting.

NameTypeReqDescription
strategyIdstringStrategy ID (e.g., 'backdoor_roth', 'mega_backdoor_roth', 'roth_conversion_ladder', 'tax_loss_harvesting', 'tax_gain_harvesting'). Leave empty for all

No output schema declared.

No examples provided.

get_state_tax_info ~52

Get state income tax information — rates, brackets, and key details for any US state.

NameTypeReqDescription
stateCodestringyesTwo-letter state code (e.g., 'CA', 'TX', 'NY')

No output schema declared.

No examples provided.

get_tax_brackets ~54

Get federal income tax brackets and standard deduction for a given tax year and filing status.

NameTypeReqDescription
filingStatusstringyesFiling status
taxYearnumberyesTax year (2024 or 2025)

No output schema declared.

No examples provided.

get_tax_deadlines ~40

Get important IRS tax deadlines and due dates for a given tax year.

NameTypeReqDescription
taxYearnumberTax year (default: 2025)

No output schema declared.

No examples provided.

get_tax_document_checklist ~312

Generate a personalized checklist of tax documents you need to gather for filing. Based on your income sources, deductions, and life events.

NameTypeReqDescription
boughtEVbooleanBought an electric vehicle
gotDivorcedbooleanGot divorced this year
gotMarriedbooleanGot married this year
hadBabybooleanHad a baby this year
hasCharitableDonationsbooleanMade charitable donations
hasChildcarebooleanPay for childcare
hasChildrenbooleanHave dependent children
hasEducationExpensesbooleanPaying tuition or student expenses
hasForeignAccountsbooleanHave foreign bank accounts or income
hasHSAbooleanHave HSA account
hasHealthInsurancebooleanHave health insurance (marketplace or employer)
hasInvestmentsbooleanHave investment accounts (stocks, bonds, crypto)
hasMortgagebooleanHave a mortgage
hasRentalPropertybooleanOwn rental property
hasRetirementContributionsbooleanContributed to IRA/401k
hasSelfEmploymentbooleanHave self-employment/freelance income
hasStudentLoansbooleanPaying student loans
hasW2booleanHave W-2 employment
installedSolarbooleanInstalled solar panels
soldHomebooleanSold a home this year

No output schema declared.

No examples provided.

get_tax_planning_tips ~230

Get personalized year-end tax optimization strategies based on your income, deductions, and situation. Suggests actions to reduce tax liability before year-end.

NameTypeReqDescription
charitableGivingnumberYTD charitable donations
currentHSAContributionsnumberYTD HSA contributions
currentRetirementContributionsnumberYTD retirement contributions
currentWithholdingnumberTotal tax already withheld/paid YTD
estimatedCapitalGainsnumber
estimatedIncomenumberyesExpected total income for the year
estimatedItemizedDeductionsnumber
filingStatusstringyes
hasCapitalGainsboolean
hasCapitalLossesboolean
hasHSAbooleanHave HSA-eligible health plan
hasMortgageboolean
hasRetirementPlanbooleanHave access to 401k/403b
isSelfEmployedboolean
taxYearnumberyesTax year to plan for

No output schema declared.

No examples provided.

list_deductions ~45

List available tax deductions with eligibility rules and limits. Covers both above-the-line and itemized deductions.

NameTypeReqDescription
categorystringFilter by deduction category (default: all)

No output schema declared.

No examples provided.

list_no_income_tax_states ~21

List all US states with no state income tax.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_tax_credits ~67

List available federal tax credits with eligibility, amounts, and phase-out rules. Covers family, education, energy, retirement, healthcare, and income-based credits.

NameTypeReqDescription
categorystringFilter by category (default: all)
refundableOnlybooleanOnly show refundable credits

No output schema declared.

No examples provided.

lookup_tax_rule ~87

Look up IRS tax rules, definitions, and common questions. Covers filing rules, income types, deduction rules, credit eligibility, stock options, wash sales, and more.

NameTypeReqDescription
topicstringyesTax topic to look up (e.g., 'wash sale rule', 'ISO vs NSO', 'AOTC and LLC same year', 'gift tax', 'estimated tax penalty')

No output schema declared.

No examples provided.

optimize_capital_gains ~120

Analyze investment lots and suggest which to sell to minimize tax. Considers long-term vs short-term, 0% bracket space, loss harvesting, and wash sale rules.

NameTypeReqDescription
filingStatusstringyes
lotsarrayyesInvestment lots to analyze
ordinaryIncomenumberyesOrdinary income (W-2, SE, interest, etc.) before investment sales
targetGainOrLossnumberTarget net gain/loss to realize (negative for harvesting losses)
taxYearnumberyesTax year

No output schema declared.

No examples provided.

plan_multi_year_taxes ~67

Create a 3-5 year tax projection and strategy. Models income changes, Roth conversions, retirement contributions, and bracket management across multiple years.

NameTypeReqDescription
currentAgeintegeryes
filingStatusstringyes
yearsarrayyesYear-by-year projections

No output schema declared.

No examples provided.

plan_retirement_withdrawals ~160

Plan tax-efficient retirement withdrawals. Determines optimal order to draw from Traditional IRA, Roth IRA, and taxable accounts to minimize lifetime tax.

NameTypeReqDescription
ageintegeryesYour current age
annualSpendingnumberyesAnnual spending need (pre-tax)
filingStatusstringyes
pensionIncomenumberAnnual pension income
rothBalancenumberyesRoth IRA/401k balance
rothConversionInterestbooleanInterested in Roth conversion strategy?
socialSecurityIncomenumberAnnual Social Security income
taxYearnumberyesTax year
taxableBalancenumberyesTaxable brokerage account balance
traditionalBalancenumberyesTraditional IRA/401k balance

No output schema declared.

No examples provided.

process_1099_income ~118

Process multiple 1099 forms and calculate the tax impact of each income type. Handles 1099-NEC (freelance), 1099-INT (interest), 1099-DIV (dividends), 1099-B (investments), 1099-MISC.

NameTypeReqDescription
filingStatusstringyes
formsarrayyesArray of 1099 forms
taxYearnumberyesTax year
w2IncomenumberW-2 income (for context)

No output schema declared.

No examples provided.

run_tax_health_check ~224

One-click tax health check. Analyzes your full financial picture and outputs a report with actionable findings: missed credits, withholding accuracy, deduction optimization, audit risk, retirement savings gaps, and year-end planning tips.

NameTypeReqDescription
ageinteger
boughtEVboolean
capitalGainsnumber
charitableDonationsnumber
dependentsinteger
federalWithheldnumber
filingStatusstringyes
grossIncomenumberyes
hasHealthInsuranceboolean
hsaContributionsnumber
installedSolarboolean
isStudentboolean
mortgageInterestnumber
retirement401knumber
retirementIRAnumber
selfEmploymentIncomenumber
stateCodestring
stateLocalTaxesnumber
taxYearnumberyesTax year
w2Incomenumber

No output schema declared.

No examples provided.

simulate_tax_scenario ~243

What-if tax scenario simulator. Compare your current situation against a hypothetical change: income change, relocation, Roth conversion, filing status change, etc. Shows the exact tax impact of the change.

NameTypeReqDescription
currentCapitalGainsnumber
currentDependentsinteger
currentIncomenumberyesCurrent gross income
currentItemizedDeductionsnumber
currentSelfEmploymentnumber
currentStatestringCurrent state code
filingStatusstringyes
taxYearnumberyesTax year
whatIfAdditional401knumberAdditional 401k contribution
whatIfFilingStatusNew filing status
whatIfIncomeChangenumberIncome change amount (positive = more income, negative = less)
whatIfItemizedChangenumberChange in itemized deductions
whatIfNewDependentsintegerNew number of dependents
whatIfNewStatestringNew state if relocating
whatIfRothConversionnumberAmount to convert from Traditional to Roth IRA

No output schema declared.

No examples provided.

standard_vs_itemized ~151

Compare standard deduction vs itemized deductions to determine which is more beneficial.

NameTypeReqDescription
age65OrOlderboolean
aginumberyesAdjusted Gross Income (needed for medical expense threshold)
blindboolean
charitableDonationsnumberCharitable contributions
filingStatusstringyes
medicalExpensesnumberUnreimbursed medical expenses
mortgageInterestnumberHome mortgage interest paid
otherItemizednumberOther itemized deductions
stateLocalTaxesnumberState/local income + property taxes paid
taxYearnumberyesTax year (2024 or 2025)

No output schema declared.

No examples provided.

what_changed_between_tax_years ~105

Show all differences between two tax years — bracket changes, deduction limits, credit amounts, SALT cap, CTC, and new OBBB provisions. Great for understanding how tax law changes affect you.

NameTypeReqDescription
filingStatusstringFiling status for specific comparisons (default: single)
fromYearnumberyesEarlier tax year (e.g., 2024)
toYearnumberyesLater tax year (e.g., 2025)

No output schema declared.

No examples provided.