mit einem Klick
helium-mcp
Connect to Helium's MCP server for news research, media bias analysis, balanced perspectives, stock/options data, and semantic meme search across 3.2M+ articles and 5,000+ sources
Menü
Connect to Helium's MCP server for news research, media bias analysis, balanced perspectives, stock/options data, and semantic meme search across 3.2M+ articles and 5,000+ sources
AI-powered presentation generation via the 2slides API — create slides from text, match a reference image style, summarize documents into decks, add AI voice narration, and export pages/audio. Use for any "make slides", "create a deck", or "slides from this document" request.
Diff a live page's accessibility violations against a baseline — by default compares uncommitted changes (stash-based), or pass --branch [<name>] to diff against a branch. Reports only new violations introduced, violations fixed, and pre-existing count. Use `scan` for a full audit with no diffing.
Use the Hugging Face Hub CLI (`hf`) to download, upload, and manage models, datasets, and Spaces.
Plan, orchestrate, and adversarially verify parallel AI coding agents with a dynamic multi-agent workflow engine.
Manage opencode permissions: review always-allow lists, suggest safe read-only commands, configure permission patterns
Generate AI images, videos, and music/audio from agents using the RunAPI CLI.
| name | helium-mcp |
| description | Connect to Helium's MCP server for news research, media bias analysis, balanced perspectives, stock/options data, and semantic meme search across 3.2M+ articles and 5,000+ sources |
| risk | safe |
| source | https://heliumtrades.com/mcp-page/ |
| source_repo | connerlambden/helium-mcp |
| source_type | community |
| date_added | 2026-04-13 |
| author | connerlambden |
| tags | ["mcp","news","media-bias","stocks","options","finance","research"] |
| tools | ["claude","cursor","gemini"] |
Helium MCP provides AI coding assistants with access to news intelligence, media bias analysis, financial market data, and meme search through 9 tools exposed via the Model Context Protocol. It covers 3.2M+ articles from 5,000+ news sources with 15+ bias dimensions, live stock/ETF/crypto data with AI-generated analysis, and ML-predicted options pricing.
Add the Helium MCP server to your client configuration. The endpoint uses streamable HTTP and requires no authentication.
{
"mcpServers": {
"helium": {
"url": "https://heliumtrades.com/mcp"
}
}
}
No API key or authentication is required.
search_newsSearch 3.2M+ articles from 5,000+ sources with 15+ bias dimensions. Filter by topic, source, date range, and bias attributes.
search_news({ query: "artificial intelligence regulation" })
search_balanced_newsGet AI-synthesized balanced articles presenting left, right, and center perspectives on any topic.
search_balanced_news({ query: "immigration policy" })
get_source_biasRetrieve the detailed bias profile for any news source, including political lean, factual reporting score, and 15+ bias dimensions.
get_source_bias({ source: "reuters" })
get_all_source_biasesGet bias data for all 5,000+ tracked news sources in a single call.
get_all_source_biases()
get_bias_from_urlRun a full bias analysis on a specific article URL, returning the source bias profile and article-level bias indicators.
get_bias_from_url({ url: "https://example.com/article" })
get_tickerGet live stock, ETF, or crypto data including price, volume, AI-generated bull/bear cases, and forecasts.
get_ticker({ ticker: "AAPL" })
get_option_priceGet ML-predicted fair value and probability of finishing in-the-money for a specific options contract.
get_option_price({ ticker: "AAPL", strike: 200, expiration: "2026-06-19", type: "call" })
get_top_trading_strategiesGet top-ranked options strategies for a ticker with risk/reward analysis.
get_top_trading_strategies({ ticker: "TSLA" })
search_memesSemantic meme search — find memes by meaning rather than exact keywords.
search_memes({ query: "debugging at 3am" })
Ask your AI assistant:
"Search for balanced news coverage on climate policy and show me how left, right, and center sources frame the issue differently."
The assistant will call search_balanced_news and present synthesized perspectives from across the political spectrum.
"What is the media bias profile for The New York Times?"
The assistant will call get_source_bias and return the full bias breakdown including political lean, factual reporting, and other dimensions.
"Give me the bull and bear case for NVDA, then find the best options strategies."
The assistant will call get_ticker for market data and AI analysis, then get_top_trading_strategies for ranked strategy recommendations.
"Analyze the bias of this article: https://example.com/politics/story"
The assistant will call get_bias_from_url to return source-level and article-level bias indicators.
search_news for discovery, then get_bias_from_url for deep analysis on specific articlessearch_balanced_news with get_source_bias to understand why sources frame topics differentlyget_ticker for the fundamental view, then get_option_price or get_top_trading_strategies for actionable tradesProblem: Tool calls return empty results for very niche queries Solution: Broaden the search terms — Helium indexes mainstream and mid-tier sources, so hyper-local topics may have limited coverage
Problem: Options data unavailable for a ticker Solution: Verify the ticker has listed options — some small-cap stocks and most crypto assets do not have options markets
@mcp-builder - If you want to build your own MCP server rather than consume this one