← nexusmcp.site

INDIVIDUAL MCP TOOL

project_cash_flow

Deterministic year-by-year cash-flow + net-worth projection: from today through a terminal age, grow earned income by a wage COLA and spending by inflation, take federal ordinary tax, save surplus into the portfolio (compounding at the expected return) or fund a deficit by a tax-grossed-up withdrawal, and track the net-worth (portfolio − liabilities) line — plus lifetime income / expense / tax totals, the effective tax rate, peak net worth, and the age the portfolio is exhausted, if ever.

nexusmcp.sitenone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests code or command execution.

Parent endpoint

nexusmcp.site

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.nexusmcp-site]
url = "https://nexusmcp.site/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nexusmcp-site": {
      "type": "http",
      "url": "https://nexusmcp.site/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nexusmcp-site
Remote MCP URL: https://nexusmcp.site/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": {
    "nexusmcp-site": {
      "url": "https://nexusmcp.site/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "nexusmcp-site",
  "transport": "streamable-http",
  "url": "https://nexusmcp.site/mcp"
}
MCP Inspector

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

Related tools

  • current_regime — Get the current macro regime classification.
  • regime_signals — Get the raw signal readings used for regime classification.
  • score_asset — Score an asset using the configured N-check framework.
  • get_quote — Latest quote for a stock, ETF, index, or crypto coin id (e.g.
  • get_quotes — Latest quotes for up to 25 symbols in one call (stocks, ETFs, indices, crypto coin ids).
  • get_price_history — OHLCV price history covering roughly ``days`` days for a symbol.
  • option_price — Educational Black-Scholes price + Greeks.
  • covered_call — Educational covered-call overlay illustration on a public ticker (live spot).