✍️ Helium MCP
HeliumのMCPサーバーに接続し、320
📺 まず動画で見る(YouTube)
▶ 【最新版】Claude(クロード)完全解説!20以上の便利機能をこの動画1本で全て解説 ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
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
🇯🇵 日本人クリエイター向け解説
HeliumのMCPサーバーに接続し、320
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o helium-mcp.zip https://jpskill.com/download/2960.zip && unzip -o helium-mcp.zip && rm helium-mcp.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/2960.zip -OutFile "$d\helium-mcp.zip"; Expand-Archive "$d\helium-mcp.zip" -DestinationPath $d -Force; ri "$d\helium-mcp.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
helium-mcp.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
helium-mcpフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Helium MCP で、自社の新サービスを紹介する記事を書いて
- › Helium MCP で、SNS投稿用に短く言い直して
- › Helium MCP を使って、過去の記事を最新版にアップデート
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Claude が読む原文 SKILL.md(中身を展開)
この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。
Helium MCP
Overview
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.
When to Use This Skill
- Use when you need to search or analyze news articles with bias-aware context
- Use when researching media bias for a specific source or article URL
- Use when you want balanced left/right/center perspectives on a topic
- Use when looking up live stock, ETF, or crypto data with AI bull/bear cases
- Use when pricing options or evaluating trading strategies
- Use when searching for memes by semantic meaning
MCP Configuration
Add the Helium MCP server to your client configuration. The endpoint uses streamable HTTP and requires no authentication.
Claude Desktop / Cursor / Windsurf
{
"mcpServers": {
"helium": {
"url": "https://heliumtrades.com/mcp"
}
}
}
No API key or authentication is required.
Available Tools
News & Media Bias
search_news
Search 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_news
Get AI-synthesized balanced articles presenting left, right, and center perspectives on any topic.
search_balanced_news({ query: "immigration policy" })
get_source_bias
Retrieve 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_biases
Get bias data for all 5,000+ tracked news sources in a single call.
get_all_source_biases()
get_bias_from_url
Run 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" })
Finance & Markets
get_ticker
Get live stock, ETF, or crypto data including price, volume, AI-generated bull/bear cases, and forecasts.
get_ticker({ ticker: "AAPL" })
get_option_price
Get 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_strategies
Get top-ranked options strategies for a ticker with risk/reward analysis.
get_top_trading_strategies({ ticker: "TSLA" })
Memes
search_memes
Semantic meme search — find memes by meaning rather than exact keywords.
search_memes({ query: "debugging at 3am" })
Examples
Example 1: Balanced News Research
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.
Example 2: Source Credibility Check
"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.
Example 3: Stock Research with Options
"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.
Example 4: Article Bias Analysis
"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.
Best Practices
- Start broad, then narrow: Use
search_newsfor discovery, thenget_bias_from_urlfor deep analysis on specific articles - Cross-reference perspectives: Combine
search_balanced_newswithget_source_biasto understand why sources frame topics differently - Pair market tools: Use
get_tickerfor the fundamental view, thenget_option_priceorget_top_trading_strategiesfor actionable trades - No auth needed: The endpoint works immediately with no API keys or setup beyond adding the MCP config
Common Pitfalls
-
Problem: 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
Related Skills
@mcp-builder- If you want to build your own MCP server rather than consume this one
Additional Resources
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.