BACK TO CLAUDE SKILLS
◈
mcp_alert_manager
MCP IntegrationMCPAlerts
INSTALLATION
$python -c "exec(open('mcp_alert_manager.py').read())"
#or paste directly into your Claude Code terminal
[ ABOUT ]
Creates TradingView price alerts programmatically via MCP's `create_alert` command. Supports standard alert conditions (`crosses`, `crosses_up`, `crosses_down`) and triggers both popup and email notifications by default. Alert creation is idempotent within a TradingView session.
Particularly useful at the end of an automated analysis run — after Claude identifies key support and resistance levels, this function sets alerts at those exact prices so the trader is notified when price approaches them, removing the need to monitor the chart manually.
[ USAGE EXAMPLE ]
[ FULL CODE ]
[ METADATA ]
CategoryMCP Integration
ComplexityIntermediate
LanguagePython 3.10+
TagsMCP, Alerts
[ ASK CLAUDE ]
Ask AI about this skill before installing it.