Productivity
nyxsuite.com
Provides calculators for crypto fund operational health, exposure, NAV validation, fees, and operating costs.
ENDPOINT 1
https://nyxsuite.com/api/mcp/public
MCP server metadata
- Name
- nyx-suite-public
- Version
- 1.0.0
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_checkA free, 60-second operational health score for your crypto fund.
Inferred read-onlycalc_exposure_analysisPaste your positions, see gross, net, and concentration exposure instantly.
Inferred read-onlycalc_nav_validatorCheck your month-end NAV roll-forward for arithmetic and fee errors in seconds.
Inferred read-onlycalc_fee_calculatorSee exactly what a 2/20 (or any) fee structure costs an LP over time.
Inferred read-onlycalc_operating_cost_calculatorAdd up what your fund's back office actually costs every year.
Inferred read-onlycalc_back_office_savingsSee what part of your back-office spend is realistically automatable.
Inferred read-onlycalc_lp_report_graderGrade your monthly LP update against what institutional investors expect.
Potential side effectssearch_docsSearch the NYX Suite developer documentation (REST endpoints, calculators, authentication, rate limits, pricing) by keyword.
Inferred read-onlyCONNECT 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.
nyxsuite.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.