@solrouter/mcp-server
v1.2.0
Published
SolRouter MCP Server — privacy-first AI tools for any MCP client
Maintainers
Readme
@solrouter/mcp-server
Private AI research for any MCP client. Every query is E2E encrypted via Arcium MPC — SolRouter's backend never sees your plaintext.
Why SolRouter?
Other MCP tools give you raw data. SolRouter gives you private intelligence — encrypted multi-source research combining web data, DEX analytics, on-chain intelligence, and AI synthesis. Nobody sees what you're researching.
Quick Start
npx @solrouter/mcp-serverConfiguration
Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| SOLROUTER_API_KEY | Yes | Your API key (sk_solrouter_...) |
| BRAVE_API_KEY | No | Brave Search for web research |
| HELIUS_RPC_URL | No | Solana RPC for on-chain data |
| RESTOCK_API_URL | No | ReStock trade API (default https://restock.fun) |
| RESTOCK_INDEXER_URL | No | ReStock read API (default https://restock-indexer.onrender.com) |
Claude Desktop
{
"mcpServers": {
"solrouter": {
"command": "npx",
"args": ["@solrouter/mcp-server"],
"env": {
"SOLROUTER_API_KEY": "sk_solrouter_..."
}
}
}
}Tools
Research
| Tool | Description |
|------|-------------|
| private_research | Flagship — Encrypted multi-source research (web + DEX + on-chain + AI synthesis) |
| encrypted_chat | Direct encrypted AI query via Arcium MPC + TEE |
| private_token_analysis | Deep token research (DEX + web + price + AI analysis), all private |
| private_wallet_audit | Encrypted wallet intelligence and portfolio analysis |
ReStock — stock-paired pools
Trade Solana tokens quoted against tokenized stocks (NVDAx, SPYx, …) on restock.fun. Quotes and transactions are built straight against the pool, so the trade pays the pool's holders and counts on the ReStock leaderboard — a routed swap misses young pools entirely.
| Tool | Description |
|------|-------------|
| restock_list_pools | Live pools: pair, mints, TVL, 24h volume and fees, LP lock mode |
| restock_pool | Full detail for one pool, by ReStock or Raydium pool address |
| restock_quote | Quote a swap through the pool — output, minimum received, price impact, fees |
| restock_trade | Build the unsigned v0 transaction; your wallet signs and broadcasts it |
Amounts take either amount (base units) or uiAmount (human units). restock_trade returns a
base64 transaction and never touches a key — no wallet is registered with this server.
Utility
| Tool | Description |
|------|-------------|
| list_models | Available AI models with privacy levels and pricing |
| account_balance | Check your SolRouter USDC credit balance |
How Privacy Works
- Your query is encrypted client-side with Arcium RescueCipher (X25519 key exchange)
- Encrypted payload sent to SolRouter's Trusted Execution Environment (TEE)
- Decrypted only inside the TEE — SolRouter backend never sees plaintext
- Response encrypted back to you with your session key
- On-chain privacy attestation proves the process was tamper-free
License
MIT
