itr-mcp
Related Servers
Alternatives to itr-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceA standalone MCP server for Indian personal income-tax work (ITR-1/2/3/4 + post-filing notices) with 8 deterministic tools, running fully offline with no API keys.MIT
- AlicenseAqualityAmaintenanceAn offline-first MCP server for Indian financial, tax, and government APIs, providing tools for identity validation (PAN, Aadhaar, GSTIN), tax calculations (Income Tax, TDS, GST), and master data lookups (IFSC, Pincode, HSN/SAC) with zero authentication required.78148 PyPI58MIT
- AlicenseNot gradedqualityBmaintenanceA sovereign, MIT-licensed MCP server for US tax operations, enabling offline-capable and self-hostable tax workflow management.MIT
- FlicenseAqualityCmaintenanceTurns any MCP host into a finance & tax copilot for Indian taxpayers, using live keyless data and deterministic advisory.16-
- AlicenseNot gradedqualityCmaintenanceA Python MCP server that calculates French income tax using the official DGFiP source code compiled locally. It enables accurate tax simulations for 2023 income based on real French tax forms without network calls.MIT
- AlicenseBqualityCmaintenanceLocal-first MCP server that assists users with preparing and reviewing Italian tax declarations (Dichiarazioni) inside a controlled, user-authenticated Agenzia delle Entrate browser session, with a hard approval boundary preventing any external legal or financial action without explicit local approval.7Apache 2.0
TDQS
Scored across 7 tools
Each tool maps to a distinct phase of the tax workflow: parsing TDS, computing tax, planning advance tax, calculating interest, listing deductions, checking filing steps, and listing supported years. Even the closely related advance-tax tools are clearly separated, with one for installment planning and one for statutory interest.
Six of the seven tools use a consistent imperative verb_noun pattern like compute_tax, list_deductions, and parse_form26as. filing_checklist is the one outlier, reading as a noun phrase rather than an action, but there is no mixed casing or inconsistent verb style.
Seven tools is a well-scoped count for an Indian income-tax return assistant: it covers tax calculation, TDS extraction, advance tax, interest, deductions, deadlines, and the filing checklist. No tool feels redundant or missing at the count level.
The toolset covers the main preparation workflow well, including tax computation, TDS parsing, advance tax planning, interest calculation, and filing guidance. There is no dedicated compare_regimes tool even though list_deductions references one, and reconciliation is only covered in the checklist, but these are workable gaps since compute_tax can be called twice for comparison.