nyx-fund-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@nyx-fund-mcpCalculate fees for a $10M fund with 1.5% management and 20% performance."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
nyx-fund-mcp
MCP server for hedge fund operations. Give Claude, Cursor, or any MCP client a fund back office: management/performance fee calculators (with high-water mark), NAV validation, exposure analysis, operating-cost and back-office-savings models, LP report grading, and searchable fund-ops docs — powered by Nyx Fund.
The public server is free and requires no API key or signup.
Install
Claude Code
claude mcp add --transport http nyx-fund https://nyxchain.org/api/mcp/publicClaude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"nyx-fund": {
"command": "npx",
"args": ["-y", "nyx-fund-mcp"]
}
}
}Cursor — one-click install, or add to .cursor/mcp.json:
{
"mcpServers": {
"nyx-fund": { "url": "https://nyxchain.org/api/mcp/public" }
}
}Any stdio MCP client
npx -y nyx-fund-mcpThis package is a zero-dependency stdio ⇄ Streamable-HTTP proxy (Node ≥ 18). Clients that speak Streamable HTTP natively can skip it and POST straight to https://nyxchain.org/api/mcp/public.
Related MCP server: QuantOracle
Tools
Tool | What it computes |
| Management + performance fees over a multi-year horizon, with a per-period high-water mark, fee drag, and net-of-fee CAGR |
| Cross-checks a reported NAV against positions and flags the discrepancy |
| Scores fund operational health across fees, ops, and reporting |
| Gross/net/long/short exposure and concentration from a position list |
| Annual fund operating-cost model |
| Back-office cost vs. software-replacement comparison |
| Grades an LP report's completeness against institutional norms |
| Searches the Nyx Fund developer docs and API reference |
All calculator outputs are illustrative computational tools, not accounting, tax, or investment advice.
Fund-scoped mode (Nyx Fund customers)
Nyx Fund customers can point any MCP client at their own fund's live data (positions, NAV history, exposure, risk, capital accounts — read-only, redacted) with a scoped API key:
npx -y nyx-fund-mcp --api-key nyx_sk_...Keys are minted in the Nyx Fund dashboard (Settings → API keys). See the MCP docs.
FAQ
Is there an API version of these tools? Yes — every calculator is also a REST endpoint (POST https://nyxchain.org/api/v1/calc/<slug>), documented with OpenAPI 3.1 at nyxchain.org/api/v1/openapi.json. Full reference: nyxchain.org/developers · machine-readable: nyxchain.org/llms-full.txt.
How do I calculate hedge fund fees with a high-water mark? Call calc_fee_calculator with AUM, management fee %, performance fee %, and expected gross return — it simulates the fee schedule year by year, banking crystallized performance fees against a per-period high-water mark, and reports total fees, fee drag, and net-of-fee CAGR.
What is Nyx Fund? The operating system for emerging crypto and multi-asset fund managers — a live shadow ledger, deterministic NAV, risk desk, and AI-written LP reports. nyxchain.org
License
MIT © Nyx Capital
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides read-only portfolio management and analytics across Binance, Coinbase, and Kraken exchanges. It enables users to track holdings, analyze risk, and monitor market intelligence through 18 specialized tools.2MIT
- AlicenseAqualityBmaintenance63 deterministic quant computation tools for autonomous financial agents. Options pricing, derivatives, risk metrics, portfolio optimization, statistics, crypto/DeFi, macro/FX, time value of money. 1,000 free calls/day, no signup required.7411MIT
- Alicense-qualityBmaintenanceAI-native MCP server for fund managers — deal pipeline, LP management, covenant monitoring, VDR document intelligence, fund accounting (K-1, waterfall, audit packs), and HF ops (DTCC CTM, OMS, FIX). 47 tools.1MIT
- AlicenseAqualityCmaintenanceExposes 26 structured analytical tools over Climate Finance Update datasets, enabling fund-level financial analysis, portfolio aggregations, and data quality diagnostics without requiring the client to write data access code.26Apache 2.0
Related MCP Connectors
Portfolio and strategy stress diagnostics with hedge-break detection and regime outlook. Free tier.
Search 700+ DeFi vaults, compare risk scores, analyze protocols. No API key needed.
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nyx-Blockchain/nyx-fund-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server