Skip to content
Back to search
100
MCP live v1.0.1 MCP 2025-11-25 streamable-http

Helium MCP Server - News, Markets & AI

io.github.connerlambden/helium-mcp

Real-time news with bias scoring, live market data, and AI-powered options pricing

Uptime
100.0%
1 direct probes · 30d
Response
818ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

search_news

Search news articles. Returns a list of matching articles. Each article includes: - article_id, classification_id, title, source, date, link, category, rank, total_shares, summary - bias_…

get_ticker

Get comprehensive data for a stock, ETF, or crypto ticker. Returns: - ticker, name, type (e.g. 'stock', 'etf', 'crypto'), industry - latest_price, page_url - bullish_case, bearish_cas…

get_source_bias

Get comprehensive bias analysis for a news source. Returns: - source_name, slug_name, page_url - source_match: original query and deterministic match method - articles_analyzed: total…

get_all_source_biases

Get a page of news-source bias scores. Returns sources active within the last 36 days with >100 articles analyzed, sorted by avg_social_shares descending. The response also includes total, of…

get_option_price

Get Helium's proprietary ML model-predicted price for a specific option contract. Helium trains per-symbol regression models on historical options data. This tool looks up the most recent ava…

search_balanced_news

Search Helium's balanced news stories — AI-synthesized articles that aggregate multiple sources. Unlike search_news (which returns individual RSS articles), this returns Helium's own synthesi…

search_memes

Search Helium's meme database by text (OCR + caption). Returns matching memes ranked by relevance. Each result includes: - id, caption, ocr (text extracted from the image) - image: full U…

get_top_trading_strategies

Get the top-ranked short volatility and long volatility option trading strategies. Returns two ranked lists — short_volatility (sell premium / theta strategies) and long_volatility (buy premi…

get_bias_from_url

Get bias analysis for a specific article by its URL. Use this when you have a direct link to an article and want to know its political leaning, credibility, emotionality, and other bias dimen…

get_historical_options_data

Get the full historical options chain for a ticker on a specific date. Returns the complete options chain including all expirations and contracts, with bid, ask, mid prices, greeks, and Heliu…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "helium_mcp_server_-_news,_markets_&_ai": {
      "url": "https://heliumtrades.com/mcp",
      "transport": "streamable-http"
    }
  }
}