helium-mcp
$
npx mdskill add ComposioHQ/awesome-codex-skills/helium-mcpSearch news, analyze bias, and forecast markets with Helium MCP.
- Uncover hidden perspectives and market trends across millions of sources.
- Depends on the Helium MCP server for real-time data access.
- Uses AI to synthesize balanced views and ML to predict fair values.
- Delivers structured reports with probability-weighted scenarios and bias scores.
SKILL.md
.github/skills/helium-mcpView on GitHub ↗
---
name: helium-mcp
description: Search real-time news with bias scoring, get live stock/ETF/crypto data with AI analysis, ML options pricing, balanced news synthesis, and meme search via the Helium MCP server.
---
# Helium MCP — News, Markets & AI Intelligence
Use this skill when you need to search news, analyze media bias, get stock/crypto market data, price options, or find balanced perspectives on current events.
## Prerequisites
The Helium MCP server must be configured. Add to your MCP settings:
```json
{
"mcpServers": {
"helium": {
"url": "https://heliumtrades.com/mcp"
}
}
}
```
Free tier: 50 queries, no signup or API key needed.
## Available Tools
### News & Bias Analysis
- **search_news** — Search 3.2M+ articles from 5,000+ sources with bias scores across 15+ dimensions (political lean, emotionality, factfulness, prescriptiveness, etc.)
- **search_balanced_news** — Get AI-synthesized balanced articles aggregating left/right/center perspectives on any topic
- **get_trending_topics** — Get currently trending news topics across all sources
- **get_source_bias** — Get detailed bias profile for any news source (e.g., CNN, Fox News, Reuters)
- **get_article_bias** — Get full multi-dimensional bias analysis for a specific article
### Market Data & Analysis
- **get_ticker** — Live stock/ETF/crypto price data with AI-generated bull/bear cases, 5 probability-weighted scenarios, and price forecasts
- **get_option_price** — ML-predicted fair value and probability ITM for any option contract
- **get_top_trading_strategies** — Top-ranked options strategies with risk/reward analysis
### Other
- **search_memes** — Semantic search across trending memes with OCR text and engagement data
## Usage Patterns
- **Compare media coverage**: Use `search_news` with a topic query, then compare bias scores across different sources
- **Get balanced views**: Use `search_balanced_news` for multi-perspective synthesis on any controversial topic
- **Stock research**: `get_ticker` for price + AI analysis + probability-weighted scenarios, then `get_option_price` for derivatives pricing
- **Discover trades**: `get_top_trading_strategies` for AI-ranked options setups with full Greeks
- **Bias audit**: `get_source_bias` to understand a source's typical framing patterns
## Notes
- All tools are read-only
- More info: https://heliumtrades.com/mcp-page/
More from ComposioHQ/awesome-codex-skills
- agent-deep-linksBuild, validate, and troubleshoot deep links for Codex, Cursor, VS Code, Visual Studio, and similar tools. Use when users ask for clickable links (especially in Slack) that open threads, files, folders, or app settings.
- codebase-migrateRun large codebase migrations and multi-file refactors. Uses the Composio CLI to coordinate issue tracking, batched PRs, and CI verification while the agent executes the transforms locally across hundreds of files.
- create-planCreate a concise plan. Use when a user explicitly asks for a plan related to a coding task.
- datadog-logsQuery and filter Datadog logs from the shell using the Composio CLI. Run scoped log searches, pivot across services/environments, and export structured JSON for downstream agents instead of click-driving the Datadog UI.
- deploy-pipelineRun end-to-end deploy pipelines across Stripe, Supabase, and Vercel using the Composio CLI. Promote Stripe products, push Supabase migrations, ship Vercel deployments, and verify with post-deploy checks — all from one script.
- email-draft-polishDraft, rewrite, or condense emails with target tone, length, and audience; use for cold outreach, replies, status updates, or escalations where clarity and brevity matter.
- gh-address-commentsHelp address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
- gh-fix-ciInspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code changes; for external checks (e.g., Buildkite), only report the details URL and mark them out of scope.
- issue-triageTriage Linear or Jira backlogs and run bug sweeps via the Composio CLI. Bulk-fetch issues, dedupe, relabel, reassign, and post summaries — all from the shell without clicking through the UI.
- meeting-notes-and-actionsTurn meeting transcripts or rough notes into crisp summaries with decisions, risks, and owner-tagged action items; use for Zoom/Meet/Teams transcripts, call notes, or long meeting chats to generate share-ready outputs.