One paste into Cursor or Claude. Your AI compares how outlets frame the same story, pulls the quotes behind each claim, and reasons about markets with real uncertainty.
Cited quotes · matched coverage across 5,000+ sources · forecast ranges with uncertainty
You have 49 free queries remaining. No sign-up needed.
Grab the JSON snippet for your AI client below.
Add it to your MCP config in Cursor, Claude, or Windsurf.
Your AI cites quotes, compares outlets, and reasons about markets.
Stop guessing from headlines. Get cited evidence, matched coverage, and market uncertainty in one MCP connection.
Compare how outlets cover the same story across 50+ dimensions, then open the claims, supporting quotes, counterevidence, and confidence behind each score.
search_news search_balanced_news get_source_bias get_bias_from_url get_all_source_biasesPull latest prices, forecast ranges, uncertainty distributions, and historical options-strategy simulations, so your AI can reason about risk, not just point estimates.
get_ticker get_option_price get_historical_options_data get_top_trading_strategiesSemantic meme search reveals the narratives, humor, and cultural signals spreading around a topic.
search_memesStart free. Pay only when you need more.
Get claim-linked bias records with verified quotes, counterevidence, and confidence scores. Ask about bulk exports and matched-coverage datasets.
Discuss Data AccessPick your client, paste the config, start querying.
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 each score joined to its claim, supporting and contrary quotes, confidence, and rationale. 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. These are research inputs with uncertainty, not guarantees.
Paste one config. Compare coverage, cite the quotes, reason about markets.
Connect Free →