Claude Code Policy: Write Managed Settings Fast
Read More
Enterprise Connectors
Helium MCP Server - News, Markets & AI logo. Helium MCP Server - News, Markets & AI MCP server connector.

Helium MCP Server - News, Markets & AI MCP Server

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

ToolsTools
10
Last updatedLast Updated
Jun 14, 2026
CategoryCategory
All
Enterprise-grade security
SSO & authentication ready
Full governance & audit logs

What is the Helium MCP Server - News, Markets & AI MCP Server?

The Helium MCP Server - News, Markets & AI MCP server gives AI agents structured, permission-aware access to Helium MCP Server - News, Markets & AI through the Model Context Protocol. With 10 pre-built actions, agents can read, create, and update Helium MCP Server - News, Markets & AI data on behalf of authorized users.

Willow ships the Helium MCP Server - News, Markets & AI MCP server as part of an enterprise control plane. Every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to a full audit trail, and integrates with Splunk and Loki for SIEM visibility. Connect from Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, or any custom agent. Install once, distribute org-wide, and see exactly how Helium MCP Server - News, Markets & AI is being used by every AI agent in your stack.

Tools

Tool

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 scores using plain-text keys (e.g. 'liberal conservative bias'), same schema as get_bias_from_url and get_all_source_biases (when available) - context: AI-generated contextual background for the article (when available) - raw_data: additional raw metadata fields (when available) Args: query: Search keywords (required). limit: Max results (1-100, default 20). source: Filter by source name, e.g. 'CNN', 'Reuters'. category: Filter by category. One of: 'trending', 'tech', 'markets', 'politics', 'business', 'science', 'memes'. days_back: Only include articles from the last N days. 0 means no date filter. Default: 720 (2 years). min_shares: Minimum total social shares. sort: Sort order. One of: 'rank' (relevance, default), 'date' (newest), 'shares' (most shared).
Tool

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_case, potential_outcomes, takeaway, analysis_date (AI-generated) - price_forecast_days, price_forecast_percent, price_forecast_lower/upper_bound_percent (model price forecast) - future_uncertainty_urls: dict with image URLs for future_uncertainty, term_structure, volatility_surface, return_profile (when available) - future_uncertainty_last_updated, term_structure_last_updated - iv_rank_percentile (0-100, IV rank over past year) - long_vol_call, long_vol_put, short_vol_call, short_vol_put: full option pack dicts (when available) Throws an error if the ticker is not recognized. Args: ticker: Ticker symbol, e.g. 'AAPL', 'AMZN', 'BTC', 'ETH', 'SPY'.
Tool

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_shares: average social shares per article - emotionality_score (0-10): how emotional the writing is - prescriptiveness_score (0-10): how much the source tells readers what to think/do - bias_scores: dict of all measured bias dimensions with scores (-50 to +50 for bipolar, 0 to +50 for unipolar). WARNING: this endpoint returns emoji-prefixed display keys (e.g. '🔵 Liberal <—> Conservative 🔴') rather than the plain-text keys used by get_bias_from_url, get_all_source_biases, and search_news (e.g. 'liberal conservative bias'). Do not attempt to cross-reference bias_scores keys here with bias_values keys from other endpoints. - bias_description: AI-generated overall bias summary narrative - liberal_conservative_description: narrative on political leaning - libertarian_authoritarian_description: narrative on authority stance - signature_phrases: words/phrases uniquely overrepresented vs other sources - signature_negative_phrases: uniquely negative/alarming phrases - most_shared_phrases: phrases in their most viral articles - most_emotional_phrases: phrases used in their most emotional articles - pays_for_traffic_keywords: keywords this source buys ads for - similar_sources: sources with the most similar bias profile - most_different_sources: sources with the most different bias profile - trends_graph_url: URL to a chart of this source's coverage volume over time - bias_plot_urls: dict of 2D bias scatter plot image URLs (political_lib_auth, subjective_objective, informative_opinion, oversimplification_factful) — only present when available - recent_articles: list of most recent articles with full article fields and per-article bias_values Throws an error if the source is not found. Args: source: Source name (e.g. 'Fox', 'CNN', 'Reuters'). Slug-style input (e.g. 'fox-news') is NOT supported — use full name or domain only. recent_articles: Number of recent articles to include (1-50, default 10).
Tool

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 descending. Use this to compare sources, find the most credible outlets, identify politically extreme sources, or build a ranked overview of the media landscape. Each entry contains: - source_name, slug_name, page_url - articles_analyzed: total articles analyzed for this source - avg_social_shares: average social shares per article (proxy for reach/influence) - emotionality_score (0-10): average emotional intensity of the writing - prescriptiveness_score (0-10): how much the source tells readers what to think/do - bias_values: dict mapping classifier key → integer score (-50 to +50 for bipolar, 0 to +50 for unipolar). These keys are identical to what get_bias_from_url returns, so you can compare article-level and source-level scores directly. Political / ideological (bipolar: neg=left pole, pos=right pole): 'liberal conservative bias' neg=liberal, pos=conservative 'libertarian authoritarian bias' neg=libertarian, pos=authoritarian 'dovish hawkish bias' neg=dovish, pos=hawkish 'establishment bias' neg=anti-establishment, pos=pro-establishment Credibility / quality (bipolar): 'overall credibility' neg=uncredible, pos=credible 'integrity bias' neg=low integrity, pos=high integrity 'article intelligence' neg=low intelligence, pos=high intelligence 'delusion bias' neg=truth-seeking, pos=delusional 'objective subjective bias' neg=objective, pos=subjective 'bearish bullish bias' neg=bearish, pos=bullish 'emotional bias' neg=negative tone, pos=positive tone Unipolar bias dimensions (higher = more of that trait): 'objective sensational bias' sensationalism 'opinion bias' opinion vs informative 'descriptive prescriptive bias' prescriptive vs descriptive 'political bias' political content 'fearful bias' fear-based framing 'overconfidence bias' overconfidence 'gossip bias' gossip 'manipulation bias' manipulative framing 'ideological bias' ideological rigidity 'conspiracy bias' conspiracy content 'double standard bias' double standards 'virtue signal bias' virtue signaling 'oversimplification bias' oversimplification 'appeal to authority bias' appeal to authority 'begging the question bias' question-begging 'victimization bias' victimization framing 'terrorism bias' terrorism content 'scapegoat bias' scapegoating 'hypocrisy bias' hypocrisy 'suicidal empathy bias' suicidal-empathy framing 'cruelty bias' cruelty 'woke bias' woke framing 'written by AI' AI-written likelihood 'immature bias' immaturity 'circular reasoning bias' circular reasoning 'covering the response bias' covering-the-response tactic 'spam bias' spam-like content Tip: use get_source_bias for full narrative descriptions and recent articles on a specific source. Tip: bias_values keys here are identical to those in get_bias_from_url and search_news — compare them directly. Warning: get_source_bias returns bias_scores with emoji-prefixed display keys (e.g. '🔵 Liberal <—> Conservative 🔴') that are NOT interchangeable with the plain-text keys used here. Do not cross-reference them.
Tool

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 available options chain for the symbol (today or up to 5 days back), finds the exact contract matching strike/expiration/type, and runs it through that model to produce a predicted fair-value price. Returns: - symbol: the ticker - strike: the strike price used - expiration: the expiration date used - option_type: 'call' or 'put' - predicted_price: Helium's model-predicted option price in dollars - prob_itm: probability of expiring in the money (0.0–1.0), or null if model unavailable - options_data_date: the date of the options chain snapshot the model was run on (so you know how fresh the underlying market data is) Throws an error if no options chain data is available for the symbol within the past 5 days, or if the exact contract (strike/expiration/type combination) does not exist in that chain. Args: symbol: Ticker symbol, e.g. 'AAPL', 'SPY'. strike: Strike price as a number, e.g. 150.0. expiration: Expiration date as 'YYYY-MM-DD', e.g. '2026-06-20'. option_type: Must be 'call' or 'put'.
Tool

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 synthesized stories: each one draws from multiple sources and includes an AI-written summary, takeaway, context, evidence breakdown, potential outcomes, and relevant tickers. Returns a list of stories, each with: - title, simple_title, date, category - page_url: full URL to the story on heliumtrades.com - image: story image URL (when available) - summary: Helium's synthesized overview - takeaway: key conclusion - context: background context - evidence: numbered evidence items - potential_outcomes: forward-looking outcomes with probabilities - relevant_tickers: related stock tickers - num_sources: number of source articles synthesized - rank: search relevance score Args: query: Search keywords (required). limit: Max results (1-50, default 10). category: Filter by category. One of: 'tech', 'politics', 'markets', 'business', 'science'. days_back: Only include stories from the last N days. 0 means no date filter.
Tool

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 URL to the meme image - source: origin platform (e.g. 'reddit') - num_likes: likes/upvotes on the original post - date, is_video, rank Args: query: Search keywords (required). Matched against OCR text and captions. limit: Max results (1-100, default 20). days_back: Only include memes from the last N days. 0 means no date filter (default).
Tool

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 premium / gamma strategies) — each containing up to `limit` tickers. Each entry has the same fields as get_ticker: - ticker, name, latest_price, page_url - bullish_case, bearish_case, potential_outcomes, takeaway, analysis_date (AI-generated, when available) - price_forecast_days, price_forecast_percent, price_forecast_lower/upper_bound_percent (when available) - iv_rank_percentile (0-100, IV rank over past year, when available) - short_vol_call, short_vol_put: best short volatility option packs (when available) - long_vol_call, long_vol_put: best long volatility option packs (when available) Sort options: - "helium_rank" (default): Helium AI edge score — best overall expected value - "odds_of_profit": Highest probability of profit - "historical_performance": Best annualized historical P&L across backtested trades - "reward_to_risk": Best reward-to-risk ratio - "smallest_max_loss": Strategies with the smallest maximum possible loss Args: sort: Ranking method (default "helium_rank"). One of: 'helium_rank', 'odds_of_profit', 'historical_performance', 'reward_to_risk', 'smallest_max_loss'. limit: Number of results per strategy type (1-20, default 5).
Tool

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 dimensions — without needing to know the source name first. On success (found=true), returns: - title, source, date, link, category - teaser: article excerpt - summary: one-sentence AI summary - context: AI-generated context for the article - bias_description: narrative description of this specific article's bias - bias_values: dict of per-dimension bias scores using plain-text keys (same schema as get_all_source_biases and search_news), e.g. {"liberal conservative bias": 12.3, "overall credibility": 40.1, "emotional bias": -5.2, ...} Positive values lean toward the second pole of each dimension (conservative, authoritarian, etc.). - total_shares: total social shares - wayback_link: Wayback Machine archive URL if available - image: article image URL if available On failure (found=false, HTTP 404): - found: false - message: explanation string The URL is automatically queued for ingestion; retry after ~24 hours. Tip: if you want source-level bias (not article-level), use get_source_bias instead. Tip: bias_values keys here use plain-text format (e.g. 'liberal conservative bias') and are identical to those in get_all_source_biases and search_news. Note: get_source_bias returns bias_scores with emoji-prefixed display keys — do not cross-reference them with bias_values here. Args: url: Full article URL, e.g. 'https://www.nytimes.com/2024/01/01/us/politics/example.html'.
Tool

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 Helium's proprietary model values (helium_theo, helium_pitm, should_i_buy, should_i_sell, terminal_buy_pl, terminal_sell_pl, etc.) baked into each contract. Returns: - symbol, date, data_source ('recent' or 's3') - num_expirations: number of distinct expiration dates - total_contracts: total number of option contracts - option_chain: dict keyed by expiration index, each value is a list of option contracts Each contract includes fields like: putCall, symbol, description, bid, ask, mark, mid_price, strikePrice, expirationDate, daysToExpiration, delta, gamma, theta, vega, impliedVolatility, openInterest, volume, helium_theo, helium_pitm, should_i_buy, should_i_sell, terminal_buy_pl, terminal_sell_pl, and more. Args: symbol: Ticker symbol, e.g. 'AAPL', 'TSLA', 'SPY'. date: Date in YYYY-MM-DD format, e.g. '2026-04-10'.
Customize tools

Customize Tools

Edit descriptions, modify arguments, select tools, or add new ones

ReviewEdit descriptions
ConfigureChange arguments
ApproveSelect tools
Create NewAdd tool

Set Up Your Helium MCP Server - News, Markets & AI MCP Server in Minutes

Add the following configuration to your MCP client. Authentication is handled via OAuth. Compatible with Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, and any MCP-compatible agent.

Claude Desktop

claude_desktop_config.json
{
  "mcpServers": {
    "willow-helium-mcp-server-news-markets-ai": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/helium-mcp-server-news-markets-ai"
    }
  }
}

Cursor

.cursor/mcp.json
{
  "mcpServers": {
    "willow-helium-mcp-server-news-markets-ai": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/helium-mcp-server-news-markets-ai"
    }
  }
}

Claude Code

CLI
claude mcp add willow-helium-mcp-server-news-markets-ai --transport http https://<org>.mcp-s.com/mcp/mcp/helium-mcp-server-news-markets-ai

n8n

HTTP Request Node
{
  "url": "https://<org>.mcp-s.com/mcp/mcp/helium-mcp-server-news-markets-ai",
  "method": "POST"
}

Or click "Install with Willow" above to set up automatically with SSO and RBAC preconfigured.

Enterprise Governance for Helium MCP Server - News, Markets & AI

Willow adds the layer Helium MCP Server - News, Markets & AI and every other SaaS doesn't ship out of the box: every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to full audit logs, and detects shadow AI usage across your stack. One MCP gateway. Any agent. Every tool.

Helium MCP Server - News, Markets & AI MCP Server FAQ

What is the Helium MCP Server - News, Markets & AI MCP server?

The Helium MCP Server - News, Markets & AI MCP server is a Model Context Protocol implementation that lets AI agents like Claude, Cursor, and ChatGPT read and write Helium MCP Server - News, Markets & AI data through a standardized interface. Willow hosts and governs this server so enterprises can roll it out without a security review backlog.

How is Willow's Helium MCP Server - News, Markets & AI MCP server different from the official one?

The official Helium MCP Server - News, Markets & AI MCP server is scoped to a single user's account and does not include enterprise governance. Willow's version adds SSO, RBAC, audit logging, shadow AI detection, and centralized control over which actions agents can take across the entire org.

Which AI clients work with the Helium MCP Server - News, Markets & AI MCP server?

Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code with MCP support, n8n, and any custom agent built with OpenAI Agents SDK, LangChain, Vercel AI SDK, or Anthropic SDK.

Is the Helium MCP Server - News, Markets & AI MCP server secure? How does Willow handle authentication?

Every call runs behind your existing SSO (Okta, Azure AD). Per-user OAuth scopes the agent to exactly what that user can do in Helium MCP Server - News, Markets & AI, nothing more. No credentials reach the LLM. Every action writes to an audit trail.

Can I limit which Helium MCP Server - News, Markets & AI actions agents can take?

Yes. Willow lets you scope agents to specific actions, specific projects, or specific environments. Toggle actions on or off in the dashboard, or enforce policy via infrastructure-as-code through GitHub.

How do I detect shadow Helium MCP Server - News, Markets & AI MCP servers in my org?

Willow's browser extension and discovery service surface unmanaged MCP servers, skills, and AI agents across the org. If a developer installed an unapproved Helium MCP Server - News, Markets & AI MCP locally, you'll see it.

What does the Helium MCP Server - News, Markets & AI MCP server cost?

Pricing depends on org size and deployment model (SaaS, dedicated cloud, self-host). See withwillow.ai/pricing or contact sales for a quote.

How do I install the Helium MCP Server - News, Markets & AI MCP server with Willow?

Install via the Willow Connect Panel in one click, or paste the JSON snippet above into your Claude Desktop, Cursor, or Claude Code config. SSO and RBAC inherit from your existing Willow setup.

Compare Willow MCP Gateway

See how Willow stacks up against other MCP platforms on governance, security, and enterprise readiness.

Your agents are already in the wild.

Give them a Basecamp. Go from AI chaos to AI work, in minutes.

Helium MCP Server - News, Markets & AI MCP Server | Willow