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

@aicryptorisk/mcp-server

v1.1.1

Published

The security layer for agentic crypto trading. Detect honeypots, rugpulls, and scam tokens before your AI agent trades.

Readme

AI Crypto Risk MCP Server

The Security Layer for Agentic Crypto Trading

Stop your AI agent from trading into scams. This MCP server provides real-time cryptocurrency risk analysis, protecting users and agents from honeypots, rugpulls, and malicious smart contracts.

npm version License: MIT

Why Use This?

  • Prevent Losses: Detect honeypots, blacklist functions, and rugpull patterns before trading
  • Agent Safety: Give your AI trading agents a security checkpoint
  • Liability Shield: Document due diligence for every transaction
  • Multi-Chain: Ethereum, BSC, Polygon, Arbitrum, Base, Solana

Quick Start

npm install -g @aicryptorisk/mcp-server

Get your API key at: https://aicryptorisk.com/api-keys

Claude Desktop Configuration

Add to claude_desktop_config.json:

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "aicryptorisk": {
      "command": "npx",
      "args": ["@aicryptorisk/mcp-server"],
      "env": {
        "AICRYPTORISK_API_KEY": "acr_your_key_here"
      }
    }
  }
}

Restart Claude Desktop. Done.

Tools Available

analyze_crypto_risk

Instant risk analysis for any token.

Input:
  - contract_address: "0x..." (required)
  - chain: "ethereum" | "bsc" | "polygon" | "arbitrum" | "base" | "solana"
  - coin_name: "Token Name" (optional)

Output:
  - Risk score: 0-100 (higher = more dangerous)
  - Verdict: Low Risk / Elevated Risk / High Risk / Critical Risk
  - Red flags: Honeypot, blacklist, hidden owner, high tax, etc.
  - Positive signals: Verified source, renounced ownership, etc.

request_deep_research

Comprehensive 4-pillar analysis delivered via email:

  1. On-Chain Security
  2. Social Media Intelligence
  3. Institutional Interest
  4. Off-Chain Investigation

get_supported_chains

Returns list of supported blockchain networks.

Example Prompts

Once configured, just ask Claude:

"Check if this token is safe: 0xdAC17F958D2ee523a2206206994597C13D831ec7"

"Analyze the risk of trading PEPE on ethereum"

"Before I swap, verify this contract: 0x..."

Pricing

| Plan | Scans/Month | API Calls/Day | Price | |------|-------------|---------------|-------| | Free | 1/day | 10 | $0 | | Monthly | 75 | 50 | $9/mo | | Yearly | 150 | 100 | $69/yr | | Lifetime | 200 | 200 | $199 once |

Get Your API Key

The Safe-Trade Skill

For maximum protection, pair this MCP with our Safe-Trade Skill that enforces mandatory risk checks before any transaction:

# .claude/skills/safe-trade/SKILL.md
---
name: safe-trade
description: Check crypto risk before any transaction
---
BEFORE any crypto transaction, run analyze_crypto_risk.
If score > 75: REFUSE to proceed.

Security

  • API keys are hashed with SHA-256
  • Usage tracked per key for billing
  • Rate limiting prevents abuse
  • No sensitive data stored

Support

  • Documentation: https://aicryptorisk.com/docs
  • API Keys: https://aicryptorisk.com/api-keys
  • Email: [email protected]
  • GitHub: https://github.com/djangamane/montecrypto

License

MIT - Use freely in your agents and applications.


Built for the Agentic Economy. Protect your users. Protect your agents. Trade safe.