← nexusmcp.site

INDIVIDUAL MCP TOOL

describe

Self-orientation: the tool catalog by category, symbology rules, and the planning contract version.

nexusmcp.sitenone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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