← Registry

Productivity

nyxsuite.com

Provides calculators for crypto fund operational health, exposure, NAV validation, fees, and operating costs.

1 endpoint8 known toolsFirst detected August 20, 2026Last detected August 20, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
nyx-suite-public
Version
1.0.0
Capabilities
tools
Server instructions

This is the free, public NYX Suite tool server — no login, no API key, and no fund connection required. The calc_* tools are pure, stateless calculators: illustrative estimates computed only from the arguments you pass in this single call, never stored, never tied to a real fund. Nothing here is investment, legal, tax, or accounting advice. search_docs answers questions about the Nyx Developer API (REST endpoints, calculators, auth, rate limits, pricing) from a small static corpus — always confirm exact request/response shapes against the live OpenAPI spec at /api/v1/openapi.json. This server never has access to, and can never return, a real fund's live data — that requires a customer's own nyx_sk_ key on the separate fund-scoped MCP server at /api/mcp.

Known tools 8

calc_fund_health_check

A free, 60-second operational health score for your crypto fund.

Inferred read-only
calc_exposure_analysis

Paste your positions, see gross, net, and concentration exposure instantly.

Inferred read-only
calc_nav_validator

Check your month-end NAV roll-forward for arithmetic and fee errors in seconds.

Inferred read-only
calc_fee_calculator

See exactly what a 2/20 (or any) fee structure costs an LP over time.

Inferred read-only
calc_operating_cost_calculator

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

Inferred read-only
calc_back_office_savings

See what part of your back-office spend is realistically automatable.

Inferred read-only
calc_lp_report_grader

Grade your monthly LP update against what institutional investors expect.

Potential side effects
search_docs

Search the NYX Suite developer documentation (REST endpoints, calculators, authentication, rate limits, pricing) by keyword.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for nyxsuite.com was fetched 2026-08-24T07:07:05.244Z.

Trust status Neutral

nyxsuite.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.