Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Cursor rules for Helium Mcp.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 6% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 45% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -6% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -9% | 0% |
Cursor rules for Helium Mcp.
Synced from https://github.com/PatrickJS/awesome-cursorrules/tree/main/rules/helium-mcp-cursorrules-prompt-file.mdc.
When the user’s project or question involves news, media bias, markets, options, or financial memes, prefer Helium MCP tools (if enabled) over guessing headlines, prices, or Greeks. Helium is a hosted MCP service from Helium Trades; upstream docs and source live at github.com/connerlambden/helium-mcp.
Add a streamable HTTP MCP entry pointing at the hosted endpoint (no API key required for the free tier; paid tiers use keys from the MCP page):
json{ "mcpServers": { "helium": { "url": "https://heliumtrades.com/mcp" } } }
Alternative: stdio bridge via npx @mcp-get-community/server-helium if your workflow requires a local process (see that package’s README for HELIUM_MCP_URL overrides).
get_ticker per symbol per task unless the user asks for a refresh; reuse prior tool output in the same conversation when still relevant.tools/list output from the MCP panel.Use search_news when the user wants raw articles matching keywords, with optional filters (source, category, date window, minimum shares, sort). Good for “what are outlets saying about X?” and evidence gathering.
Use search_balanced_news when the user wants multi-outlet synthesis (left/center/right-style balance) with summaries, takeaways, and tickers—not individual article dumps.
Use get_source_bias when the user names an outlet (e.g. “Fox News”, “CNN”) and wants institutional bias profiles, signature phrases, similar outlets, and optional recent article breakdowns.
Use get_bias_from_url when the user supplies a single article URL and wants per-dimension bias scoring for that page.
Use get_all_source_biases when the user wants a landscape view (many sources at once, ranked/compare outlets). This can be heavy; confirm they want breadth over depth.
Use get_ticker for stocks, ETFs, or crypto: spot context, bull/bear narrative, forecast-style output, IV rank, volatility context, and hooks into options strategy content returned by Helium for that symbol.
Use get_option_price when the user specifies a single listed option (underlying, strike, expiration YYYY-MM-DD, call/put) and wants ML fair value and probability ITM from Helium’s models—not broker quotes.
Use get_top_trading_strategies when the user asks for ranked options structures (short vol vs long vol packs, edge-style ranking). Pass sorting preference when the user cares about odds vs reward/risk vs historical performance.
Use search_memes for semantic meme search (keywords against captions/OCR), engagement counts, and image references—useful for culture/market sentiment adjacent to finance.
search_balanced_news → get_ticker for tickers mentioned) instead of redundant overlapping searches.Do not paste secrets into tool arguments. Article URLs may contain trackers; prefer canonical article links the user provides. Do not exfiltrate unrelated private repo content into search queries.
Other measured skills in the registry, with their headline benchmark lift.