← Registry

Analytics

numeratica.com

Provides financial calculations and analysis for annuities, benefits, and investment metrics.

1 endpoint76 known toolsFirst detected July 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.numeratica.com/mcp

No auth detected

MCP server metadata

Name
numeratica-mcp
Version
1.0.0
Capabilities
tools

Known tools 76

annuity

Annuity.

Inferred read-only
benefits_dependent_care

Benefits dependent care.

Inferred read-only
benefits_health_plan

Benefits health plan.

Inferred read-only
capital_market_assumptions

Capital market assumptions.

Inferred read-only
cashflow_npv_irr

Cashflow npv irr.

Inferred read-only
college_savings

College savings.

Inferred read-only
contribution_limits

Contribution limits.

Inferred read-only
debt_payoff

Debt payoff.

Inferred read-only
debt_vs_invest

Debt vs invest.

Inferred read-only
education_529_to_roth

Education 529 to roth.

Inferred read-only
education_aid_estimate

Education aid estimate.

Inferred read-only
education_student_loan

Education student loan.

Inferred read-only
education_student_loan_refi

Education student loan refi.

Inferred read-only
equity_comp_espp

Equity comp espp.

Inferred read-only
equity_comp_iso

Equity comp iso.

Inferred read-only
equity_comp_iso_amt_capacity

Equity comp iso amt capacity.

Inferred read-only
equity_comp_iso_schedule

Equity comp iso schedule.

Inferred read-only
equity_comp_nso

Equity comp nso.

Inferred read-only
equity_comp_nua

Equity comp nua.

Inferred read-only
equity_comp_rsu

Equity comp rsu.

Inferred read-only
equity_comp_section_83b

Equity comp section 83b.

Inferred read-only
goal_funding

Goal funding.

Inferred read-only
healthcare_aca_optimize

Healthcare aca optimize.

Inferred read-only
healthcare_costs

Healthcare costs.

Inferred read-only
inflation_adjust

Inflation adjust.

Inferred read-only
inherited_ira

Inherited ira.

Inferred read-only
insurance_disability_needs

Insurance disability needs.

Inferred read-only
insurance_life_needs

Insurance life needs.

Inferred read-only
insurance_long_term_care

Insurance long term care.

Inferred read-only
ira_eligibility

Ira eligibility.

Inferred read-only
loan_amortization

Loan amortization.

Inferred read-only
longevity

Longevity.

Inferred read-only
medicare_irmaa

Medicare IRMAA: Part B and Part D income-related monthly adjustment by tier, plus headroom to the next tier.

Inferred read-only
medicare_late_enrollment_penalty

Medicare late enrollment penalty.

Inferred read-only
mortgage_affordability

Mortgage affordability.

Inferred read-only
mortgage_points

Mortgage points.

Inferred read-only
mortgage_refinance

Mortgage refinance.

Inferred read-only
mortgage_rent_vs_buy

Mortgage rent vs buy.

Inferred read-only
mortgage_term_comparison

Mortgage term comparison.

Inferred read-only
pension_lump_sum_vs_annuity

Pension lump sum vs annuity.

Inferred read-only
portfolio_glidepath

Portfolio glidepath.

Inferred read-only
portfolio_rebalance

Portfolio rebalance.

Inferred read-only
retirement_accumulation_projection

Retirement accumulation projection.

Inferred read-only
retirement_backdoor_roth

Retirement backdoor roth.

Inferred read-only
retirement_hsa

Retirement hsa.

Inferred read-only
retirement_monte_carlo

Monte Carlo retirement projection: probability of not running out of money over a horizon, with percentile balance bands.

Inferred read-only
retirement_qlac

Retirement qlac.

Inferred read-only
retirement_rmd

Required Minimum Distribution: prior-year-end balance divided by the IRS distribution period.

Inferred read-only
retirement_savings_target

Retirement savings target.

Inferred read-only
retirement_self_employed

Retirement self employed.

Inferred read-only
retirement_sepp

Retirement sepp.

Inferred read-only
retirement_survivor_scenario

Retirement survivor scenario.

Inferred read-only
retirement_withdrawal_sequencing

Retirement withdrawal sequencing.

Inferred read-only
retirement_withdrawal_strategy

Dynamic retirement spending strategies over Monte Carlo paths: fixed_real, fixed_pct, guardrails (Guyton-Klinger), vpw, floor_and_ceiling.

Inferred read-only
roth_conversion

Multi-year Roth conversion ladder (bracket-fill, IRMAA-aware) vs.

Inferred read-only
roth_vs_traditional

Roth vs traditional.

Inferred read-only
savings_waterfall

Savings waterfall.

Inferred read-only
social_security

Social Security claiming analysis (ages 62-70): monthly/lifetime benefit, breakeven, optimal claim age.

Inferred read-only
social_security_couple_claim

Social security couple claim.

Inferred read-only
tax_asset_location

Tax asset location.

Inferred read-only
tax_bracket_room

Tax bracket room.

Inferred read-only
tax_estimate

Federal income tax estimate (2025/2026): ordinary brackets, standard/itemized deduction, LTCG stacking, NIIT, Additional Medicare; optional AMT (include_amt) and real per-state tax via the state field.

Inferred read-only
tax_estimated_tax

Tax estimated tax.

Inferred read-only
tax_filing_status

Tax filing status.

Inferred read-only
tax_gain_harvesting

Tax gain harvesting.

Inferred read-only
tax_liquidation_schedule

Tax liquidation schedule.

Inferred read-only
tax_marginal_map

Tax marginal map.

Inferred read-only
tax_qcd_plan

Tax qcd plan.

Inferred read-only
tax_qsbs_exclusion

Tax qsbs exclusion.

Inferred read-only
tax_s_corp_salary

Tax s corp salary.

Inferred read-only
tax_social_security_benefits

Tax social security benefits.

Inferred read-only
tax_state_income

Tax state income.

Inferred read-only
tax_survivor_transition

Tax survivor transition.

Inferred read-only
tax_tlh_benefit

Tax tlh benefit.

Inferred read-only
tax_w4_checkup

Tax w4 checkup.

Inferred read-only
tvm

Tvm.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.numeratica-mcp]
url = "https://api.numeratica.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "numeratica-mcp": {
      "type": "http",
      "url": "https://api.numeratica.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: numeratica-mcp
Remote MCP URL: https://api.numeratica.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "numeratica-mcp": {
      "url": "https://api.numeratica.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "numeratica-mcp": {
      "type": "http",
      "url": "https://api.numeratica.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "numeratica-mcp",
  "transport": "streamable-http",
  "url": "https://api.numeratica.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for numeratica.com was fetched 2026-08-21T13:59:45.258Z.

Trust status Neutral

numeratica.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.