
Wraps Helium's financial data and news APIs into MCP tools for real-time market analysis and bias-scored journalism. You get live pricing and IV rank for stocks, ETFs, and crypto, plus AI-generated bull/bear cases and proprietary ML-based options pricing with probability ITM. On the news side, it searches 3.2M+ articles from 5,000+ sources with per-article and per-source bias scoring across 15+ dimensions, plus balanced synthesis that aggregates left, right, and center coverage into single stories. Also includes semantic meme search with OCR. Useful when you're building trading assistants, news aggregators, or anything that needs to blend market data with media credibility scoring.
Public tool metadata for what this MCP can expose to an agent.
search_newsSearch 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 scores using plain-text keys (e.g. 'liberal conservative bias'), same schema as get_bias_fro...7 paramsSearch 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 scores using plain-text keys (e.g. 'liberal conservative bias'), same schema as get_bias_fro...
categorystringdays_backintegerlimitintegermin_sharesintegerquerystringsortstringsourcestringget_tickerGet 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_case, potential_outcomes, takeaway, analysis_date (AI-generated) - price_forecast_days, price_for...1 paramsGet 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_case, potential_outcomes, takeaway, analysis_date (AI-generated) - price_forecast_days, price_for...
tickerstringget_source_biasGet 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_shares: average social shares per article - emotionality_score (0-10): how emotional the writing...2 paramsGet 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_shares: average social shares per article - emotionality_score (0-10): how emotional the writing...
recent_articlesintegersourcestringget_all_source_biasesGet 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 descending. Use this to compare sources, find the most credible outlets, identify politically...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 descending. Use this to compare sources, find the most credible outlets, identify politically...
No parameter schema in public metadata yet.
get_option_priceGet 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 available options chain for the symbol (today or up to 5 days back), finds the exact cont...4 paramsGet 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 available options chain for the symbol (today or up to 5 days back), finds the exact cont...
expirationstringoption_typestringstrikenumbersymbolstringsearch_balanced_newsSearch 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 synthesized stories: each one draws from multiple sources and includes an AI-written summary,...4 paramsSearch 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 synthesized stories: each one draws from multiple sources and includes an AI-written summary,...
categorystringdays_backintegerlimitintegerquerystringsearch_memesSearch 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 URL to the meme image - source: origin platform (e.g. 'reddit') - num_likes: likes/upvotes...2 paramsSearch 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 URL to the meme image - source: origin platform (e.g. 'reddit') - num_likes: likes/upvotes...
limitintegerquerystringget_top_trading_strategiesGet 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 premium / gamma strategies) — each containing up to `limit` tickers. Each entry has the sam...2 paramsGet 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 premium / gamma strategies) — each containing up to `limit` tickers. Each entry has the sam...
limitintegersortstringget_bias_from_urlGet 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 dimensions — without needing to know the source name first. On success (found=true), return...1 paramsGet 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 dimensions — without needing to know the source name first. On success (found=true), return...
urlstring