INDIVIDUAL MCP TOOL
calc_lp_report_grader
Grade your monthly LP update against what institutional investors expect.
LIVE ENDPOINT
https://nyxsuite.com/api/mcp/public
Connect to this endpoint to inspect the live schema for calc_lp_report_grader and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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_operating_cost_calculator— Add up what your fund's back office actually costs every year.calc_back_office_savings— See what part of your back-office spend is realistically automatable.search_docs— Search the NYX Suite developer documentation (REST endpoints, calculators, authentication, rate limits, pricing) by keyword.