npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@solrouter/mcp-server

v1.2.0

Published

SolRouter MCP Server — privacy-first AI tools for any MCP client

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-server

Configuration

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

  1. Your query is encrypted client-side with Arcium RescueCipher (X25519 key exchange)
  2. Encrypted payload sent to SolRouter's Trusted Execution Environment (TEE)
  3. Decrypted only inside the TEE — SolRouter backend never sees plaintext
  4. Response encrypted back to you with your session key
  5. On-chain privacy attestation proves the process was tamper-free

License

MIT