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

@onchainpulse/mcp-server

v1.2.3

Published

Official OnChain Pulse Intelligence Hub v1.2.3. Real-time institutional liquidity, Macro Quant setups, and Security Oracles for agents.

Readme

OnChain Pulse: Security Oracle & Whale Intelligence for AI Agents

Official Model Context Protocol (MCP) server for OnChain Pulse. Transform any AI Agent into a high-performance, security-aware on-chain analyst.

npm version License: ISC

🛡️ Why OnChain Pulse? AI Agents are great at trading, but they are vulnerable to Honeypots, Rug Pulls, and Bundled Supply. OnChain Pulse provides the missing security layer and institutional intelligence for the A2A (Agent-to-Agent) economy.

Use Case: Secure Trading

  • Agent: "I found a trending token, should I buy?"
  • OnChain Pulse: {"is_safe": false, "risk_score": 850, "warning": "Freeze Authority Enabled"}
  • Agent: "Trade aborted. High risk detected."

🛠️ Neural Intelligence Tools (1.2.3)

  • get_quant_signals: Retrieve institutional macro signals for BTC, ETH, and SOL. Includes real-time PnL, Stop-Loss, and Take-Profit targets.
  • verify_token_security: Perform real-time audits. Detects Honeypots, Mint authority, and Blacklisted contracts.
  • get_token_intel_narrative: Access deep AI-processed narratives behind whale movements. Know the why before the buy.
  • get_latest_alpha: Intercept institutional signals from Whale Radar v3.0 with high conviction scores.
  • check_wallet_reputation: Identify smart money vs. wash-trading bots using forensic history.
  • get_terminal_stats: Real-time ecosystem performance (Avg Peak ROI +112%).

🚀 Quick Start

  1. Generate your License Key: Connect your wallet and get a free Genesis Beta key at onchainpulse.online/pulse-mcp.
  2. Add to Claude Desktop: Add this to your claude_desktop_config.json:
    {
      "mcpServers": {
        "onchain-pulse": {
          "command": "npx",
          "args": ["-y", "@onchainpulse/mcp-server@latest"],
          "env": {
            "PULSE_API_KEY": "YOUR_GENESIS_KEY"
          }
        }
      }
    }
  3. Add to Cursor IDE:
    • Open Settings > Models > MCP Servers.
    • Click + Add New MCP Server.
    • Name: OnChain Pulse.
    • Command: npx -y @onchainpulse/mcp-server@latest.

📡 The Tech Stack

  • Forensic-grade surveillance: Direct node hooks for Solana & Base.
  • Secure Tunnel: All communication is encrypted via HTTPS through our verified API gateway.
  • AI-Native Data: Clean JSON responses optimized for LLM context windows (Zero bloat).

📄 Documentation & Support

© 2026 OnChain Pulse Intelligence. Built for the next generation of autonomous agents.