Skip to main content
Glama
DojoGenesis

no-tax-on-tips-mcp

by DojoGenesis

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_tip_deduction_eligibilityA

Checks whether a tipped worker is eligible for the OBBBA No-Tax-on-Tips federal deduction, without computing a dollar amount. Returns sunset-window status, transition relief, TTOC occupation eligibility, MAGI phase-out fraction, and an overall eligible flag. INFORMATIONAL ONLY — NOT TAX ADVICE. Verify with IRS (irs.gov/TippedOccupations) and a qualified tax professional. Occupation codes are DESCRIPTIVE PLACEHOLDER SLUGS, not validated 3-digit numeric Treasury codes from IRS final regs (Federal Register 2026-07104). Applies to tax years 2025-2028 only.

estimate_tip_deductionA

Estimates the OBBBA No-Tax-on-Tips deduction. REQUIRES occupation_code and routes through the same applyDeduction the app uses, so the estimate is gated on TTOC occupation eligibility, the 2025-2028 sunset window, and MAGI phase-out: an ineligible occupation, out-of-window year, or fully phased-out MAGI returns deduction_usd 0 with a populated reason_if_zero. Inputs/outputs in US dollars; internal math in integer cents. Returns: qualifies, occupation_code_eligible, deduction_usd, capped_qualified_tips_usd, cap_usd, phase_out_fraction, reason_if_zero. INFORMATIONAL ONLY — NOT TAX ADVICE. Verify with IRS (irs.gov/TippedOccupations) and a qualified tax professional. Occupation codes are DESCRIPTIVE PLACEHOLDER SLUGS, not validated 3-digit numeric Treasury codes from IRS final regs (Federal Register 2026-07104). Applies to tax years 2025-2028 only.

list_eligible_occupationsA

Returns the onboarding picker subset of TTOC-eligible occupations plus the placeholder-slug caveat. INFORMATIONAL ONLY — NOT TAX ADVICE. Verify with IRS (irs.gov/TippedOccupations) and a qualified tax professional. Occupation codes are DESCRIPTIVE PLACEHOLDER SLUGS, not validated 3-digit numeric Treasury codes from IRS final regs (Federal Register 2026-07104). Applies to tax years 2025-2028 only.

get_obbba_referenceA

Returns the full OBBBA reference data: per-filing-status caps, MAGI phase-out bands, sunset window (2025-2028), module version, and source URLs. INFORMATIONAL ONLY — NOT TAX ADVICE. Verify with IRS (irs.gov/TippedOccupations) and a qualified tax professional. Occupation codes are DESCRIPTIVE PLACEHOLDER SLUGS, not validated 3-digit numeric Treasury codes from IRS final regs (Federal Register 2026-07104). Applies to tax years 2025-2028 only.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct purpose: eligibility check, deduction estimate, occupation list, and reference data. The check tool explicitly avoids computing a dollar amount, clearly differentiating it from the estimate tool.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (check_, estimate_, list_, get_) with lowercase snake_case, making them predictable.

Tool Count5/5

4 tools is well-scoped for a focused tax-deduction server, covering the essential actions without unnecessary bloat.

Completeness5/5

The tool set covers the full workflow: checking eligibility, estimating deduction, listing eligible occupations, and retrieving reference parameters. No obvious gaps for an informational/calculation server.

Maintenance

ActivityStale
ResponsivenessNo issues