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.

Calcuris

NPM · CALCURIS-MCP · SCANNED AUG 3

Tax calculators for US, UK, Canada, Australia: income tax, property tax, stamp duty.

Available components

+42 this week 66 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 Usability63
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1623 tokens (~231/item across 7 items; 7 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 Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
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 · calcuris-mcp

# add to Claude Code
claude mcp add tresor4k-calcuris-mcp -- npx -y calcuris-mcp
# add to Codex CLI
codex mcp add tresor4k-calcuris-mcp -- npx -y calcuris-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tresor4k-calcuris-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "calcuris-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add tresor4k-calcuris-mcp --command npx --arg -y --arg calcuris-mcp
# ~/.hermes/config.yaml
mcp_servers:
  tresor4k-calcuris-mcp:
    command: "npx"
    args: ["-y", "calcuris-mcp"]
// mcp.json
{
  "mcpServers": {
    "tresor4k-calcuris-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "calcuris-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.

  • 2 Aug 26 +61
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Security disclosure: fail → unverified functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Stability: unverified → 0.20 functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 1 Aug 26 −13
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 −7
    • 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
  • 28 Jul 26 +19
    • Security disclosure: unverified → fail functional
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 24

    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 — 7 exposed · ~1,623 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
au_income_tax ~154

Computes Australian resident income tax (2025-26 ATO brackets) plus Medicare levy, Medicare levy surcharge, LITO offset, and HELP/HECS repayment. Example: { taxableIncome: 95000, privateHospitalCover: true, hasHelpDebt: false }. Estimate for guidance — 2026 rates from official sources (IRS/Tax Foundation/CRA/ATO/state revenue offices/HMRC).

NameTypeReqDescription
hasHelpDebtbooleanTrue if the taxpayer has an outstanding HELP/HECS debt (triggers compulsory repayment).
privateHospitalCoverbooleanTrue if covered by private hospital insurance (avoids the Medicare Levy Surcharge).
taxableIncomenumberyesAnnual taxable income in AUD.

No output schema declared.

No examples provided.

au_stamp_duty ~266

Computes Australian state/territory stamp duty on a property purchase, including first-home-buyer concessions and the foreign purchaser surcharge where applicable. Example: { propertyValue: 750000, stateCode: "NSW", firstHomeBuyer: false, foreignResident: false, principalResidence: true }. Set compareAllStates: true to compare every state/territory for the same property value. Estimate for guidance — 2026 rates from official sources (IRS/Tax Foundation/CRA/ATO/state revenue offices/HMRC).

NameTypeReqDescription
compareAllStatesbooleanIf true, also return the same calculation for every state/territory.
firstHomeBuyerbooleanTrue if the buyer qualifies as a first home buyer (applies concession where available).
foreignResidentbooleanTrue if the buyer is a foreign person (applies the foreign purchaser surcharge).
principalResidencebooleanTrue if this will be the buyer's principal place of residence (owner-occupier); false for an investment purchase.
propertyValuenumberyesPurchase price / property value in AUD.
stateCodestringyesState/territory code. Valid codes: NSW, VIC, QLD, WA, SA, TAS, ACT, NT.

No output schema declared.

No examples provided.

ca_income_tax ~241

Computes Canadian federal + provincial/territorial income tax, CPP/QPP (+ CPP2/QPP2), EI/QPIP, and net take-home pay for a given province, 2026 rates. Example: { grossIncome: 75000, provinceCode: "ON" }. Set compareAllProvinces: true to get every province/territory side by side. Estimate for guidance — 2026 rates from official sources (IRS/Tax Foundation/CRA/ATO/state revenue offices/HMRC).

NameTypeReqDescription
compareAllProvincesbooleanIf true, also return the same calculation for every province/territory (ignores provinceCode for the comparison table, but a single result for provinceCode is still returned as "result").
grossIncomenumberyesAnnual employment income in CAD.
provinceCodestringyesTwo-letter province/territory code. Valid codes: AB, BC, MB, NB, NL, NS, NT, NU, ON, PE, QC, SK, YT.
rrspContributionnumberAnnual RRSP contribution in CAD (deducted from taxable income).

No output schema declared.

No examples provided.

uk_dividend_tax ~143

Computes UK dividend tax using HMRC's stacking method (dividends sit on top of other income), including the tapered Personal Allowance and the £500 dividend allowance, with a year-over-year comparison. Example: { otherIncome: 40000, dividends: 15000, year: "2026/27" }. Estimate for guidance — 2026 rates from official sources (IRS/Tax Foundation/CRA/ATO/state revenue offices/HMRC).

NameTypeReqDescription
dividendsnumberyesGross dividends received in GBP.
otherIncomenumberyesSalary / other taxable income in GBP, excluding dividends.
yearstringyesUK tax year.

No output schema declared.

No examples provided.

us_income_tax ~254

Computes US federal income tax (2026 IRS brackets, post-OBBBA) plus an estimated state income tax, with a full progressive bracket breakdown. Example: { grossIncome: 95000, filingStatus: "single", stateCode: "CA" }. Estimate for guidance — 2026 rates from official sources (IRS/Tax Foundation/CRA/ATO/state revenue offices/HMRC).

NameTypeReqDescription
dependentsintegerNumber of qualifying children for the Child Tax Credit.
filingStatusstringyesIRS filing status: single, mfj (married filing jointly), hoh (head of household), mfs (married filing separately).
grossIncomenumberyesGross annual income in USD.
itemizedAmountnumberTotal itemized deductions in USD (only used if useItemized is true and it exceeds the standard deduction).
preTaxContributionsnumberAnnual pre-tax 401(k)/traditional IRA contributions, reduces taxable income.
stateCodestringOptional two-letter state code to also estimate state income tax. Omit to skip state estimation.
useItemizedbooleanUse itemized deductions instead of the standard deduction.

No output schema declared.

No examples provided.

us_paycheck ~362

Computes US take-home pay per pay period: federal withholding, Social Security, Medicare (+ Additional Medicare), state tax, and net pay, for salaried or hourly workers. Example: { payType: "salary", annualSalary: 80000, payFrequency: "biweekly", filingStatus: "single", stateCode: "TX" }. Estimate for guidance — 2026 rates from official sources (IRS/Tax Foundation/CRA/ATO/state revenue offices/HMRC).

NameTypeReqDescription
annualSalarynumberAnnual salary in USD (used when payType is "salary").
dependentsintegerNumber of dependents (informational, not withheld via CTC in this engine).
extraWithholdingnumberAdditional federal withholding requested PER PAY PERIOD (W-4 line 4c).
filingStatusstringyesIRS filing status used for federal withholding.
hourlyRatenumberHourly rate in USD (used when payType is "hourly").
hoursPerWeeknumberHours worked per week (used when payType is "hourly", or to derive an hourly-equivalent when salaried).
payFrequencystringyesPay period frequency.
payTypestringyesWhether pay is a fixed annual salary or an hourly rate.
preTaxHealthnumberPre-tax health/HSA (section 125) contribution PER PAY PERIOD (reduces federal/state AND FICA taxable income).
preTaxRetirementnumberPre-tax 401(k) contribution PER PAY PERIOD (reduces federal/state taxable income, not FICA).
stateCodestringOptional two-letter state code to also withhold state tax. Omit to skip.

No output schema declared.

No examples provided.

us_property_tax ~203

Estimates annual/monthly US property tax from a home value and either a custom rate or a state's real 2026 effective property tax rate. Example: { homeValue: 350000, stateCode: "NJ" }. Estimate for guidance — 2026 rates from official sources (IRS/Tax Foundation/CRA/ATO/state revenue offices/HMRC).

NameTypeReqDescription
assessmentRatioPctnumberPercent of market value actually assessed (default 100; some states assess less than market value).
exemptionnumberHomestead exemption amount in USD, subtracted from the assessed value.
homeValuenumberyesMarket value of the home in USD.
ratePctnumberOptional custom effective property tax rate (%). Overrides the state's rate if both are given.
stateCodestringOptional two-letter state code. When provided (and ratePct is not), the state's real 2026 effective property tax rate is used automatically.

No output schema declared.

No examples provided.