NEXUS
Provides tools for interacting with Solana DeFi protocols including Percolator perpetuals, Sigma derivatives, Exodus yield vaults, Veil privacy swaps, Stratum orderbooks, and Sovereign identity.
Click 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., "@NEXUSlist all percolator perpetual markets"
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.
NEXUS
MCP Server + Agent Kit for Solana DeFi Protocols.
Exposes Solana DeFi infrastructure — Percolator perpetuals, Sigma derivatives, Exodus yield vaults, Veil privacy swaps, Stratum orderbooks, and Sovereign identity — to AI agents via the Model Context Protocol.
Packages
Package | Description |
| Protocol client wrappers (read + write operations) |
| MCP server exposing 31 DeFi tools |
Related MCP server: AMOCA Solana MCP Server
MCP Tools (31 total)
Sovereign (3 tools)
Tool | Description |
| Get wallet's identity: dimension scores, composite, tier |
| Get specific dimension score (trading, civic, developer, infra, creator) |
| Map tier to trust confidence level (high/medium/low/none) |
Percolator (6 tools)
Tool | Description |
| List all markets with OI, insurance, risk params |
| Full market state (header + config + engine + risk) |
| User's capital, PnL, position, entry, funding |
| Deposit collateral to user account |
| Withdraw collateral |
| Open/adjust position (+long / -short) |
Sigma (8 tools)
Tool | Description |
| Current vol index level and SVI parameters |
| Variance swap pool state |
| User's variance swap position |
| Long variance (profit when vol > strike) |
| Short variance |
| Close variance swap early |
| Latest funding rate for a symbol |
| Funding swap pool state |
Exodus (5 tools)
Tool | Description |
| Protocol config: mints, fees, totals |
| User deposits, shares, yield, tier |
| Available yields: APY, NAV, allocation |
| Deposit JPY for USDC yield conversion |
| Total portfolio value (USDC + JPY equiv) |
Veil CSR (5 tools)
Tool | Description |
| CSR solver config: fees, volume |
| Get specific encrypted order |
| All orders for a wallet |
| Submit encrypted swap order |
| Cancel pending encrypted order |
Stratum (4 tools)
Tool | Description |
| Order book state |
| Epoch info: merkle root, finalization |
| Derive PDA address |
| Build merkle proof for settlement |
Setup
# Install dependencies
yarn install
# Build
yarn build
# Configure
cp .env.example .env
# Edit .env with your RPC URL and program IDsEnvironment Variables
Variable | Description | Default |
| Solana RPC endpoint |
|
| Wallet private key (base58 or JSON array) | — |
| Percolator program ID |
|
| Sovereign program ID |
|
| Sigma program ID | — |
| Exodus program ID | — |
| Veil CSR program ID | — |
| Stratum program ID | — |
Usage
With Claude Desktop
Add to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"nexus": {
"command": "node",
"args": ["/path/to/nexus/packages/nexus-mcp-server/dist/index.js"],
"env": {
"SOLANA_RPC_URL": "https://api.devnet.solana.com"
}
}
}
}With MCP Inspector
npx @modelcontextprotocol/inspector node packages/nexus-mcp-server/dist/index.jsArchitecture
nexus/
├── packages/
│ ├── nexus-core/ # Protocol client wrappers
│ │ └── src/
│ │ ├── config.ts # NexusConfig + loadConfigFromEnv()
│ │ ├── connection.ts # createConnection, loadWallet
│ │ ├── types.ts # TxResult, ToolResponse
│ │ ├── helpers.ts # jsonContent, errorContent, serializeBigInts
│ │ └── protocols/
│ │ ├── sovereign/ # Raw buffer parsing for identity PDA
│ │ ├── percolator/ # Slab parsing, binary encoding, instructions
│ │ ├── sigma/ # Variance pools, funding swaps, vol indices
│ │ ├── exodus/ # JPY/USDC yield vaults
│ │ ├── veil/ # Encrypted order management
│ │ └── stratum/ # Epoch-based orderbook, merkle proofs
│ └── nexus-mcp-server/ # MCP server
│ └── src/
│ ├── index.ts # Server + StdioServerTransport entry
│ ├── handler.ts # Prefix-based dispatch
│ └── tools/ # Per-protocol tool definitions + handlersLicense
MIT
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.
Latest Blog Posts
- 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/psyto/nexus'
If you have feedback or need assistance with the MCP directory API, please join our Discord server