Market Monitor for Claude, Cursor, ChatGPT & agents
Proactive watch loop — the heart of TradeLoop's 'set it and forget it' monitoring
curl -fsSL https://tradeloop.top/install.sh | shmacOS / Linux. Windows + manual install.
What it does
Proactive watch loop — the heart of TradeLoop's 'set it and forget it' monitoring. Set price/indicator rules per symbol once (watch_add); a Claude loop calls check() every few minutes and gets back ONLY the alerts that newly fired (edge-triggered against saved state, so it never spams you while a condition stays true). Each alert is a plain-English message with sourced numbers. Rules: rsi_above/below, price_above/below, pct_change_above, sma_cross, macd_cross, bollinger_break, rvol_above. Crypto is key-free (CoinGecko); stocks use Polygon.
The Market Monitor skill is one of 25+ pre-wired TradeLoop integrations that any MCP-compatible client — Claude Desktop, Claude Code, Cursor, Windsurf, Codex CLI, and ChatGPT desktop — can call out of the box. You don't configure MCP servers or copy API keys into a JSON file; the TradeLoop daemon discovers the skill at startup and exposes its tools to whichever AI client is running.
Sample prompts
Once TradeLoop is installed and Market Monitor is connected, ask your agent something like:
- “Check from Market Monitor.”
- “Watch Add add from Market Monitor.”
- “Watch List list from Market Monitor.”
Tools available (5)
monitor__checkEvaluate every watched rule against fresh bars and return ONLY newly-fired alerts (edge-triggered vs saved state — safe to call on a 5-min loop without spamming). With no args it uses the saved watchlist; pass watches[] to evaluate inline rules without persisting. Set reset=true to re-arm all rules. This is the tool yo
monitor__watch_addAdd or update the rules for one symbol in the persisted watchlist. Re-adding a rule with the same id (or same shape) replaces it. asset auto-detects crypto vs stock; pass coingecko_id for coins outside the built-in map.
monitor__watch_listReturn the persisted watchlist (every symbol and its rules).
monitor__watch_removeRemove a symbol from the watchlist, or pass rule_id to remove just one rule.
monitor__rulesList the supported rule types, their parameters, and asset/timeframe notes. Call this first to learn what conditions you can set.
How to connect
Market Monitor needs a provider API key to talk to polygon. Connect it from the TradeLoop dashboard:
- Run
curl -fsSL https://tradeloop.top/install.sh | shon macOS / Linux (or the PowerShell command on Windows). - Run
tradeloop loginto create your account and a device-bound encryption key. - Visit tradeloop.top/connect and authorize Market Monitor.
- Run
tradeloop updateto sync the skill + credentials to every installed AI client.
Pricing
Free at every TradeLoop tier. Connect your account once at /connect; the OAuth or API-key credential stays encrypted on your machine and syncs to your other devices via the TradeLoop vault.
See the full TradeLoop pricing breakdown — Free $0/mo, Pro $29/mo, Ultra $99/mo — on the homepage.
Related
Looking at Market Monitor? You may also want:
- CoinGecko — live crypto prices, market caps, 24h moves, historical charts, trending coins, and coin search across thousands of tokens
- CFTC COT (Futures Positioning) — weekly futures positioning, free public data
- SEC EDGAR — U.S
- Finnhub — real-time stock quotes plus fundamentals, company news, analyst recommendations, earnings calendar and market news
- FRED (Macro Data) — U.S
Or browse all 25 skills in the TradeLoop catalog.