← nexusmcp.site

INDIVIDUAL MCP TOOL

rebalance

Rebalance-to-target: per-asset drift from target weights and the self-financing trade list (with one-way turnover) for the blended portfolio.

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 a financial action.

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).