← All MCP clients
MCP
Connect Cursor
Install via a one-click deeplink, or paste the config JSON yourself.
Public server — calculators only, no key
Connect An Agent
Cursor
Install via a one-click deeplink, or paste the config JSON yourself.
Add to CursorOr paste this config
{
"mcpServers": {
"nyx-fund": {
"url": "https://nyxchain.org/api/mcp/public"
}
}
}Fund server — your fund's real data
Connect An Agent
Cursor
Install via a one-click deeplink, or paste the config JSON yourself.
Needs a real fund API key — mint one from Settings → Developer.
Add to CursorOr paste this config
{
"mcpServers": {
"nyx-fund": {
"url": "https://nyxchain.org/api/mcp",
"headers": {
"Authorization": "Bearer nyx_sk_YOUR_FUND_API_KEY"
}
}
}
}