Tickory MCP Server
JSON →Scheduled scans across all Binance spot and perpetual pairs using CEL rules (RSI, volume, MAs, price action). Runs server-side 24/7, fires webhooks on match, with delivery proof and alert explainability.
Install
npx
```bash Tools · 16
- tickory_list_scans List scans visible to the API key owner
- tickory_get_scan Fetch one scan by ID
- tickory_create_scan Create a new scan with CEL expression and hard gates
- tickory_update_scan Replace an existing scan definition
- tickory_run_scan Trigger a scan run immediately
- tickory_run_ad_hoc_scan Execute a one-off expression immediately without creating a saved scan
- tickory_describe_indicators Describe available CEL variables, recommended guards, and example expressions
- tickory_list_alert_events List alert events with cursor pagination
- tickory_get_alert_event Fetch one alert event by UUID
- tickory_explain_alert_event Explain why an alert triggered or was suppressed
- tickory_create_relay_source Create a TradingView relay source and return the paste-ready TradingView setup payload
- tickory_list_relay_sources List TradingView relay sources and direct-route summaries
- tickory_add_relay_route Add one direct relay route to telegram, webhook, discord, or email
- tickory_list_relay_events List recent inbound relay events for one TradingView source
- tickory_get_relay_trace Fetch the full lifecycle trace for one relay source event
- tickory_replay_relay_event Replay one failed relay route when the backend allows it
Environment variables
TICKORY_API_BASE_URLTICKORY_API_KEY