MCP Hub
Back to servers

Helium MCP Server - News, Markets & AI

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

Registry
Updated
Apr 10, 2026

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:

ParameterTypeRequiredDefaultDescription
querystringYesSearch keywords
limitintegerNo20Max results (1–100)
sourcestringNoFilter by source name (e.g. "CNN", "Reuters")
categorystringNoOne of: trending, tech, markets, politics, business, science, memes
days_backintegerNo720Only include articles from the last N days
min_sharesintegerNo-1Minimum total social shares
sortstringNo"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:

ParameterTypeRequiredDefaultDescription
querystringYesSearch keywords
limitintegerNo10Max results (1–50)
categorystringNoOne of: tech, politics, markets, business, science
days_backintegerNo0Only 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:

ParameterTypeRequiredDefaultDescription
sourcestringYesSource name (e.g. "Fox News") or domain (e.g. "foxnews.com")
recent_articlesintegerNo10Number 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:

ParameterTypeRequiredDefaultDescription
urlstringYesFull 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:

ParameterTypeRequiredDefaultDescription
tickerstringYesTicker 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:

ParameterTypeRequiredDefaultDescription
symbolstringYesTicker symbol (e.g. "AAPL", "SPY")
strikenumberYesStrike price (e.g. 150.0)
expirationstringYesExpiration date as YYYY-MM-DD
option_typestringYes"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:

ParameterTypeRequiredDefaultDescription
sortstringNo"helium_rank"One of: helium_rank, odds_of_profit, historical_performance, reward_to_risk, smallest_max_loss
limitintegerNo5Results 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:

ParameterTypeRequiredDefaultDescription
querystringYesSearch keywords (matched against OCR text and captions)
limitintegerNo20Max results (1–100)

Pricing

PlanCostDetails
Free$050 queries per network — no sign-up needed
Pay As You Go$0.02/queryBilled daily via Stripe. All 9 tools, unlimited queries.

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

Links

License

MIT

Reviews

No reviews yet

Sign in to write a review