Analytics
numeratica.com
Provides financial calculations and analysis for annuities, benefits, and investment metrics.
ENDPOINT 1
https://api.numeratica.com/mcp
MCP server metadata
- Name
- numeratica-mcp
- Version
- 1.0.0
Known tools 76
medicare_irmaaMedicare IRMAA: Part B and Part D income-related monthly adjustment by tier, plus headroom to the next tier.
Inferred read-onlyretirement_monte_carloMonte Carlo retirement projection: probability of not running out of money over a horizon, with percentile balance bands.
Inferred read-onlyretirement_rmdRequired Minimum Distribution: prior-year-end balance divided by the IRS distribution period.
Inferred read-onlyretirement_withdrawal_strategyDynamic retirement spending strategies over Monte Carlo paths: fixed_real, fixed_pct, guardrails (Guyton-Klinger), vpw, floor_and_ceiling.
Inferred read-onlysocial_securitySocial Security claiming analysis (ages 62-70): monthly/lifetime benefit, breakeven, optimal claim age.
Inferred read-onlytax_estimateFederal 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-onlyCONNECT 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.
numeratica.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.