← All MCP clients
MCP
Connect Claude Desktop
Paste a custom connector entry into your Claude Desktop config.
Public server — calculators only, no key
Connect An Agent
Claude Desktop
Paste a custom connector entry into your Claude Desktop config.
{
"nyx-fund": {
"type": "http",
"url": "https://nyxchain.org/api/mcp/public"
}
}Fund server — your fund's real data
Connect An Agent
Claude Desktop
Paste a custom connector entry into your Claude Desktop config.
Needs a real fund API key — mint one from Settings → Developer.
{
"nyx-fund": {
"type": "http",
"url": "https://nyxchain.org/api/mcp",
"headers": {
"Authorization": "Bearer nyx_sk_YOUR_FUND_API_KEY"
}
}
}