Back to search
100
MCP live v1.0.1 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
9.1%
11 probes
Response
398ms
last probe
Tools
10
callable

Tools · 10

search_news

Search news articles. Returns a list of matching articles. Each article includes: - title, source, date, link, category, rank, shares, summary - bias_values: dict of per-dimension bias sc…

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 - articles_analyzed: total articles in the bias database for this source - avg_social_sh…

get_all_source_biases

Get bias scores for every news source in the Helium database. Returns a list of all sources (active within the last 36 days, with >100 articles analyzed), sorted by avg_social_shares descendi…

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…

Similar MCP servers embedding-nearest

helium-mcp
Real-time news with bias scoring, live market data, and AI-powered options pricing. 9 tools across 5000+ news sources and proprietary ML mod
0 tools
financial-mcp-server
MCP server for AI-powered stock market intelligence
0 tools
@prodbeam/mcp
MCP server for AI-powered engineering intelligence — standups, weekly reports, and sprint retrospectives
0 tools
llm-radar-mcp
MCP server providing real-time AI model intelligence - pricing, capabilities, and recommendations
0 tools
market-data-mcp
MCP server providing real-time financial market data — stock quotes, crypto prices, technicals, sentiment, and more. No API keys required.
0 tools
hn-tech-signal-mcp
MCP server for tech & AI intelligence – aggregates HackerNews, arXiv, Lobste.rs and GitHub. No API key required.
0 tools

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"
    }
  }
}