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

helium-mcp

v1.0.0

Published

Real-time news with bias scoring, live market data, and AI-powered options pricing. 9 tools across 5000+ news sources and proprietary ML models.

Readme

Helium MCP Server

Real-time news with bias scoring, live market data, and AI-powered options pricing — all accessible through the Model Context Protocol.

helium-mcp MCP server

Overview

Helium MCP gives your AI assistant access to:

  • 3.2M+ news articles from 5,000+ sources, each scored across 15+ bias dimensions
  • Balanced news synthesis — left, right, and center perspectives aggregated into one coherent story
  • Live market data — price, IV rank, AI-generated bull/bear cases, and price forecasts
  • AI options pricing — proprietary ML models for fair-value estimates and probability ITM
  • Meme search — semantic search across viral memes with OCR text and captions

50 free queries included. No sign-up required.

Quick Start

Cursor

Add to your Cursor MCP settings:

{
  "mcpServers": {
    "helium": {
      "url": "https://heliumtrades.com/mcp"
    }
  }
}

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "helium": {
      "type": "streamable-http",
      "url": "https://heliumtrades.com/mcp"
    }
  }
}

Any MCP Client

Connect to the streamable HTTP endpoint:

https://heliumtrades.com/mcp

Tools

search_news

Full-text search across 3.2M+ articles from 5,000+ sources. Filter by source, category, date, and minimum shares. Returns bias scores, AI summaries, and context.

Parameters:

| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | query | string | Yes | — | Search keywords | | limit | integer | No | 20 | Max results (1–100) | | source | string | No | — | Filter by source name (e.g. "CNN", "Reuters") | | category | string | No | — | One of: trending, tech, markets, politics, business, science, memes | | days_back | integer | No | 720 | Only include articles from the last N days | | min_shares | integer | No | -1 | Minimum total social shares | | sort | string | No | "rank" | One of: rank (relevance), date (newest), shares (most shared) |

search_balanced_news

AI-synthesized articles that aggregate multiple sources into balanced coverage. Each story includes a summary, takeaway, evidence breakdown, potential outcomes, and relevant tickers.

Parameters:

| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | query | string | Yes | — | Search keywords | | limit | integer | No | 10 | Max results (1–50) | | category | string | No | — | One of: tech, politics, markets, business, science | | days_back | integer | No | 0 | Only include stories from the last N days (0 = no filter) |

get_source_bias

Deep bias analysis for any news outlet: political lean, emotional tone, prescriptiveness, signature phrases, similar sources, and historical trends.

Parameters:

| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | source | string | Yes | — | Source name (e.g. "Fox News") or domain (e.g. "foxnews.com") | | recent_articles | integer | No | 10 | Number of recent articles to include (1–50) |

get_bias_from_url

Analyze any article URL for per-dimension bias scores: political lean, emotionality, manipulation level, factfulness, and more.

Parameters:

| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | url | string | Yes | — | Full article URL |

get_ticker

Comprehensive data for any stock, ETF, or crypto: live price, AI-generated bull/bear cases, price forecast, IV rank, volatility surface, and top-ranked options strategies.

Parameters:

| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | ticker | string | Yes | — | Ticker symbol (e.g. "AAPL", "SPY", "BTC") |

get_option_price

Helium's proprietary ML model-predicted fair-value price for a specific option contract. Returns predicted price, probability ITM, and the data date.

Parameters:

| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | symbol | string | Yes | — | Ticker symbol (e.g. "AAPL", "SPY") | | strike | number | Yes | — | Strike price (e.g. 150.0) | | expiration | string | Yes | — | Expiration date as YYYY-MM-DD | | option_type | string | Yes | — | "call" or "put" |

get_top_trading_strategies

Helium's highest-conviction options setups ranked by AI edge score, expected value, and market conditions. Returns both short volatility and long volatility strategies.

Parameters:

| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | sort | string | No | "helium_rank" | One of: helium_rank, odds_of_profit, historical_performance, reward_to_risk, smallest_max_loss | | limit | integer | No | 5 | Results per strategy type (1–20) |

get_all_source_biases

Bias scores for every tracked news source — compare outlets, rank by credibility, or build a full media landscape overview. Returns all sources with >100 articles analyzed, sorted by average social shares.

Parameters: None required.

search_memes

Semantic search across viral memes — images, captions, OCR text, like counts, and source attribution.

Parameters:

| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | query | string | Yes | — | Search keywords (matched against OCR text and captions) | | limit | integer | No | 20 | Max results (1–100) |

Pricing

| Plan | Cost | Details | |------|------|---------| | Free | $0 | 50 queries per network — no sign-up needed | | Pay As You Go | $0.02/query | Billed daily via Stripe. All 9 tools, unlimited queries. |

Get an API key at heliumtrades.com/mcp-page.

Links

License

MIT