MCP Servers / other / Tickory MCP Server

Tickory MCP Server

JSON →
stdiononeother

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
How to run this server
[ { "cmd": "npx\n\n```bash", "imports": [] } ]
server path: tickory-mcp-server
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envTICKORY_API_BASE_URL
envTICKORY_API_KEY
Resources
Tickory MCP Server — MCP Server · libregistry