Your AI can talk about a ticker. Helium lets it price the option, show both sides with odds, and hand you today's ranked trades.
Paste once · then ask about any ticker, option, or today's ranked trades
You have 50 free queries remaining. No sign-up needed.
It can summarize a ticker. It cannot tell you if an option is cheap, which trade ranks highest today, or how far a name can move. Those numbers come from models trained on that ticker.
Give Helium a ticker, strike, expiration, and type. You get a model price and the odds it expires in the money. Compare that to the ask.
Every ticker has a bull case, a bear case, and 23 forecast windows from 3 days to 2+ years. You see the likely outcomes, and what would prove the model wrong.
Helium ranks 100M+ short-vol and long-vol candidates every day. Ask for best odds, reward-to-risk, or smallest max loss. The list arrives with the contracts attached.
Forecast accuracy is published daily. News comes with both sides and the quotes behind each bias score. Check the work before you size the trade.
Choose your AI and copy its ready-made setup.
Add it to Cursor, Claude, or Windsurf.
Price a contract, rank today's setups, or pull both sides with the odds.
Your assistant calls the models in the conversation you already have.
Ticker, strike, expiration, type. Helium returns a model price and the odds it expires in the money. Compare that to the ask.
get_ticker get_option_price get_top_trading_strategies get_historical_options_dataHelium scores 100M+ short-vol and long-vol candidates every day. Ask for best odds, reward-to-risk, or smallest max loss. The list comes with the contracts attached.
get_top_trading_strategies get_ticker get_option_priceHelium pulls the story across sources, names the likely outcomes, and shows how each source is leaning, with the quotes behind the score.
search_balanced_news search_news get_source_bias get_bias_from_url50 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, bias (sort by a bias dimension)
/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.
Paste once. Then ask what a contract is worth, which trades rank highest today, and what happens if you are wrong.
Connect Free →