INDIVIDUAL MCP TOOL
search_balanced_news
Search Helium's balanced news stories — AI-synthesized articles that aggregate multiple sources.
LIVE ENDPOINT
https://heliumtrades.com/mcp
Connect to this endpoint to inspect the live schema for search_balanced_news and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.heliumsearch]
url = "https://heliumtrades.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"heliumsearch": {
"type": "http",
"url": "https://heliumtrades.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: heliumsearch
Remote MCP URL: https://heliumtrades.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"heliumsearch": {
"url": "https://heliumtrades.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"heliumsearch": {
"type": "http",
"url": "https://heliumtrades.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "heliumsearch",
"transport": "streamable-http",
"url": "https://heliumtrades.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_news— Search news articles.get_ticker— Get comprehensive data for a stock, ETF, or crypto ticker.get_source_bias— Get comprehensive bias analysis for a news source.get_all_source_biases— Get a page of news-source bias scores.get_option_price— Get Helium's proprietary ML model-predicted price for a specific option contract.search_memes— Search Helium's meme database by text (OCR + caption).get_top_trading_strategies— Get the top-ranked short volatility and long volatility option trading strategies.get_bias_from_url— Get bias analysis for a specific article by its URL.