← nyxsuite.com

INDIVIDUAL MCP TOOL

calc_operating_cost_calculator

Add up what your fund's back office actually costs every year.

nyxsuite.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://nyxsuite.com/api/mcp/public

No auth detected

Connect to this endpoint to inspect the live schema for calc_operating_cost_calculator and invoke it with your own arguments.

Indexed 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 server

nyxsuite.com

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.nyx-suite-public]
url = "https://nyxsuite.com/api/mcp/public"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nyx-suite-public": {
      "type": "http",
      "url": "https://nyxsuite.com/api/mcp/public"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nyx-suite-public
Remote MCP URL: https://nyxsuite.com/api/mcp/public

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": {
    "nyx-suite-public": {
      "url": "https://nyxsuite.com/api/mcp/public"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "nyx-suite-public",
  "transport": "streamable-http",
  "url": "https://nyxsuite.com/api/mcp/public"
}
MCP Inspector

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

Related tools

  • calc_fund_health_check — A free, 60-second operational health score for your crypto fund.
  • calc_exposure_analysis — Paste your positions, see gross, net, and concentration exposure instantly.
  • calc_nav_validator — Check your month-end NAV roll-forward for arithmetic and fee errors in seconds.
  • calc_fee_calculator — See exactly what a 2/20 (or any) fee structure costs an LP over time.
  • calc_back_office_savings — See what part of your back-office spend is realistically automatable.
  • calc_lp_report_grader — Grade your monthly LP update against what institutional investors expect.
  • search_docs — Search the NYX Suite developer documentation (REST endpoints, calculators, authentication, rate limits, pricing) by keyword.