Give your assistant the same inputs a trader works from: the news behind a ticker, the bull and bear case, implied volatility, and the odds and reward-to-risk on an options trade.
One connection · see both sides · know the odds and the risk
You have 49 free queries remaining. No sign-up needed.
Choose your AI and copy its ready-made setup.
Add it to Cursor, Claude, or Windsurf.
Get the bull/bear case, implied volatility, and the odds behind an options trade.
The bull and bear case, the implied volatility, and the odds on an options trade. Plus the news behind it all. One connection, inside the conversation you're already having.
Get the bull and bear case, the forecast range, implied volatility, and the odds of profit and reward-to-risk on an options trade. Research with the risk made explicit.
get_ticker get_top_trading_strategies get_option_price get_historical_options_dataGet AI-synthesized stories that pull together multiple sources, with a clear summary, the evidence behind it, likely outcomes, and the tickers that matter.
search_balanced_news search_news search_memesSee a source's or article's slant with direct quotes and confidence, not vibes. Compare coverage so one take doesn't become the truth.
get_source_bias get_bias_from_url get_all_source_biases50 queries free. Then $0.02 per query with no monthly minimum.
Get concise article facts plus claim-linked bias records with verified quotes, confidence, rationale, provenance, and material counterevidence when present. Ask about bulk exports and matched-coverage datasets.
Discuss Data AccessChoose your AI, paste the config, and Helium is ready.
In Cursor, open Settings → MCP and paste this into your mcp.json:
{
"mcpServers": {
"helium": {
"url": "https://heliumtrades.com/mcp"
}
}
}
Your first 50 queries are free. No key required. Continue for $0.02 per query.
Paste into your claude_desktop_config.json:
{
"mcpServers": {
"helium": {
"type": "streamable-http",
"url": "https://heliumtrades.com/mcp"
}
}
}
Your first 50 queries are free. No key required. Continue for $0.02 per query. After editing, restart Claude Desktop.
In Windsurf, open Settings → MCP and paste this into your mcp_config.json:
{
"mcpServers": {
"helium": {
"serverUrl": "https://heliumtrades.com/mcp"
}
}
}
Your first 50 queries are free. No key required. Continue for $0.02 per query.
Use Helium from Python or any HTTP client. REST endpoints return JSON.
MCP Streaming Endpoint
https://heliumtrades.com/mcp
Python 3 Example
# pip install requests
import requests
response = requests.get(
"https://heliumtrades.com/mcp_search/",
params={"q": "apple earnings", "limit": 3},
timeout=30,
)
response.raise_for_status()
print(response.json())
REST Endpoints
Use q for search text and limit to keep responses small.
q, limit
/mcp_balanced_search/Balanced stories: q, limit
/mcp_source_bias/Source bias: source
/mcp_url_bias/Article bias: url
/mcp_ticker/Market data: ticker
/mcp_option_price/Option price: symbol, strike, expiration, option_type
/mcp_historical_options/Options chain: symbol, date
/mcp_top_strategies/Top strategies: limit, sort
/mcp_all_source_biases/All source biases
/mcp_meme_search/Meme search: q, limit
No key needed for your first 50 queries. Requests are tracked by IP. Continue for $0.02 per query.
https://heliumtrades.com/mcp and start querying. After 50, you will need an API key.
get_bias_from_url and get_source_bias with include_evidence=true return supported scores joined to claims, verified quotes, confidence, rationale, provenance, and material counterevidence when present. Article responses also include concise extracted facts with attribution and uncertainty preserved. This supports grounding, counterexample mining, calibration, and media-reasoning datasets.
get_ticker exposes AI-generated bull and bear cases, forecast ranges, IV rank, and options strategies. get_option_price provides a model-predicted value from the latest available options snapshot. search_balanced_news turns multiple sources into one story with likely outcomes and relevant tickers. These are research inputs with uncertainty, not guarantees.
One connection gives you the bull and bear case, implied volatility, the odds on an options move, and the risk it carries.
Connect Free →