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

asrai-mcp

v1.0.4

Published

Asrai crypto analysis MCP server — pay-per-use via x402 on Base. Zero install: just npx.

Readme

asrai-mcp

Crypto market analysis MCP server for Claude Desktop — pay-per-use via x402 on Base mainnet.

Zero install. Just Node.js (already on your machine via npx).

Quick start

Step 1 — Add to your Claude Desktop config:

| OS | Config path | |---|---| | macOS | ~/Library/Application Support/Claude/claude_desktop_config.json | | Windows | %APPDATA%\Claude\claude_desktop_config.json | | Linux | ~/.config/Claude/claude_desktop_config.json |

{
  "mcpServers": {
    "asrai": {
      "command": "npx",
      "args": ["-y", "asrai-mcp@latest"],
      "env": {
        "ASRAI_PRIVATE_KEY": "0x<your_base_wallet_private_key>"
      }
    }
  }
}

Or store your key in ~/.env (loaded automatically — no env block needed in config):

ASRAI_PRIVATE_KEY=0x<your_base_wallet_private_key>
{
  "mcpServers": {
    "asrai": {
      "command": "npx",
      "args": ["-y", "asrai-mcp@latest"]
    }
  }
}

Step 2 — Restart Claude Desktop. Done.

Each API call costs $0.005 USDC from your wallet on Base mainnet. Make sure your wallet has a small USDC balance (~$1–2 to start).

What you get

15+ crypto analysis tools available directly in Claude:

| Tool | What it does | Cost | |---|---|---| | market_overview | Full brief: trending, gainers/losers, RSI, screeners, sentiment, cashflow — use for complete reports only | $0.095 | | trending | Currently trending coins | $0.005 | | gainers_losers | Top gainers and losers | $0.005 | | top_bottom | RSI extremes, top/bottom signals, bounce/dip candidates | $0.015 | | volume_spikes | Coins with unusually high volume | $0.005 | | high_volume_low_cap | Low market cap coins with high volume | $0.005 | | ath_tracker | Coins near or at all-time high | $0.005 | | dominance | BTC & altcoin dominance signals | $0.01 | | macro | S&P 500 & Nasdaq signals — global market context | $0.01 | | sentiment | CBBI, CMC sentiment, AI insights, channel news, Galaxy Score, social dominance | $0.03 | | late_unlocked_coins | Post-vesting coins with low remaining selling pressure | $0.005 | | trade_signals | Trade setups: trending movers, bounces, SAR & MACD entries | $0.025 | | technical_analysis(symbol, timeframe) | Signals, ALSAT, SuperALSAT, PSAR, MACD-DEMA, AlphaTrend, TD, SMC, S/R, Elliott Wave, Ichimoku | $0.06 | | forecast(symbol) | AI 3-7 day price prediction | $0.005 | | screener(type) | Find coins by criteria (ichimoku-trend, rsi, vwap, volume, bounce-dip...) | $0.005 | | smart_money(symbol, timeframe) | Order blocks, fair value gaps, support/resistance | $0.01 | | elliott_wave(symbol, timeframe) | Elliott Wave analysis | $0.005 | | ichimoku(symbol, timeframe) | Ichimoku cloud analysis | $0.005 | | cashflow(mode, symbol) | Capital flow data | $0.005 | | coin_info(symbol) | Stats, price, tags, CMC AI + auto DEX data | $0.025–$0.03 | | dexscreener(contract) | DEX trading data | $0.005 | | chain_tokens(chain, max_mcap) | Low-cap tokens on a specific chain | $0.005 | | portfolio | Abu's curated model portfolio — investment reference | $0.005 | | ask_ai(question) | AI analyst freeform answer | $0.01 | | indicator_guide(name) | Reference guide for Asrai-specific indicators | FREE |

Spend limit

Default session cap: $2.00 USDC. To change:

"env": {
  "ASRAI_PRIVATE_KEY": "0x...",
  "ASRAI_MAX_SPEND": "5.0"
}

Links

  • Homepage: https://asrai.me/agents
  • GitHub: https://github.com/abuzerasr/asrai-mcp