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

stelar-signals-mcp

v1.1.3

Published

MCP server with 6 pay-per-call x402 tools (USDC on Base, no signup and no API key) for crypto price, sentiment, volatility risk, market regime, grid parameters and live portfolio telemetry, plus 6 RapidAPI-keyed free-tier tools.

Readme

Stelar Signals MCP

An MCP (Model Context Protocol) server that gives any MCP-compatible agent (Claude Code, Claude Desktop, Cursor, Windsurf, Codex …) live crypto market signals and portfolio telemetry.

Six of its tools are pay-per-call over x402 — no signup, no account, and no API key. Your agent pays cents in USDC on Base from its own wallet and gets the data back in the same request.

Install

claude mcp add stelar -- npx -y stelar-signals-mcp

Or in any MCP client config:

{
  "mcpServers": {
    "stelar": { "command": "npx", "args": ["-y", "stelar-signals-mcp"] }
  }
}

The server starts and lists every tool with no environment variables set.

Paid tools — x402, USDC on Base, no key required

| Tool | Price | What you get | |---|---|---| | price | $0.005 | Current price, 24h and 7d change, bull/bear/neutral signal | | sentiment | $0.005 | Sentiment score (-1 to +1) and label, for text or an asset | | telemetry | $0.005 | Live telemetry of an AI-managed crypto portfolio — allocation, reconciled P&L, signal votes, human-approval trail | | risk | $0.02 | Volatility / drawdown risk regime — ATR% vs its 30-day p80 baseline, labeled low/med/high | | regime | $0.03 | Market regime (chop / uptrend / downtrend / high-volatility) plus a grid-trading suitability verdict | | gridparams | $0.05 | Grid count, spacing %, price band and per-grid allocation from live 24h market structure |

These call https://api.stelardigital.com, which answers HTTP 402 with a payment challenge. Any x402-capable client settles it and retries automatically. Assets covered: SOL, BTC, ETH, XRP, DOGE, LTC, ADA, XLM.

These are live production endpoints backed by real market data — not demo stubs.

Free-tier tools — these DO need a RapidAPI key

crypto_regime, crypto_sentiment, pricecheck, token_risk, summarize, factcheck are served through RapidAPI. Set RAPIDAPI_KEY to use them:

claude mcp add stelar -e RAPIDAPI_KEY=your-key -- npx -y stelar-signals-mcp

Without the key these six return a clear error; the six paid x402 tools above keep working, because they do not use RapidAPI at all.

Discovery

GET https://api.stelardigital.com/catalog          endpoints, prices, parameters
GET https://api.stelardigital.com/.well-known/x402 x402 discovery manifest
GET https://api.stelardigital.com/openapi.json     OpenAPI 3.1 spec

A hosted streamable-HTTP MCP endpoint is also live at https://api.stelardigital.com/mcp.

Honest limits

  • Signals cover the eight majors listed above, not arbitrary tokens.
  • Paid tools need a funded wallet; without one they return HTTP 402 rather than data.
  • Every response carries generated_at; nothing is cached longer than a minute.

About

Built by Stelar Digital. One human. One AI. A whole company.

MIT licensed.