8 offline Indian income-tax MCP tools: deterministic compute, regimes, citations, notices.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A standalone MCP server exposing 8 tools for
Indian personal income-tax work (ITR-1/2/3/4 + post-filing notices). It is built on
FastMCP as a thin wrapper over the deterministic
taxbrainai-compute engine plus a
small statute graph that ships inside the package.
It runs fully offline with no API keys β every tool here is deterministic or an optional bring-your-own-index lookup. There is no LLM call anywhere in this package.
This is the extracted, self-contained MCP surface of the larger TaxBrainAI project. In the full product, three of these tools are backed by an LLM / vision model and a hosted case-law corpus; here those halves are replaced by deterministic equivalents (or made optional), so the package installs and starts with no private backend, no secrets, and no redistributed third-party data. See "Honesty about each tool" below.
| # | Tool | Kind | What it does |
|---|---|---|---|
| 1 | compute_tax | Deterministic β Decimal compute | Income-tax liability for a structured input (salary, capital gains, deductions, age, residency, regime). No LLM in the math path. |
| 2 | regime_compare | Deterministic β Decimal compute | Old vs new regime for the same inputs; recommends the cheaper, with savings delta + statutory citations. |
| 3 | simulate_scenario | Deterministic β Decimal compute | What-if: apply changes to a base input and compare tax before/after. |
| 4 | cite_section | Deterministic β statute graph | Resolves a section number to its title + a formatted citation, incl. the equivalent section in the other Act. |
| 5 | compare_acts | Deterministic β statute graph | Maps a section across IT Act 1961 β IT Act 2025 via the equivalence graph. |
| 6 | classify_notice | Deterministic β table + pattern-match | Detects the notice section by pattern-matching the text, then returns curated section/type/deadline/guidance facts (not model-generated). Honest found: false when no known section is present. |
| 7 | reconcile_documents | Deterministic β diff | Flags cross-document mismatches across Form 16 / 26AS / AIS pre-extracted fields (PAN redacted in output). OCR/vision extraction is out of scope β bring your own extractor. |
| 8 | find_case_law | Optional β lexical BM25 retrieval | Lexical search over an optional case-law metadata index. No corpus ships with this package; set an env var to enable it (below), otherwise it returns an empty result set with a note. |
taxbrainai-compute library (Hypothesis-verified, cross-checked
against the official Income-Tax Dept ITR utilities). The server never authors a number.nodes.csv + edges.csv, shipped inside the package).find_case_law needs a case-law index, which is not
bundled (third-party data is not redistributed here). It degrades gracefully to an
empty result set unless you point it at your own index.taxbrainai-compute is a hard dependency and is installed automatically.
FastMCP's run() serves stdio by default and also supports Streamable HTTP
(build_mcp_server().run(transport="streamable-http")). No API keys are needed.
If your index is derived from Indian Kanoon (indiankanoon.org), attribute it accordingly.
Add to claude_desktop_config.json (mcpServers block):
If the console script is not on PATH, use "command": "python", "args": ["-m", "taxbrainai_mcp.server"].
The tool logic is a plain class β handy for tests or embedding:
server.json is the MCP-registry manifest (schema 2025-12-11), authored as a
draft for submission. Its _meta block lists the exact pre-publish checklist
(claim/publish the PyPI name, validate against the schema, authenticate the
io.github.harshil-projects namespace). The package runs locally over stdio β there is
no hosted remote endpoint.
Covers AY 2026-27 / FY 2025-26 for resident individuals / HUF (ITR-1/2/3/4). This is software for estimation, not tax, legal, or financial advice; verify against the official e-filing utility and a qualified professional before relying on any figure.
MIT β see LICENSE. Bundled statute graph data is derived from the text of
the Income-tax Act (official statutory text). taxbrainai-compute is MIT-licensed.
mcp-name: io.github.harshil-projects/taxbrainai-mcp
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/taxbrainai-mcp)<a href="https://allmcps.com/mcp/taxbrainai-mcp"><img src="https://allmcps.com/api/badge/taxbrainai-mcp?style=directory" alt="TaxBrainAI MCP on AllMCPs" /></a>