Helium MCP Server - News, Markets & AI
io.github.connerlambden/helium-mcpReal-time news with bias scoring, live market data, and AI-powered options pricing
Tools · 10
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 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 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 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 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 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 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 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 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 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
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"
}
}
}